Created
August 6, 2017 14:27
-
-
Save emmanuelrosa/bc4958bd1379ebb5dcdae541b9715069 to your computer and use it in GitHub Desktop.
Example ~/.gtkrc-2.0 file to set GTK 2 theme to Arc-Dark
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
| gtk-theme-name="Arc-Dark" | |
| gtk-icon-theme-name="Arc" | |
| gtk-font-name="Arial 9" | |
| gtk-cursor-theme-size=0 | |
| gtk-toolbar-style=GTK_TOOLBAR_BOTH | |
| gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR | |
| gtk-button-images=1 | |
| 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