Skip to content

Commit a3f3fdc

Browse files
committed
modify: change base color for dark theme
1 parent a757576 commit a3f3fdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

browser/styles/index.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ modal()
141141

142142
// Dark theme
143143
$ui-dark-borderColor = lighten(#21252B, 20%)
144-
$ui-dark-backgroundColor = #333333
145-
$ui-dark-noteList-backgroundColor = #171717
144+
$ui-dark-backgroundColor = #1D1D1D
145+
$ui-dark-noteList-backgroundColor = #181818
146146
$ui-dark-noteDetail-backgroundColor = #0D0D0D
147147
$ui-dark-tag-backgroundColor = rgba(255, 255, 255, 0.3)
148148
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)

0 commit comments

Comments
 (0)