mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
dark theme update
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
font-size: 12px
|
||||
z-index 100
|
||||
border-radius 2px
|
||||
padding-left 10px
|
||||
|
||||
.progressBar
|
||||
background-color: #1EC38B
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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%)
|
||||
|
||||
Reference in New Issue
Block a user