From f4014e54a6b80d080bcd34f65d9382963230b463 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 21 May 2022 23:52:39 -0500 Subject: [PATCH] Icons: Use accent color for bookmarks star icon Signed-off-by: Rafael Mardojai CM --- theme/parts/icons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/icons.css b/theme/parts/icons.css index 4d390b6..17f3626 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -395,7 +395,7 @@ button.close::before { list-style-image: url("../icons/non-starred-symbolic.svg") !important; } #star-button[starred] { - fill: orange !important; + fill: var(--gnome-accent) !important; } /* History button */