diff --git a/modules/firefox/userChrome.css.mustache b/modules/firefox/userChrome.css.mustache index 6236359d..0fdccca3 100644 --- a/modules/firefox/userChrome.css.mustache +++ b/modules/firefox/userChrome.css.mustache @@ -38,16 +38,16 @@ --gnome-palette-brown-3: #{{base0F-hex}}; --gnome-palette-brown-4: #{{base0F-hex}}; --gnome-palette-brown-5: #{{base0F-hex}}; - --gnome-palette-light-1: #{{base01-hex}}; - --gnome-palette-light-2: #{{base01-hex}}; - --gnome-palette-light-3: #{{base01-hex}}; - --gnome-palette-light-4: #{{base01-hex}}; - --gnome-palette-light-5: #{{base01-hex}}; - --gnome-palette-dark-1: #{{base01-hex}}; - --gnome-palette-dark-2: #{{base01-hex}}; - --gnome-palette-dark-3: #{{base01-hex}}; - --gnome-palette-dark-4: #{{base01-hex}}; - --gnome-palette-dark-5: #{{base01-hex}}; + --gnome-palette-light-1: #{{base05-hex}}; + --gnome-palette-light-2: #{{base05-hex}}; + --gnome-palette-light-3: #{{base05-hex}}; + --gnome-palette-light-4: #{{base05-hex}}; + --gnome-palette-light-5: #{{base05-hex}}; + --gnome-palette-dark-1: #{{base05-hex}}; + --gnome-palette-dark-2: #{{base05-hex}}; + --gnome-palette-dark-3: #{{base05-hex}}; + --gnome-palette-dark-4: #{{base05-hex}}; + --gnome-palette-dark-5: #{{base05-hex}}; /* Colors */ --gnome-warning-bg: #{{base0E-hex}}; diff --git a/modules/gtk/gtk.css.mustache b/modules/gtk/gtk.css.mustache index d4ec6942..3b2e9224 100644 --- a/modules/gtk/gtk.css.mustache +++ b/modules/gtk/gtk.css.mustache @@ -76,13 +76,13 @@ @define-color brown_3 #{{base0F-hex}}; @define-color brown_4 #{{base0F-hex}}; @define-color brown_5 #{{base0F-hex}}; -@define-color light_1 #{{base01-hex}}; -@define-color light_2 #{{base01-hex}}; -@define-color light_3 #{{base01-hex}}; -@define-color light_4 #{{base01-hex}}; -@define-color light_5 #{{base01-hex}}; -@define-color dark_1 #{{base01-hex}}; -@define-color dark_2 #{{base01-hex}}; -@define-color dark_3 #{{base01-hex}}; -@define-color dark_4 #{{base01-hex}}; -@define-color dark_5 #{{base01-hex}}; +@define-color light_1 #{{base05-hex}}; +@define-color light_2 #{{base05-hex}}; +@define-color light_3 #{{base05-hex}}; +@define-color light_4 #{{base05-hex}}; +@define-color light_5 #{{base05-hex}}; +@define-color dark_1 #{{base05-hex}}; +@define-color dark_2 #{{base05-hex}}; +@define-color dark_3 #{{base05-hex}}; +@define-color dark_4 #{{base05-hex}}; +@define-color dark_5 #{{base05-hex}};