File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2
2
This file will fix some legacy widget styles that aren't styled in libadwaita
3
3
*/
4
4
5
+ /* https://github.com/lassekongo83/adw-gtk3/issues/272 */
5
6
@define-color accent_bg_color @blue_ 3;
6
7
@define-color accent_fg_color white;
7
8
8
- /* add a bg color to notebook headers */
9
- notebook > header {
10
- background-color: @headerbar_bg_color ;
11
- border-color : mix (currentColor, @window_bg_color , 0.85 );
12
- }
13
-
14
9
: root {
15
10
--accent-blue : # 3584e4 ;
16
11
--accent-teal : # 2190a4 ;
@@ -26,12 +21,19 @@ notebook > header {
26
21
--accent-bg-color : var (--accent-blue );
27
22
--accent-fg-color: @accent_fg_color ;
28
23
29
- --card-bg-color: @card_bg_color ;
24
+ --window-bg-color: @window_bg_color ;
25
+ --headerbar-bg-color: @headerbar_bg_color ;
26
+ }
27
+
28
+ /* add a bg color to notebook headers */
29
+ notebook > header {
30
+ background-color : var (--headerbar-bg-color );
31
+ border-color : mix (currentColor, var (--window-bg-color ), 0.85 );
30
32
}
31
33
32
34
/* Chromium */
33
35
.background .chromium {
34
- background-color : color-mix (in srgb, currentColor 5% , @headerbar_bg_color );
36
+ background-color : color-mix (in srgb, currentColor 5% , var ( --headerbar-bg-color ) );
35
37
}
36
38
37
39
.background .chromium selection ,
You can’t perform that action at this time.
0 commit comments