File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -368,13 +368,13 @@ body[data-theme="monokai"]
368
368
.item-title
369
369
.item-title-icon
370
370
.item-bottom-time
371
- color $ui-monokai-text -color
371
+ color $ui-monokai-active -color
372
372
.item-bottom-tagList-item
373
373
background-color alpha (white , 10% )
374
374
color $ui-monokai-text-color
375
375
& :hover
376
376
// background-color alpha($ui-monokai-button--active-backgroundColor, 60%)
377
- color #c0 39 2b
377
+ color #f9 26 72
378
378
.item-bottom-tagList-item
379
379
background-color alpha (#f f f , 20% )
380
380
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ body[data-theme="monokai"]
240
240
.item-simple-title-icon
241
241
.item-simple-bottom-time
242
242
transition 0.15s
243
- color $ui-solarized-dark -text-color
243
+ color $ui-monokai -text-color
244
244
.item-simple-bottom-tagList-item
245
245
transition 0.15s
246
246
background-color alpha (#f f f , 20% )
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 @@ -68,7 +68,7 @@ body[data-theme="solarized-dark"]
68
68
69
69
body [data-theme = "monokai" ]
70
70
.tag
71
- background-color $ui-monokai-button -backgroundColor
71
+ background-color $ui-monokai-tag -backgroundColor
72
72
73
73
.tag-removeButton
74
74
border-color $ui-button--focus-borderColor
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ body[data-theme="solarized-dark"]
59
59
60
60
body [data-theme = "monokai" ]
61
61
.control-toggleModeButton
62
- background-color #27 28 22
62
+ background-color #37 38 31
63
63
.active
64
- background-color #1E C3 8B
64
+ background-color #f9 26 72
65
65
box-shadow 2px 0px 7px #22 22 22
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 = #f9 26 72
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