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

Merge pull request #1268 from ytk141/color-update

Color update
This commit is contained in:
Kazz Yokomizo
2017-12-12 17:17:44 +09:00
committed by GitHub
26 changed files with 120 additions and 161 deletions

View File

@@ -174,20 +174,20 @@ modal()
overflow hidden
border-radius $modal-border-radius
topBarButtonLight()
topBarButtonRight()
position absolute
width 34px
height 34px
border-radius 17px
font-size 14px
border none
color alpha($ui-button-color, 0.4)
color alpha($ui-button-color, 0.2)
fill $ui-button-color
background-color transparent
&:active
border-color $ui-button--active-backgroundColor
&:hover
transform scale(1.1)
// transform scale(1.1)
transition 0.4s
color $ui-button-color
.control-lockButton-tooltip
@@ -223,10 +223,12 @@ $ui-button--focus-borderColor = lighten(#369DCD, 25%)
/******* Dark theme ********/
$ui-dark-active-color = #3A404C
$ui-dark-borderColor = lighten(#21252B, 20%)
$ui-dark-backgroundColor = #1E2124
$ui-dark-noteList-backgroundColor = #282C30
$ui-dark-noteDetail-backgroundColor = #2D3033
$ui-dark-borderColor = #444444
$ui-dark-backgroundColor = #2C3033
$ui-dark-noteList-backgroundColor = #2C3033
$ui-dark-noteDetail-backgroundColor = #2C3033
$ui-dark-tag-backgroundColor = #3A404C
$dark-background-color = lighten($ui-dark-backgroundColor, 10%)
$ui-dark-text-color = #DDDDDD