1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

dark theme update

This commit is contained in:
Yutaka Ishii
2017-12-11 14:51:23 +09:00
parent 6f359fa6a8
commit 728f105830
4 changed files with 7 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
font-size: 12px
z-index 100
border-radius 2px
padding-left 10px
.progressBar
background-color: #1EC38B

View File

@@ -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

View File

@@ -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

View File

@@ -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%)