Change theme and remove reduntant settings

This commit is contained in:
Andrew Scott 2023-03-23 17:09:31 -04:00
parent 7f506d7256
commit 68c7a3703c
Signed by: a
GPG key ID: 7CD5A5977E4931C1
4 changed files with 16 additions and 18 deletions

View file

@ -1,7 +1,4 @@
[Settings]
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
gtk-theme-name = Everforest-Dark-Borderless
gtk-icon-theme-name = Everforest-Dark
gtk-font-name = DejaVu Sans 11

View file

@ -1,8 +1,5 @@
[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
gtk-application-preferdark-theme = true
gtk-theme-name = Everforest-Dark-Borderless
gtk-icon-theme-name = Everforest-Dark
gtk-font-name = "DejaVu Sans 11"

View file

@ -1,5 +1,5 @@
Net/IconThemeName "Papirus-Dark"
Net/ThemeName "vimix-dark-beryl"
Xft/autohint 0
Xft/lcdfilter "lcddefault"
Xft/Hinting 1
Xft/HintStyle "hintfull"
Xft/Antialias 1

4
dot_gtkrc-2.0 Normal file
View file

@ -0,0 +1,4 @@
# GTK2 Settings
gtk-theme-name="Everforest-Dark-Borderless"
gtk-icon-theme-name="Everforest-Dark"
gtk-font-name="DejaVu Sans 11"