Added GTK theming

This commit is contained in:
Jesper Fussing Moerk 2018-02-09 15:46:50 +01:00
parent 565339e58f
commit 13e30734ad
3 changed files with 21 additions and 0 deletions

View File

@ -46,4 +46,5 @@ stow -t ~ i3
stow -t ~ dunst
stow -t ~ polybar
stow -t ~ rofi
stow -t ~ gtk
~~~

View File

@ -0,0 +1,3 @@
vte-terminal {
padding: 10px;
}

View File

@ -0,0 +1,17 @@
[Settings]
gtk-theme-name=Materia-dark
gtk-icon-theme-name=Papirus
gtk-font-name=Google Sans Regular 10
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=48
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintmedium
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1