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-2.0/gtkrc | |
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-2.0/gtkrc')
-rw-r--r-- | gtk-2.0/gtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 6ae8019..6a23e8c 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -1,11 +1,11 @@ # DO NOT EDIT! This file will be overwritten by nwg-look. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -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 |