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

modify: change base color for dark theme

This commit is contained in:
sota1235
2016-12-29 18:12:06 +09:00
parent a757576920
commit a3f3fdcc71

View File

@@ -141,8 +141,8 @@ modal()
// Dark theme
$ui-dark-borderColor = lighten(#21252B, 20%)
$ui-dark-backgroundColor = #333333
$ui-dark-noteList-backgroundColor = #171717
$ui-dark-backgroundColor = #1D1D1D
$ui-dark-noteList-backgroundColor = #181818
$ui-dark-noteDetail-backgroundColor = #0D0D0D
$ui-dark-tag-backgroundColor = rgba(255, 255, 255, 0.3)
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)