diff options
author | ZachIR <zachir@librem.one> | 2025-01-21 19:14:14 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-21 19:14:14 -0600 |
commit | c654a8e82f10440551c2fec536c116000b7a6fe6 (patch) | |
tree | 5fab65fc9cb102ea06a1a8c342e4c2a4283d0538 /gtk-3.0/settings.ini | |
parent | a9be74adf57403f7840d09f7a0081b6390864d5a (diff) |
Set gtk, icon, and mouse themes
GTK Theme is now darkest/white, icon theme is COSMIC, and mouse theme is
BreezeX-Black.
Diffstat (limited to 'gtk-3.0/settings.ini')
-rw-r--r-- | gtk-3.0/settings.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 33306a4..f876bba 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -1,9 +1,9 @@ [Settings] -gtk-theme-name=Flat-Remix-GTK-Green-Darkest-Solid -gtk-icon-theme-name=Mint-X +gtk-theme-name=Flat-Remix-GTK-White-Darkest-Solid +gtk-icon-theme-name=Cosmic gtk-font-name=Cantarell 11 gtk-cursor-theme-name=BreezeX-Black -gtk-cursor-theme-size=24 +gtk-cursor-theme-size=32 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 |