Skip to content

Commit

Permalink
Exclude Adwaita and HighContrast from Icon themes selection. Neither …
Browse files Browse the repository at this point in the history
…support Budgie.
  • Loading branch information
JoshStrobl committed Jan 4, 2022
1 parent f3313cd commit 27b9447
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/panel/settings/themes.vala
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ public class ThemeScanner : GLib.Object {
};

string[] icon_theme_blacklist = {
"breeze",
"Adwaita",
"HighContrast",
"Papirus-Adapta",
"Papirus-Adapta-Nokto",
"breeze",
"solus-sc"
};

Expand Down

0 comments on commit 27b9447

Please sign in to comment.