diff --git a/browser/components/TodoListPercentage.styl b/browser/components/TodoListPercentage.styl index 6116cd58..94e75599 100644 --- a/browser/components/TodoListPercentage.styl +++ b/browser/components/TodoListPercentage.styl @@ -39,7 +39,7 @@ body[data-theme="dark"] .percentageText color $ui-dark-text-color - + body[data-theme="solarized-dark"] .percentageBar background-color #002b36 @@ -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 \ No newline at end of file + color $ui-monokai-text-color \ No newline at end of file diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 1b9e20d1..f5c2f519 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -74,4 +74,4 @@ body[data-theme="monokai"] background-color transparent .tag-label - color $ui-monokai-borderColor \ No newline at end of file + color $ui-monokai-text-color \ No newline at end of file diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 190aa6ee..266426c0 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -369,7 +369,7 @@ $ui-monokai-active-color = #f92672 $ui-monokai-borderColor = #373831 -$ui-monokai-tag-backgroundColor = #A6E22E +$ui-monokai-tag-backgroundColor = #373831 $ui-monokai-button-backgroundColor = #373831 $ui-monokai-button--active-color = white