diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 15:55:55 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 15:55:55 +0200 |
commit | 35c5da62a18049c62fdc806a9deb37bf04f2f1fa (patch) | |
tree | 566eac91d864b8b92ddafbc4b01d7928fee057a0 /.config/gtk-2.0 | |
parent | 375689cc04a4aa5cc57ff6586293b7fdba98df12 (diff) |
minor changes to system theme
Diffstat (limited to '.config/gtk-2.0')
-rw-r--r-- | .config/gtk-2.0/gtkrc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index 9bb13e2..8ba431e 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -1,10 +1,6 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "/home/adam/.gtkrc-2.0.mine" -gtk-theme-name="Arc" -gtk-icon-theme-name="Yaru" -gtk-font-name="SFNS Display 12" +gtk-theme-name="Arc-Dark" +gtk-icon-theme-name="Arc" +gtk-font-name="SFNS Display 11.5" gtk-cursor-theme-name="phinger-cursors-light" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH |