1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +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

View File

@@ -29,3 +29,15 @@ body[data-theme="dark"]
transition 0.2s
&:hover
color #5CB85C
body[data-theme="solarized-dark"]
.notification-area
background-color none
.notification-link
color $ui-solarized-dark-text-color
border none
background-color $ui-solarized-dark-button-backgroundColor
&:hover
color #5CB85C

View File

@@ -38,4 +38,14 @@ body[data-theme="dark"]
background-color: #1EC38B
.percentageText
color $ui-dark-text-color
color $ui-dark-text-color
body[data-theme="solarized-dark"]
.percentageBar
background-color #002b36
.progressBar
background-color: #2aa198
.percentageText
color #fdf6e3

View File

@@ -334,7 +334,8 @@ body[data-theme="dark"]
background-color themeDarkBorder
color themeDarkText
body[data-theme="solarized-dark"]
color themeDarkText
color $ui-solarized-dark-text-color
border-color themeDarkBorder
background-color $ui-solarized-dark-noteDetail-backgroundColor