diff --git a/src/utils.js b/src/utils.js index 17138a1..a72111c 100644 --- a/src/utils.js +++ b/src/utils.js @@ -73,7 +73,7 @@ function getInstalledResources(type) { * @returns {Set} A set containing all the installed GTK themes names. */ function getInstalledGtkThemes() { - const themes = new Set(['Adwaita', 'HighContrast', 'HighContrastInverse']); + const themes = new Set(); getInstalledResources('themes').forEach(theme => { const version = [0, Gtk.MINOR_VERSION].find(gtkVersion => { if (gtkVersion % 2)