File tree 3 files changed +48
-6
lines changed
3 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 1
-
2
1
@define-color accent_bg_color # 907aa9;
3
2
@define-color accent_fg_color # faf4ed;
4
3
@define-color accent_color # 907aa9;
30
29
@define-color headerbar_backdrop_color @window_bg_color ;
31
30
@define-color headerbar_shade_color # faf4ed;
32
31
33
-
34
32
@define-color card_bg_color # fffaf3;
35
33
@define-color card_fg_color # 575279;
36
34
@define-color card_shade_color # fffaf3;
41
39
@define-color sidebar_backdrop_color # f2e9e1;
42
40
@define-color sidebar_bg_color # f2e9e1;
43
41
@define-color sidebar_fg_color # 575279;
42
+
43
+ /* Target the specific row in the sidebar that's selected */
44
+ .navigation-sidebar row : selected {
45
+ background-color : # 907aa9 ;
46
+ color : # faf4ed ;
47
+ }
48
+
49
+ /* Target the label in the selected row */
50
+ .navigation-sidebar row : selected .sidebar-label {
51
+ color : # faf4ed ;
52
+ }
53
+
54
+ /* Hover effect for non-selected rows */
55
+ .navigation-sidebar row : hover : not (: selected ) {
56
+ background-color : rgba (196 , 167 , 231 , 0.2 );
57
+ }
Original file line number Diff line number Diff line change 1
-
2
1
@define-color accent_bg_color # c4a7e7;
3
2
@define-color accent_fg_color # 232136;
4
3
@define-color accent_color # c4a7e7;
30
29
@define-color headerbar_backdrop_color @window_bg_color ;
31
30
@define-color headerbar_shade_color # 232136;
32
31
33
-
34
32
@define-color card_bg_color # 2a273f;
35
33
@define-color card_fg_color # e0def4;
36
34
@define-color card_shade_color # 2a273f;
41
39
@define-color sidebar_backdrop_color # 393552;
42
40
@define-color sidebar_bg_color # 393552;
43
41
@define-color sidebar_fg_color # e0def4;
42
+
43
+ /* Target the specific row in the sidebar that's selected */
44
+ .navigation-sidebar row : selected {
45
+ background-color : # c4a7e7 ;
46
+ color : # 232136 ;
47
+ }
48
+
49
+ /* Target the label in the selected row */
50
+ .navigation-sidebar row : selected .sidebar-label {
51
+ color : # 232136 ;
52
+ }
53
+
54
+ /* Hover effect for non-selected rows */
55
+ .navigation-sidebar row : hover : not (: selected ) {
56
+ background-color : rgba (196 , 167 , 231 , 0.2 );
57
+ }
Original file line number Diff line number Diff line change 1
-
2
1
@define-color accent_bg_color # c4a7e7;
3
2
@define-color accent_fg_color # 191724;
4
3
@define-color accent_color # c4a7e7;
30
29
@define-color headerbar_backdrop_color @window_bg_color ;
31
30
@define-color headerbar_shade_color # 191724;
32
31
33
-
34
32
@define-color card_bg_color # 1f1d2e;
35
33
@define-color card_fg_color # e0def4;
36
34
@define-color card_shade_color # 1f1d2e;
41
39
@define-color sidebar_backdrop_color # 26233A;
42
40
@define-color sidebar_bg_color # 26233A;
43
41
@define-color sidebar_fg_color # e0def4;
42
+
43
+ /* Target the specific row in the sidebar that's selected */
44
+ .navigation-sidebar row : selected {
45
+ background-color : # c4a7e7 ;
46
+ color : # 191724 ;
47
+ }
48
+
49
+ /* Target the label in the selected row */
50
+ .navigation-sidebar row : selected .sidebar-label {
51
+ color : # 191724 ;
52
+ }
53
+
54
+ /* Hover effect for non-selected rows */
55
+ .navigation-sidebar row : hover : not (: selected ) {
56
+ background-color : rgba (196 , 167 , 231 , 0.2 );
57
+ }
You can’t perform that action at this time.
0 commit comments