|
27 | 27 | @define-color sidebar_bg_color #303030;
|
28 | 28 | @define-color sidebar_fg_color white;
|
29 | 29 | @define-color sidebar_backdrop_color #2a2a2a;
|
30 |
| -@define-color sidebar_shade_color rgba(0, 0, 0, 0.36); |
| 30 | +@define-color sidebar_shade_color rgba(0, 0, 0, 0.25); |
| 31 | +@define-color sidebar_border_color rgba(0, 0, 0, 0.36); |
31 | 32 | @define-color secondary_sidebar_bg_color #2a2a2a;
|
32 | 33 | @define-color secondary_sidebar_fg_color white;
|
33 | 34 | @define-color secondary_sidebar_backdrop_color #272727;
|
34 |
| -@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.36); |
| 35 | +@define-color secondary_sidebar_shade_color rgba(0, 0, 0, 0.25); |
| 36 | +@define-color secondary_sidebar_border_color rgba(0, 0, 0, 0.36); |
35 | 37 | @define-color card_bg_color rgba(255, 255, 255, 0.08);
|
36 | 38 | @define-color card_fg_color white;
|
37 | 39 | @define-color card_shade_color rgba(0, 0, 0, 0.36);
|
38 | 40 | @define-color dialog_bg_color #383838;
|
39 | 41 | @define-color dialog_fg_color white;
|
40 | 42 | @define-color popover_bg_color #383838;
|
41 | 43 | @define-color popover_fg_color white;
|
42 |
| -@define-color popover_shade_color rgba(0, 0, 0, 0.36); |
| 44 | +@define-color popover_shade_color rgba(0, 0, 0, 0.25); |
43 | 45 | @define-color thumbnail_bg_color #383838;
|
44 | 46 | @define-color thumbnail_fg_color white;
|
45 |
| -@define-color shade_color rgba(0, 0, 0, 0.36); |
| 47 | +@define-color shade_color rgba(0, 0, 0, 0.25); |
46 | 48 | @define-color scrollbar_outline_color rgba(0, 0, 0, 0.5);
|
47 |
| - |
48 | 49 | @import '../gtk-3.0/libadwaita.css';
|
49 | 50 | @import '../gtk-3.0/libadwaita-tweaks.css';
|
0 commit comments