Skip to content

Commit

Permalink
Merge pull request #2428 from yougotwill/monokai_theme_fixes
Browse files Browse the repository at this point in the history
Monokai theme fixes
  • Loading branch information
Rokt33r authored Sep 30, 2018
2 parents ac744fb + b3ede32 commit 0123a99
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions browser/components/NoteItem.styl
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,13 @@ body[data-theme="monokai"]
.item-title
.item-title-icon
.item-bottom-time
color $ui-monokai-text-color
color $ui-monokai-active-color
.item-bottom-tagList-item
background-color alpha(white, 10%)
color $ui-monokai-text-color
&:hover
// background-color alpha($ui-monokai-button--active-backgroundColor, 60%)
color #c0392b
color #f92672
.item-bottom-tagList-item
background-color alpha(#fff, 20%)

Expand Down
2 changes: 1 addition & 1 deletion browser/components/NoteItemSimple.styl
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ body[data-theme="monokai"]
.item-simple-title-icon
.item-simple-bottom-time
transition 0.15s
color $ui-solarized-dark-text-color
color $ui-monokai-text-color
.item-simple-bottom-tagList-item
transition 0.15s
background-color alpha(#fff, 20%)
Expand Down
8 changes: 4 additions & 4 deletions browser/components/TodoListPercentage.styl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body[data-theme="dark"]

.percentageText
color $ui-dark-text-color

body[data-theme="solarized-dark"]
.percentageBar
background-color #002b36
Expand All @@ -52,10 +52,10 @@ body[data-theme="solarized-dark"]

body[data-theme="monokai"]
.percentageBar
background-color #f92672
background-color: $ui-monokai-borderColor

.progressBar
background-color: #373831
background-color $ui-monokai-active-color

.percentageText
color #fdf6e3
color $ui-monokai-text-color
2 changes: 1 addition & 1 deletion browser/main/Detail/TagSelect.styl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body[data-theme="solarized-dark"]

body[data-theme="monokai"]
.tag
background-color $ui-monokai-button-backgroundColor
background-color $ui-monokai-tag-backgroundColor

.tag-removeButton
border-color $ui-button--focus-borderColor
Expand Down
4 changes: 2 additions & 2 deletions browser/main/Detail/ToggleModeButton.styl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ body[data-theme="solarized-dark"]

body[data-theme="monokai"]
.control-toggleModeButton
background-color #272822
background-color #373831
.active
background-color #1EC38B
background-color #f92672
box-shadow 2px 0px 7px #222222
2 changes: 1 addition & 1 deletion browser/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672

$ui-monokai-borderColor = #373831

$ui-monokai-tag-backgroundColor = #f92672
$ui-monokai-tag-backgroundColor = #373831

$ui-monokai-button-backgroundColor = #373831
$ui-monokai-button--active-color = white
Expand Down

0 comments on commit 0123a99

Please sign in to comment.