Files
dotfiles/.config/gtk-2.0/gtkrc-2.0

22 lines
622 B
Plaintext
Raw Normal View History

2024-01-21 17:42:05 +00:00
gtk-enable-animations=1
gtk-primary-button-warps-slider=0
2021-04-07 22:56:28 +01:00
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "~/.gtkrc-2.0.mine"
gtk-theme-name="Arc-Gruvbox"
2024-01-21 17:42:05 +00:00
gtk-icon-theme-name="breeze"
gtk-font-name="Noto Sans, 10"
gtk-cursor-theme-name="breeze_cursors"
gtk-cursor-theme-size=24
gtk-toolbar-style=3
2021-04-07 22:56:28 +01:00
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
2024-01-21 17:42:05 +00:00
gtk-button-images=1
2021-04-07 22:56:28 +01:00
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"
gtk-xft-rgba="rgb"