mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Add gtk3/4 settings
This commit is contained in:
parent
67611a0d59
commit
36dc2b8139
2 changed files with 16 additions and 0 deletions
8
dot_config/gtk-3.0/settings.ini
Normal file
8
dot_config/gtk-3.0/settings.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Settings]
|
||||
gtk-application-preferdark-theme = 1
|
||||
gtk-theme-name = vimix-dark-beryl
|
||||
gtk-icon-theme-name = Papirus-Dark
|
||||
gtk-xft-hinting = 1
|
||||
gtk-xft-hintstyle = hintfull
|
||||
gtk-xft-antialias = 1
|
||||
gtk-xft-rgba = rgb
|
8
dot_config/gtk-4.0/settings.ini
Normal file
8
dot_config/gtk-4.0/settings.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Settings]
|
||||
gtk-application-preferdark-theme = 1
|
||||
gtk-theme-name = vimix-dark-beryl
|
||||
gtk-icon-theme-name = Papirus-Dark
|
||||
gtk-xft-hinting = 1
|
||||
gtk-xft-hintstyle = hintfull
|
||||
gtk-xft-antialias = 1
|
||||
gtk-xft-rgba = rgb
|
Loading…
Reference in a new issue