change gtk theme

This commit is contained in:
Frost-Phoenix 2024-06-21 22:12:17 +02:00
parent 557c171fbc
commit b10e3faf5b
2 changed files with 4 additions and 9 deletions

View file

@ -23,6 +23,6 @@
XDG_SESSION_TYPE = "wayland";
SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland";
GTK_THEME = "Catppuccin-Mocha-Compact-Lavender-Dark";
GTK_THEME = "Dracula";
};
}