mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
delight.sh: switch back to Adwaita for the default icon theme
Actually, this should be done on a case-by-case basis (e.g. Adwaita on Xfce is not good enough, but is fine on GNOME) and/or with a fallback to Adwaita. But this is okay for now.
This commit is contained in:
parent
d71937be0d
commit
b9f59a5c53
|
|
@ -31,10 +31,10 @@
|
|||
|
||||
gtk_theme_light="Adwaita"
|
||||
gtk_theme_dark="Adwaita-dark"
|
||||
icon_theme_light="Papirus-Light"
|
||||
icon_theme_dark="Papirus-Dark"
|
||||
# icon_theme_light="Adwaita"
|
||||
# icon_theme_dark="Adwaita"
|
||||
# icon_theme_light="Papirus-Light"
|
||||
# icon_theme_dark="Papirus-Dark"
|
||||
icon_theme_light="Adwaita"
|
||||
icon_theme_dark="Adwaita"
|
||||
|
||||
_depcheck ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue