@@ -10,18 +10,18 @@ $secondary-background-inactive: #272727;
10
10
$secondary-background-hover : #444444 ;
11
11
$secondary-background-disabled : #272727 ;
12
12
13
- $tertiary-background : #272727 ;
13
+ $tertiary-background : #252526 ;
14
14
15
15
$shadow : rgba (0 , 0 , 0 , 0.2 );
16
16
17
17
// Main body text
18
18
$primary-text-color : #cccccc ;
19
19
// UI control label text
20
20
$secondary-text-color : #ccccccb3 ;
21
- $secondary-text-color-focus : #c5c8c6 ;
22
- $secondary-text-color-hover : #c5c8c6 ;
23
- $secondary-text-color-active : #c5c8c6 ;
24
- $secondary-text-color-selected : #c5c8c6 ;
21
+ $secondary-text-color-focus : #cccccc ;
22
+ $secondary-text-color-hover : #cccccc ;
23
+ $secondary-text-color-active : #cccccc ;
24
+ $secondary-text-color-selected : #cccccc ;
25
25
$secondary-text-color-inactive : #d8d8d8 ;
26
26
$secondary-text-color-disabled : rgba ($primary-text-color , 0.4 );
27
27
$secondary-text-color-disabled-active : rgba ($primary-text-color , 0.5 );
@@ -30,17 +30,17 @@ $secondary-text-color-disabled-inactive: rgba($primary-text-color, 0.4);
30
30
// Sub label text
31
31
$tertiary-text-color : #9a9b99 ;
32
32
// Heading text
33
- $header-text-color : #c5c8c6 ;
33
+ $header-text-color : #cccccc ;
34
34
35
35
$text-color-error : #f48771 ;
36
36
$text-color-warning : #cca700 ;
37
37
$text-color-success : #86b42b ;
38
38
$text-color-code : #d7ba7d ;
39
39
$text-color-link : #3794ff ;
40
40
41
- $primary-border-color : darken ( $secondary-background , 8 % ) ;
42
- $secondary-border-color : darken ( $secondary-background , 6 % );
43
- $tertiary-border-color : darken ( $secondary-background , 7% );
41
+ $primary-border-color : #414141 ;
42
+ $secondary-border-color : scale-color ( $primary-border-color , $lightness : -14 % );
43
+ $tertiary-border-color : scale-color ( $primary-border-color , $lightness : - 7% );
44
44
45
45
$border-color-error : #df2935 ;
46
46
$border-color-warning : #ffcf70 ;
@@ -53,7 +53,7 @@ $form-text-color-disabled: $secondary-text-color-disabled;
53
53
$form-input-focus-color : rgba (85 , 150 , 230 , 0.8 );
54
54
$form-input-border-color : $tertiary-border-color ;
55
55
$form-input-border-selected-color : $tertiary-text-color ;
56
- $form-input-border-error-color : rgb ( 214 , 97 , 95 ) ;
56
+ $form-input-border-error-color : #be1100 ;
57
57
$form-input-background : $secondary-background ;
58
58
$form-input-background-disabled : $secondary-background-disabled ;
59
59
$form-button-background : $secondary-background-selected ;
@@ -142,7 +142,7 @@ $diff-state-unchanged-background: $primary-background;
142
142
$diff-state-conflicted : purple ;
143
143
$diff-state-moved : #3f81b3 ;
144
144
$diff-state-conflict : #e4676b ;
145
- $diff-state-conflict-background : #ffdad4 ;
145
+ $diff-state-conflict-background : #ffea0047 ;
146
146
147
147
$diff-state-added-background : #9bb95533 ;
148
148
$diff-state-added-border : rgba ($diff-state-added-background , 0.1 );
@@ -257,11 +257,11 @@ $debug-message-background: $secondary-background;
257
257
$debug-message-background-hover : $secondary-background-hover ;
258
258
259
259
$debug-message-text-color : $primary-text-color ;
260
- $debug-message-text-color-meta : #86b42b ;
261
- $debug-message-text-color-object-key : #3794ff ;
262
- $debug-message-text-color-msg-type-other : #b5cea8 ;
260
+ $debug-message-text-color-meta : #9872a2 ;
261
+ $debug-message-text-color-object-key : #676867 ;
262
+ $debug-message-text-color-msg-type-other : #4e94ce ;
263
263
$debug-message-text-color-msg-type-string : #ce9178 ;
264
- $debug-message-text-color-msg-type-null : #c586c0 ;
264
+ $debug-message-text-color-msg-type-null : #cccccc ;
265
265
$debug-message-text-color-msg-type-meta : #c586c0 ;
266
266
$debug-message-text-color-msg-type-number : #b5cea8 ;
267
267
0 commit comments