From 728f1058304fbc3af8ff7e822da9dad1b8d0db90 Mon Sep 17 00:00:00 2001 From: Yutaka Ishii Date: Mon, 11 Dec 2017 14:51:23 +0900 Subject: [PATCH] dark theme update --- browser/components/TodoListPercentage.styl | 1 + browser/main/NoteList/NoteList.styl | 2 +- browser/main/SideNav/SideNav.styl | 2 +- browser/styles/index.styl | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/browser/components/TodoListPercentage.styl b/browser/components/TodoListPercentage.styl index a5141130..aec99d0e 100644 --- a/browser/components/TodoListPercentage.styl +++ b/browser/components/TodoListPercentage.styl @@ -9,6 +9,7 @@ font-size: 12px z-index 100 border-radius 2px + padding-left 10px .progressBar background-color: #1EC38B diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index 37bcea41..8332eefb 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -3,7 +3,7 @@ $control-height = 30px .root absolute left bottom top $topBar-height - 1 - background-color $ui-dark-backgroundColor + background-color $ui-noteList-backgroundColor .control absolute top left right diff --git a/browser/main/SideNav/SideNav.styl b/browser/main/SideNav/SideNav.styl index 196f68ab..1405254f 100644 --- a/browser/main/SideNav/SideNav.styl +++ b/browser/main/SideNav/SideNav.styl @@ -1,7 +1,7 @@ .root absolute top left bottom width $sideNav-width - background-color $ui-dark-backgroundColor + background-color #2E3235 user-select none color $ui-text-color height: 100vh diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 4787e975..35663120 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -224,10 +224,10 @@ $ui-button--focus-borderColor = lighten(#369DCD, 25%) /******* Dark theme ********/ $ui-dark-active-color = #3A404C -$ui-dark-borderColor = #282828 -$ui-dark-backgroundColor = #151915 -$ui-dark-noteList-backgroundColor = #151915 -$ui-dark-noteDetail-backgroundColor = #151915 +$ui-dark-borderColor = #444444 +$ui-dark-backgroundColor = #333333 +$ui-dark-noteList-backgroundColor = #333333 +$ui-dark-noteDetail-backgroundColor = #333333 $ui-dark-tag-backgroundColor = #3A404C $dark-background-color = lighten($ui-dark-backgroundColor, 10%)