1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-31 03:33:11 +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
+6
View File
@@ -22,3 +22,9 @@ body[data-theme="dark"]
background-color $ui-dark-backgroundColor
.empty-message
color $ui-dark-inactive-text-color
body[data-theme="solarized-dark"]
.root
background-color $ui-solarized-dark-noteDetail-backgroundColor
.empty-message
color $ui-solarized-dark-text-color
+1 -1
View File
@@ -3,7 +3,7 @@
.root
absolute top right bottom
border-left 1px solid alpha(#DEDEDE, 60%)
border-left 1px solid $ui-solarized-dark-borderColor
background-color $ui-noteDetail-backgroundColor
box-shadow none
padding 20px 40px
+1
View File
@@ -101,3 +101,4 @@ body[data-theme="solarized-dark"]
.info
border-color $ui-solarized-dark-borderColor
background-color $ui-solarized-dark-noteDetail-backgroundColor
+17 -1
View File
@@ -63,4 +63,20 @@ body[data-theme="dark"]
.newTag
border-color none
background-color transparent
color $ui-dark-text-color
color $ui-dark-text-color
body[data-theme="solarized-dark"]
.tag
background-color $ui-solarized-dark-tag-backgroundColor
.tag-removeButton
border-color $ui-button--focus-borderColor
background-color transparent
.tag-label
color $ui-solarized-dark-text-color
.newTag
border-color none
background-color transparent
color $ui-solarized-dark-text-color