mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
changed all colors to variables & styled for monokai theme
This commit is contained in:
@@ -133,26 +133,48 @@
|
|||||||
width 100%
|
width 100%
|
||||||
height 90%
|
height 90%
|
||||||
|
|
||||||
|
body[data-theme="default"], body[data-theme="white"]
|
||||||
|
.snippets
|
||||||
|
background $ui-backgroundColor
|
||||||
|
.snippet-item
|
||||||
|
color black
|
||||||
|
&::after
|
||||||
|
background $ui-borderColor
|
||||||
|
&:hover
|
||||||
|
background darken($ui-backgroundColor, 5)
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.snippets
|
.snippets
|
||||||
background: #2E3235
|
background $ui-dark-backgroundColor
|
||||||
.snippet-item
|
.snippet-item
|
||||||
color white
|
color white
|
||||||
&::after
|
&::after
|
||||||
background rgba(255, 255, 255 0.1)
|
background $ui-dark-borderColor
|
||||||
&:hover
|
&:hover
|
||||||
background darken(#2E3235, 5)
|
background darken($ui-dark-backgroundColor, 5)
|
||||||
.snippet-detail
|
.snippet-detail
|
||||||
color white
|
color white
|
||||||
|
|
||||||
body[data-theme="solarized-dark"]
|
body[data-theme="solarized-dark"]
|
||||||
.snippets
|
.snippets
|
||||||
background: #083e4c
|
background $ui-solarized-dark-backgroundColor
|
||||||
.snippet-item
|
.snippet-item
|
||||||
color white
|
color white
|
||||||
&::after
|
&::after
|
||||||
background rgba(255, 255, 255 0.1)
|
background $ui-solarized-dark-borderColor
|
||||||
&:hover
|
&:hover
|
||||||
background #0a4d5e
|
background darken($ui-solarized-dark-backgroundColor, 5)
|
||||||
|
.snippet-detail
|
||||||
|
color white
|
||||||
|
|
||||||
|
body[data-theme="monokai"]
|
||||||
|
.snippets
|
||||||
|
background $ui-monokai-backgroundColor
|
||||||
|
.snippet-item
|
||||||
|
color White
|
||||||
|
&::after
|
||||||
|
background $ui-monokai-borderColor
|
||||||
|
&:hover
|
||||||
|
background darken($ui-monokai-backgroundColor, 5)
|
||||||
.snippet-detail
|
.snippet-detail
|
||||||
color white
|
color white
|
||||||
|
|||||||
Reference in New Issue
Block a user