Added GTK theming
This commit is contained in:
parent
565339e58f
commit
13e30734ad
|
@ -46,4 +46,5 @@ stow -t ~ i3
|
|||
stow -t ~ dunst
|
||||
stow -t ~ polybar
|
||||
stow -t ~ rofi
|
||||
stow -t ~ gtk
|
||||
~~~
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
vte-terminal {
|
||||
padding: 10px;
|
||||
}
|
|
@ -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
|
Loading…
Reference in New Issue