File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323body [data-theme = "dark" ]
2424 .percentageBar
25- background-color #22 24 26
25+ background-color #36 3A 3D
2626
2727 .progressBar
28- background-color : $ui-dark-button--active-backgroundColor
28+ background-color : alpha ( # 93 93 95 , 50 % )
2929
3030 .percentageText
3131 color $ui-dark-text-color
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ table
270270 border-right solid 1px borderColor
271271
272272themeDarkBackground = darken (#21 25 2B , 10% )
273- themeDarkText = #DD DD DD
273+ themeDarkText = #f9 f9 f9
274274themeDarkBorder = lighten (themeDarkBackground , 20% )
275275themeDarkPreview = $ui-dark-noteDetail-backgroundColor
276276themeDarkTableOdd = themeDarkPreview
@@ -288,8 +288,9 @@ body[data-theme="dark"]
288288 background-color alpha (lighten (brandColor , 30% ), 0.2 ) !important
289289
290290 code
291+ color #EA 67 30
291292 border-color darken (themeDarkBorder , 10% )
292- background-color lighten (themeDarkPreview , 10 % )
293+ background-color lighten (themeDarkPreview , 5 % )
293294
294295 pre
295296 border-color lighten (#21 25 2B , 20% )
Original file line number Diff line number Diff line change 11.root
22 absolute top left bottom
33 width $sideNav-width
4- background-color $ui-backgroundColor
4+ background-color # f9 f9 f9
55 user-select none
66 color $ui-text-color
77
Original file line number Diff line number Diff line change @@ -176,9 +176,9 @@ topBarButtonLight()
176176// Dark theme
177177$ui-dark-active-color = #3A 40 4C
178178$ui-dark-borderColor = lighten (#21 25 2B , 20% )
179- $ui-dark-backgroundColor = #1D 1D 1D
180- $ui-dark-noteList-backgroundColor = #18 18 18
181- $ui-dark-noteDetail-backgroundColor = #0D 0D 0D
179+ $ui-dark-backgroundColor = #1E 21 24
180+ $ui-dark-noteList-backgroundColor = #28 2C 30
181+ $ui-dark-noteDetail-backgroundColor = #2D 30 33
182182$ui-dark-tag-backgroundColor = #3A 40 4C
183183$dark-background-color = lighten ($ui-dark-backgroundColor , 10% )
184184$ui-dark-text-color = #DD DD DD
You can’t perform that action at this time.
0 commit comments