From 1ed7dea95710b1df25424514d586ad2b35e7c5b7 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 3 Sep 2023 09:04:30 -0500 Subject: [PATCH] icons: Update star icon Closes #656 --- theme/colors/light.css | 2 +- theme/icons/non-starred-symbolic.svg | 4 +--- theme/icons/starred-symbolic.svg | 4 +--- theme/parts/icons.css | 2 ++ 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/theme/colors/light.css b/theme/colors/light.css index 1716141..4418cef 100644 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -58,7 +58,7 @@ --gnome-accent: var(--gnome-palette-blue-4); --gnome-selection-bg: color-mix(in srgb, var(--gnome-accent-bg) 30%, transparent); - --gnome-toolbar-star-button: #ae7b03; + --gnome-toolbar-star-button: var(--gnome-palette-yellow-5); /* Window */ --gnome-window-background: #fafafa; diff --git a/theme/icons/non-starred-symbolic.svg b/theme/icons/non-starred-symbolic.svg index abd2036..53d81ce 100644 --- a/theme/icons/non-starred-symbolic.svg +++ b/theme/icons/non-starred-symbolic.svg @@ -1,4 +1,2 @@ - - - + diff --git a/theme/icons/starred-symbolic.svg b/theme/icons/starred-symbolic.svg index f491ee1..f247ece 100644 --- a/theme/icons/starred-symbolic.svg +++ b/theme/icons/starred-symbolic.svg @@ -1,4 +1,2 @@ - - - + diff --git a/theme/parts/icons.css b/theme/parts/icons.css index dceca22..af34c08 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -56,6 +56,8 @@ radio > .radio-check, fill: var(--gnome-toolbar-icon-fill) !important; -moz-context-properties: fill, fill-opacity; } +.urlbar-icon:-moz-window-inactive, +#urlbar:-moz-window-inactive image, .toolbarbutton-icon:-moz-window-inactive, :root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-close:-moz-window-inactive .toolbarbutton-icon, :root[tabsintitlebar] #titlebar .titlebar-buttonbox .titlebar-max .toolbarbutton-icon:-moz-window-inactive,