@@ -19,9 +19,9 @@ $colors-action-selected: #F27A40;
19
19
20
20
// New Colors
21
21
// -------------------------
22
- $blue-light : #F0E4B6 ;
23
- $blue-base : #8EC4AD ;
24
- $blue-shade : rgb (113 , 156 , 138 );
22
+ $blue-light : #101828 ;
23
+ $blue-base : #FF4702 ;
24
+ $blue-shade : rgb (204 , 56 , 1 );
25
25
$red-base : #E0226E ;
26
26
$red-shade : rgb (179 , 27 , 88 );
27
27
$green-base : #83D39E ;
@@ -67,12 +67,12 @@ $border1: rgba(45, 51, 62, 0.30);
67
67
68
68
// Accent colors
69
69
// -------------------------
70
- $blue : #F0E4B6 ;
70
+ $blue : #101828 ;
71
71
$red : $red-base ;
72
72
$yellow : #ecbb13 ;
73
73
$orange : #eb7b18 ;
74
74
$purple : #9933cc ;
75
- $variable : #F0E4B6 ;
75
+ $variable : #101828 ;
76
76
77
77
$brand-primary : #eb7b18 ;
78
78
$brand-success : #83D39E ;
@@ -97,13 +97,13 @@ $body-bg: #F6F5F3;
97
97
$page-bg : #F6F5F3 ;
98
98
$dashboard-bg : #F6F5F3 ;
99
99
100
- $text-color : #2D333E ;
100
+ $text-color : #101828 ;
101
101
$text-color-strong : #000000 ;
102
- $text-color-semi-weak : #2d333e ;
103
- $text-color-weak : #2d333e ;
102
+ $text-color-semi-weak : #344054 ;
103
+ $text-color-weak : #344054 ;
104
104
$text-color-faint : #9DA7B8 ;
105
105
$text-color-emphasis : #000000 ;
106
- $text-blue : #F0E4B6 ;
106
+ $text-blue : #101828 ;
107
107
108
108
$text-shadow-faint : none ;
109
109
@@ -113,14 +113,14 @@ $brand-gradient-vertical: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.0
113
113
114
114
// Links
115
115
// -------------------------
116
- $link-color : #2D333E ;
116
+ $link-color : #101828 ;
117
117
$link-color-disabled : #9DA7B8 ;
118
118
$link-hover-color : #000000 ;
119
- $external-link-color : #F0E4B6 ;
119
+ $external-link-color : #FF4702 ;
120
120
121
121
// Typography
122
122
// -------------------------
123
- $headings-color : #2D333E ;
123
+ $headings-color : #101828 ;
124
124
$abbr-border-color : $gray-2 !default ;
125
125
$text-muted : $text-color-weak ;
126
126
@@ -210,7 +210,7 @@ $btn-active-box-shadow: 0px 0px 4px rgba(234, 161, 51, 0.6);
210
210
$input-bg : #FDFDFC ;
211
211
$input-bg-disabled : rgba (45 , 51 , 62 , 0.04 );
212
212
213
- $input-color : #2D333E ;
213
+ $input-color : #101828 ;
214
214
$input-border-color : rgba (45 , 51 , 62 , 0.30 );
215
215
$input-box-shadow : none ;
216
216
$input-border-focus : #5794f2 ;
@@ -284,13 +284,13 @@ $alert-info-bg: #F3D086;
284
284
285
285
// Tooltips and popovers
286
286
$tooltipBackground : #FDFDFC ;
287
- $tooltipColor : #2D333E ;
287
+ $tooltipColor : #101828 ;
288
288
$tooltipArrowColor : #FDFDFC ;
289
289
$tooltipBackgroundError : #E0226E ;
290
290
$tooltipShadow : 0px 4px 8px rgba (24 , 26 , 27 , 0.2 );
291
291
292
292
$popover-bg : #FDFDFC ;
293
- $popover-color : #2D333E ;
293
+ $popover-color : #101828 ;
294
294
$popover-border-color : rgba (45 , 51 , 62 , 0.12 );
295
295
$popover-header-bg : #FDFDFC ;
296
296
$popover-shadow : 0px 13px 20px 1px rgba (24 , 26 , 27 , 0.18 );
@@ -341,7 +341,7 @@ $diff-arrow-color: $dark-2;
341
341
$diff-group-bg : #FDFDFC ;
342
342
343
343
$diff-json-bg : #FDFDFC ;
344
- $diff-json-fg : #2D333E ;
344
+ $diff-json-fg : #101828 ;
345
345
346
346
$diff-json-added : $blue-shade ;
347
347
$diff-json-deleted : $red-shade ;
0 commit comments