1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-16 09:20:41 +00:00

Merge pull request #2414 from yougotwill/dracula_theme

Dracula theme
This commit is contained in:
Junyoung Choi (Sai)
2018-10-11 18:33:55 +09:00
committed by GitHub
38 changed files with 754 additions and 24 deletions

View File

@@ -83,6 +83,23 @@ body[data-theme="monokai"]
background-color $ui-monokai-button-backgroundColor
color $ui-monokai-text-color
body[data-theme="dracula"]
.TagSelect
.react-autosuggest__input
color $ui-dracula-text-color
ul
border-color $ui-dracula-borderColor
background-color $ui-dracula-noteList-backgroundColor
color $ui-dracula-text-color
&:before
background-color $ui-dark-noteList-backgroundColor
li[aria-selected="true"]
background-color $ui-dracula-button-backgroundColor
color $ui-dracula-text-color
body[data-theme="solarized-dark"]
.TagSelect
.react-autosuggest__input