1
0
Fork 0
dotfiles/home/dot_gtkrc-2.0

19 lines
570 B
Plaintext
Raw Normal View History

2018-03-10 04:04:29 +00:00
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/marchambault/.gtkrc-2.0.mine"
2019-01-06 19:59:46 +00:00
gtk-theme-name="Matcha-aliz"
gtk-icon-theme-name="Mint-Y-Orange"
2018-03-10 04:04:29 +00:00
gtk-font-name="Cantarell 11"
2024-03-27 16:34:40 +00:00
gtk-cursor-theme-name="Breeze_Light"
2018-03-10 04:04:29 +00:00
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_TEXT
gtk-toolbar-icon-size=GTK_ICON_SIZE_MENU
2018-09-11 19:00:53 +00:00
gtk-button-images=0
gtk-menu-images=0
2018-03-10 04:04:29 +00:00
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
2018-09-11 19:00:53 +00:00
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"