regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

gtk2rc (592B)


      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/USER_USERNAME/.gtkrc-2.0.mine"
      5 gtk-theme-name="Greybird-dark"
      6 gtk-icon-theme-name="Papirus-Dark"
      7 gtk-font-name="Roboto 12"
      8 gtk-cursor-theme-name="Adwaita"
      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=1
     15 gtk-enable-input-feedback-sounds=1
     16 gtk-xft-antialias=1
     17 gtk-xft-hinting=1
     18 gtk-xft-hintstyle="hintfull"
     19 gtk-xft-rgba="rgb"