1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-07 23:21:50 +00:00

Add Solarized Dark theme

This commit is contained in:
Yutaka Ishii
2017-12-14 15:46:29 +09:00
parent 7afe3d5181
commit 1aafee2a7c
17 changed files with 234 additions and 19 deletions
+11 -2
View File
@@ -85,10 +85,14 @@ modalBackColor = white
absolute top left bottom right
background-color modalBackColor
z-index modalZIndex + 1
body[data-theme="dark"]
.ModalBase
.modalBack
background-color $ui-dark-backgroundColor
.sortableItemHelper
color: $ui-dark-text-color
.CodeMirror
font-family inherit !important
@@ -108,6 +112,11 @@ body[data-theme="dark"]
.sortableItemHelper
z-index modalZIndex + 5
body[data-theme="dark"]
body[data-theme="solarized-dark"]
.ModalBase
.modalBack
background-color $ui-solarized-dark-backgroundColor
.sortableItemHelper
color: $ui-dark-text-color
color: $ui-solarized-dark-text-color