File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ body[data-theme="dark"]
39
39
40
40
.percentageText
41
41
color $ui-dark-text-color
42
-
42
+
43
43
body [data-theme = "solarized-dark" ]
44
44
.percentageBar
45
45
background-color #00 2b 36
@@ -52,10 +52,10 @@ body[data-theme="solarized-dark"]
52
52
53
53
body [data-theme = "monokai" ]
54
54
.percentageBar
55
- background-color # f9 26 72
55
+ background-color : $ui-monokai-borderColor
56
56
57
57
.progressBar
58
- background-color : # 37 38 31
58
+ background-color $ui-monokai-active-color
59
59
60
60
.percentageText
61
- color # fd f6 e3
61
+ color $ui-monokai-text-color
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ body[data-theme="monokai"]
74
74
background-color transparent
75
75
76
76
.tag-label
77
- color $ui-monokai-borderColor
77
+ color $ui-monokai-text-color
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672
369
369
370
370
$ui-monokai-borderColor = #37 38 31
371
371
372
- $ui-monokai-tag-backgroundColor = #A6 E2 2E
372
+ $ui-monokai-tag-backgroundColor = #37 38 31
373
373
374
374
$ui-monokai-button-backgroundColor = #37 38 31
375
375
$ui-monokai-button--active-color = white
You can’t perform that action at this time.
0 commit comments