reintroducing gtk themes

This commit is contained in:
committer@tuxwarrior
2026-02-26 11:28:00 -05:00
parent 2647e321bf
commit ca4136dac6
6 changed files with 21 additions and 42 deletions

18
dots/gtk/.gtkrc-2.0 Normal file
View File

@@ -0,0 +1,18 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/poq/.gtkrc-2.0.mine"
gtk-theme-name="Sweet-Dark"
gtk-icon-theme-name="Sweet-Purple"
gtk-font-name="Cantarell 10"
gtk-cursor-theme-name="Qogir-dark"
gtk-cursor-theme-size=10
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"