Set default GTK theme

This commit is contained in:
dbroqua 2020-06-02 19:02:53 +02:00
parent e3875c1d03
commit ef051a20ef
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[Settings]
gtk-theme-name=vimix-laptop-doder
gtk-icon-theme-name=Tela
gtk-font-name=Noto Sans Regular 12
gtk-cursor-theme-name=Breeze_Snow
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
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=hintfull

18
dotfiles/gtkrc-2.0 Normal file
View File

@ -0,0 +1,18 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/dbroqua/.gtkrc-2.0.mine"
gtk-theme-name="vimix-laptop-doder"
gtk-icon-theme-name="Tela"
gtk-font-name="Noto Sans Regular 12"
gtk-cursor-theme-name="Breeze_Snow"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
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="hintfull"