We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a757576 commit a3f3fdcCopy full SHA for a3f3fdc
1 file changed
browser/styles/index.styl
@@ -141,8 +141,8 @@ modal()
141
142
// Dark theme
143
$ui-dark-borderColor = lighten(#21252B, 20%)
144
-$ui-dark-backgroundColor = #333333
145
-$ui-dark-noteList-backgroundColor = #171717
+$ui-dark-backgroundColor = #1D1D1D
+$ui-dark-noteList-backgroundColor = #181818
146
$ui-dark-noteDetail-backgroundColor = #0D0D0D
147
$ui-dark-tag-backgroundColor = rgba(255, 255, 255, 0.3)
148
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)
0 commit comments