From 24de71f2408c21ba1d85781d0bae6556b16409df Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Tue, 30 May 2017 23:33:59 +0900 Subject: [PATCH] I improved the dark theme. --- browser/components/TodoListPercentage.styl | 4 ++-- browser/components/markdown.styl | 2 +- browser/styles/index.styl | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/browser/components/TodoListPercentage.styl b/browser/components/TodoListPercentage.styl index 28f72842..eed6ecab 100644 --- a/browser/components/TodoListPercentage.styl +++ b/browser/components/TodoListPercentage.styl @@ -22,10 +22,10 @@ body[data-theme="dark"] .percentageBar - background-color #222426 + background-color #282C30 .progressBar - background-color: $ui-dark-button--active-backgroundColor + background-color: alpha(#939395, 50%) .percentageText color $ui-dark-text-color \ No newline at end of file diff --git a/browser/components/markdown.styl b/browser/components/markdown.styl index 3fbc893f..abcba3b2 100644 --- a/browser/components/markdown.styl +++ b/browser/components/markdown.styl @@ -270,7 +270,7 @@ table border-right solid 1px borderColor themeDarkBackground = darken(#21252B, 10%) -themeDarkText = #DDDDDD +themeDarkText = #f9f9f9 themeDarkBorder = lighten(themeDarkBackground, 20%) themeDarkPreview = $ui-dark-noteDetail-backgroundColor themeDarkTableOdd = themeDarkPreview diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 49371436..cf3a81d1 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -176,9 +176,9 @@ topBarButtonLight() // Dark theme $ui-dark-active-color = #3A404C $ui-dark-borderColor = lighten(#21252B, 20%) -$ui-dark-backgroundColor = #1D1D1D -$ui-dark-noteList-backgroundColor = #181818 -$ui-dark-noteDetail-backgroundColor = #0D0D0D +$ui-dark-backgroundColor = #1E2124 +$ui-dark-noteList-backgroundColor = #282C30 +$ui-dark-noteDetail-backgroundColor = #383B3E $ui-dark-tag-backgroundColor = #3A404C $dark-background-color = lighten($ui-dark-backgroundColor, 10%) $ui-dark-text-color = #DDDDDD