dotfiles

personal configuration files and scripts
git clone https://tongong.net/git/dotfiles.git
Log | Files | Refs | README

gtkrc-2.0 (578B)


      1 # DO NOT EDIT! This file will be overwritten by LXAppearance.
      2 # Any customization should be done in ~/.gtkrc-2.0.mine instead.
      3 
      4 include "/home/tong/.gtkrc-2.0.mine"
      5 gtk-theme-name="Materia-dark-compact"
      6 gtk-icon-theme-name="Papirus-Dark"
      7 gtk-font-name="Cantarell 11"
      8 gtk-cursor-theme-name="Vanilla-DMZ"
      9 gtk-cursor-theme-size=0
     10 gtk-toolbar-style=GTK_TOOLBAR_BOTH
     11 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
     12 gtk-button-images=1
     13 gtk-menu-images=1
     14 gtk-enable-event-sounds=0
     15 gtk-enable-input-feedback-sounds=0
     16 gtk-xft-antialias=1
     17 gtk-xft-hinting=1
     18 gtk-xft-hintstyle="hintfull"