Created
November 12, 2012 22:41
-
-
Save fedemp/4062546 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # DO NOT EDIT! This file will be overwritten by LXAppearance. | |
| # Any customization should be done in ~/.gtkrc-2.0.mine instead. | |
| gtk-theme-name="Mint-Z" | |
| gtk-icon-theme-name="Mint-X-Dark" | |
| gtk-font-name="Segoe 10" | |
| gtk-cursor-theme-name="DMZ-Black" | |
| gtk-cursor-theme-size=0 | |
| gtk-toolbar-style=GTK_TOOLBAR_ICONS | |
| gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR | |
| gtk-button-images=0 | |
| 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="hintslight" | |
| gtk-xft-rgba="rgb" | |
| include "/home/federico/.gtkrc-2.0.mine" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Settings] | |
| gtk-theme-name=Mint-Z | |
| gtk-icon-theme-name=Mint-X-Dark | |
| gtk-font-name=Segoe 10 | |
| gtk-cursor-theme-name=DMZ-Black | |
| gtk-cursor-theme-size=0 | |
| gtk-toolbar-style=GTK_TOOLBAR_ICONS | |
| gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR | |
| gtk-button-images=0 | |
| 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=hintslight | |
| gtk-xft-rgba=rgb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment