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

Change default color and add white theme

This commit is contained in:
Kazu Yokomizo
2017-11-11 19:06:27 +09:00
parent 4a6c16df8d
commit bb46a9ba4c
7 changed files with 234 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
.root
absolute top left bottom
width $sideNav-width
background-color #f9f9f9
background-color #2E3235
user-select none
color $ui-text-color
height: 100vh
@@ -11,18 +11,19 @@
.top
padding-bottom 15px
.top-menu
.top-menu-preference
navButtonColor()
position absolute
top 22px
right 5px
height 23px
right 10px
width 2em
background-color transparent
&:hover
color $ui-text-color
color $ui-button-default--active-backgroundColor
background-color transparent
&:active, &:active:hover
color $ui-text-color
background-color alpha($ui-button--active-backgroundColor, 20%)
color $ui-button-default--active-backgroundColor
background-color transparent
.switch-buttons
background-color transparent
@@ -37,11 +38,11 @@
background-color transparent
transition 0.2s
&:hover
color alpha(#0B99F1, 60%)
color alpha(#239F86, 60%)
.active-button
@extend .non-active-button
color #0B99F1
color $ui-button-default--active-backgroundColor
.top-menu-label
margin-left 5px
@@ -88,7 +89,6 @@
opacity 0
margin-left 0
overflow hidden
background-color $ui-tooltip-backgroundColor
z-index 10
color white
line-height 30px
@@ -97,6 +97,35 @@
pointer-events none
font-size 13px
body[data-theme="white"]
.root, .root--folded
background-color #f9f9f9
color $ui-text-color
.top-menu-preference
navWhiteButtonColor()
&:hover
color #0B99F1
&:active, &:active:hover
color #0B99F1
.non-active-button
color $ui-inactive-text-color
&:hover
color alpha(#0B99F1, 60%)
.tag-title
p
color $ui-text-color
.non-active-button
&:hover
color alpha(#0B99F1, 60%)
.active-button
@extend .non-active-button
color #0B99F1
body[data-theme="dark"]
.root, .root--folded
border-color $ui-dark-borderColor
@@ -106,7 +135,7 @@ body[data-theme="dark"]
.top
border-color $ui-dark-borderColor
.top-menu
.top-menu-preference
navDarkButtonColor()
&:active
background-color alpha($ui-dark-button--active-backgroundColor, 20%)