98
|
1 /* Accent Colors */
|
|
2 @define-color accent_color #5E7F3E;
|
|
3 @define-color accent_bg_color #5E7F3E;
|
|
4 @define-color accent_fg_color #ffffff;
|
|
5 /* Window Colors */
|
|
6 @define-color window_bg_color #C6C6C6;
|
|
7 @define-color window_fg_color #161616;
|
|
8 /* View Colors */
|
|
9 @define-color view_bg_color #C6C6C6;
|
|
10 @define-color view_fg_color #161616;
|
|
11 /* Header Bar Colors */
|
|
12 @define-color headerbar_bg_color #3D3D3D;
|
|
13 @define-color headerbar_fg_color #dddddd;
|
|
14 @define-color headerbar_backdrop_color #3D3D3D;
|
|
15 @define-color headerbar_shade_color red;
|
|
16 /* Card Colors */
|
|
17 @define-color card_bg_color #e1e1e1;
|
|
18 @define-color card_fg_color #161616;
|
|
19 @define-color card_shade_color #161616;
|
|
20 /* Popover Colors */
|
|
21 @define-color popover_bg_color #C6C6C6;
|
|
22 @define-color popover_fg_color #161616;
|