From 5aa95007de920cb32cf0f68745bc8871732ac970 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 24 Nov 2022 09:27:24 +0100 Subject: [PATCH] styling: Don't switch app icons to symbolic for HC While it's true that white against black has the ultimate contrast, the decision to switch fullcolor icons to symbolic has a few negative implications: * Apps identities usually lean onto colors, switching to white symbolic suddenly makes it harder to identify an app. * Many 3rd party apps don't ship a symbolic icon making the experience feel unpolished/"under construction". * Behavior is inconsistent with gtk/libadwaita. Part of the HC polish initiative -- https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5799 Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6136 Part-of: --- data/theme/gnome-shell-high-contrast.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/theme/gnome-shell-high-contrast.scss b/data/theme/gnome-shell-high-contrast.scss index 55745f1ac..00f247e73 100644 --- a/data/theme/gnome-shell-high-contrast.scss +++ b/data/theme/gnome-shell-high-contrast.scss @@ -5,11 +5,6 @@ $variant: 'dark'; @import "gnome-shell-sass/_common"; @import "gnome-shell-sass/_widgets"; -//force symbolic icons -stage { - -st-icon-style: symbolic; -} - .toggle-switch { width: 48px; } .toggle-switch { background-image: url("resource:///org/gnome/shell/theme/toggle-off-hc.svg");