Skip to content

Commit 8d00829

Browse files
authored
gtk: Invert light_* and dark_* colors (#1940)
Tested-by: Daniel Thwaites <[email protected]> Reviewed-by: NAHO <[email protected]> Approved-by: NAHO <[email protected]>
1 parent 7b4957d commit 8d00829

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

modules/firefox/userChrome.css.mustache

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
--gnome-palette-brown-3: #{{base0F-hex}};
3939
--gnome-palette-brown-4: #{{base0F-hex}};
4040
--gnome-palette-brown-5: #{{base0F-hex}};
41-
--gnome-palette-light-1: #{{base01-hex}};
42-
--gnome-palette-light-2: #{{base01-hex}};
43-
--gnome-palette-light-3: #{{base01-hex}};
44-
--gnome-palette-light-4: #{{base01-hex}};
45-
--gnome-palette-light-5: #{{base01-hex}};
46-
--gnome-palette-dark-1: #{{base01-hex}};
47-
--gnome-palette-dark-2: #{{base01-hex}};
48-
--gnome-palette-dark-3: #{{base01-hex}};
49-
--gnome-palette-dark-4: #{{base01-hex}};
50-
--gnome-palette-dark-5: #{{base01-hex}};
41+
--gnome-palette-light-1: #{{base05-hex}};
42+
--gnome-palette-light-2: #{{base05-hex}};
43+
--gnome-palette-light-3: #{{base05-hex}};
44+
--gnome-palette-light-4: #{{base05-hex}};
45+
--gnome-palette-light-5: #{{base05-hex}};
46+
--gnome-palette-dark-1: #{{base05-hex}};
47+
--gnome-palette-dark-2: #{{base05-hex}};
48+
--gnome-palette-dark-3: #{{base05-hex}};
49+
--gnome-palette-dark-4: #{{base05-hex}};
50+
--gnome-palette-dark-5: #{{base05-hex}};
5151

5252
/* Colors */
5353
--gnome-warning-bg: #{{base0E-hex}};

modules/gtk/gtk.css.mustache

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
@define-color brown_3 #{{base0F-hex}};
7777
@define-color brown_4 #{{base0F-hex}};
7878
@define-color brown_5 #{{base0F-hex}};
79-
@define-color light_1 #{{base01-hex}};
80-
@define-color light_2 #{{base01-hex}};
81-
@define-color light_3 #{{base01-hex}};
82-
@define-color light_4 #{{base01-hex}};
83-
@define-color light_5 #{{base01-hex}};
84-
@define-color dark_1 #{{base01-hex}};
85-
@define-color dark_2 #{{base01-hex}};
86-
@define-color dark_3 #{{base01-hex}};
87-
@define-color dark_4 #{{base01-hex}};
88-
@define-color dark_5 #{{base01-hex}};
79+
@define-color light_1 #{{base05-hex}};
80+
@define-color light_2 #{{base05-hex}};
81+
@define-color light_3 #{{base05-hex}};
82+
@define-color light_4 #{{base05-hex}};
83+
@define-color light_5 #{{base05-hex}};
84+
@define-color dark_1 #{{base05-hex}};
85+
@define-color dark_2 #{{base05-hex}};
86+
@define-color dark_3 #{{base05-hex}};
87+
@define-color dark_4 #{{base05-hex}};
88+
@define-color dark_5 #{{base05-hex}};

0 commit comments

Comments
 (0)