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
|
font-size: 12px
|
||||||
z-index 100
|
z-index 100
|
||||||
border-radius 2px
|
border-radius 2px
|
||||||
|
padding-left 10px
|
||||||
|
|
||||||
.progressBar
|
.progressBar
|
||||||
background-color: #1EC38B
|
background-color: #1EC38B
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ $control-height = 30px
|
|||||||
.root
|
.root
|
||||||
absolute left bottom
|
absolute left bottom
|
||||||
top $topBar-height - 1
|
top $topBar-height - 1
|
||||||
background-color $ui-dark-backgroundColor
|
background-color $ui-noteList-backgroundColor
|
||||||
|
|
||||||
.control
|
.control
|
||||||
absolute top left right
|
absolute top left right
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.root
|
.root
|
||||||
absolute top left bottom
|
absolute top left bottom
|
||||||
width $sideNav-width
|
width $sideNav-width
|
||||||
background-color $ui-dark-backgroundColor
|
background-color #2E3235
|
||||||
user-select none
|
user-select none
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
height: 100vh
|
height: 100vh
|
||||||
|
|||||||
@@ -224,10 +224,10 @@ $ui-button--focus-borderColor = lighten(#369DCD, 25%)
|
|||||||
/******* Dark theme ********/
|
/******* Dark theme ********/
|
||||||
$ui-dark-active-color = #3A404C
|
$ui-dark-active-color = #3A404C
|
||||||
|
|
||||||
$ui-dark-borderColor = #282828
|
$ui-dark-borderColor = #444444
|
||||||
$ui-dark-backgroundColor = #151915
|
$ui-dark-backgroundColor = #333333
|
||||||
$ui-dark-noteList-backgroundColor = #151915
|
$ui-dark-noteList-backgroundColor = #333333
|
||||||
$ui-dark-noteDetail-backgroundColor = #151915
|
$ui-dark-noteDetail-backgroundColor = #333333
|
||||||
|
|
||||||
$ui-dark-tag-backgroundColor = #3A404C
|
$ui-dark-tag-backgroundColor = #3A404C
|
||||||
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)
|
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)
|
||||||
|
|||||||
Reference in New Issue
Block a user