Skip to content

Commit 0123a99

Browse files
authored
Merge pull request #2428 from yougotwill/monokai_theme_fixes
Monokai theme fixes
2 parents ac744fb + b3ede32 commit 0123a99

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

browser/components/NoteItem.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,13 @@ body[data-theme="monokai"]
368368
.item-title
369369
.item-title-icon
370370
.item-bottom-time
371-
color $ui-monokai-text-color
371+
color $ui-monokai-active-color
372372
.item-bottom-tagList-item
373373
background-color alpha(white, 10%)
374374
color $ui-monokai-text-color
375375
&:hover
376376
// background-color alpha($ui-monokai-button--active-backgroundColor, 60%)
377-
color #c0392b
377+
color #f92672
378378
.item-bottom-tagList-item
379379
background-color alpha(#fff, 20%)
380380

browser/components/NoteItemSimple.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ body[data-theme="monokai"]
240240
.item-simple-title-icon
241241
.item-simple-bottom-time
242242
transition 0.15s
243-
color $ui-solarized-dark-text-color
243+
color $ui-monokai-text-color
244244
.item-simple-bottom-tagList-item
245245
transition 0.15s
246246
background-color alpha(#fff, 20%)

browser/components/TodoListPercentage.styl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body[data-theme="dark"]
3939

4040
.percentageText
4141
color $ui-dark-text-color
42-
42+
4343
body[data-theme="solarized-dark"]
4444
.percentageBar
4545
background-color #002b36
@@ -52,10 +52,10 @@ body[data-theme="solarized-dark"]
5252

5353
body[data-theme="monokai"]
5454
.percentageBar
55-
background-color #f92672
55+
background-color: $ui-monokai-borderColor
5656

5757
.progressBar
58-
background-color: #373831
58+
background-color $ui-monokai-active-color
5959

6060
.percentageText
61-
color #fdf6e3
61+
color $ui-monokai-text-color

browser/main/Detail/TagSelect.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ body[data-theme="solarized-dark"]
6868

6969
body[data-theme="monokai"]
7070
.tag
71-
background-color $ui-monokai-button-backgroundColor
71+
background-color $ui-monokai-tag-backgroundColor
7272

7373
.tag-removeButton
7474
border-color $ui-button--focus-borderColor

browser/main/Detail/ToggleModeButton.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body[data-theme="solarized-dark"]
5959

6060
body[data-theme="monokai"]
6161
.control-toggleModeButton
62-
background-color #272822
62+
background-color #373831
6363
.active
64-
background-color #1EC38B
64+
background-color #f92672
6565
box-shadow 2px 0px 7px #222222

browser/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672
369369

370370
$ui-monokai-borderColor = #373831
371371

372-
$ui-monokai-tag-backgroundColor = #f92672
372+
$ui-monokai-tag-backgroundColor = #373831
373373

374374
$ui-monokai-button-backgroundColor = #373831
375375
$ui-monokai-button--active-color = white

0 commit comments

Comments
 (0)