File tree Expand file tree Collapse file tree 5 files changed +19
-12
lines changed Expand file tree Collapse file tree 5 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 22
22
position relative
23
23
height 32px
24
24
z-index 1
25
- background darken ( $vue-ui-color -light-neutral , 12 % )
25
+ background $content-bg-secondary -light
26
26
.vue-ui-dark-mode &
27
- background lighten ( $vue-ui-color-darker , 6 % )
27
+ background $content-bg-secondary-dark
28
28
29
29
& ,
30
30
.actions
Original file line number Diff line number Diff line change @@ -37,22 +37,22 @@ export default {
37
37
box-sizing border-box
38
38
39
39
.content
40
- background darken ( $vue-ui-color -light-neutral , 12 % )
40
+ background $content-bg-secondary -light
41
41
.vue-ui-dark-mode &
42
- background lighten ( $vue-ui-color-darker , 6 % )
42
+ background $content-bg-secondary-dark
43
43
.wrapper
44
- background darken ( $vue-ui-color -light-neutral , 8 % )
44
+ background $content-bg-primary -light
45
45
position relative
46
46
overflow-x hidden
47
47
overflow-y auto
48
48
.vue-ui-dark-mode &
49
- background lighten ( $vue-ui-color -dark, 3 % )
49
+ background $content-bg-primary -dark
50
50
51
51
& .list
52
52
.wrapper
53
- background $vue-ui-color -light-neutral
53
+ background $content-bg-list -light
54
54
.vue-ui-dark-mode &
55
- background lighten ( $vue-ui-color-darker , 9 % )
55
+ background $content-bg-list-dark
56
56
57
57
& .limit-width
58
58
.wrapper
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default {
55
55
.nav-list
56
56
overflow-x hidden
57
57
overflow-y auto
58
- background $vue-ui-color -light-neutral
58
+ background $content-bg-list -light
59
59
.vue-ui-dark-mode &
60
- background lighten ( $vue-ui-color-darker , 9 % )
60
+ background $content-bg-list-dark
61
61
</style >
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ export default {
82
82
83
83
.header ,
84
84
>>> .tabs
85
- background $vue-ui-color -light-neutral
85
+ background $content-bg-primary -light
86
86
.vue-ui-dark-mode &
87
- background $vue-ui-color -dark
87
+ background $content-bg-primary -dark
88
88
89
89
>>> .tabs-content
90
90
height 0
Original file line number Diff line number Diff line change 1
1
$color-background-light = lighten ($vue-ui-color-light-neutral , 80% )
2
2
$color-text-light = lighten ($vue-ui-color-dark , 40% )
3
+
4
+ $content-bg-primary-light = darken ($vue-ui-color-light-neutral , 8% )
5
+ $content-bg-primary-dark = lighten ($vue-ui-color-dark , 3% )
6
+ $content-bg-secondary-light = darken ($vue-ui-color-light-neutral , 12% )
7
+ $content-bg-secondary-dark = lighten ($vue-ui-color-darker , 6% )
8
+ $content-bg-list-light = $vue-ui-color-light-neutral
9
+ $content-bg-list-dark = lighten ($vue-ui-color-darker , 9% )
You can’t perform that action at this time.
0 commit comments