mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Change theme and remove reduntant settings
This commit is contained in:
parent
7f506d7256
commit
68c7a3703c
4 changed files with 16 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Net/IconThemeName "Papirus-Dark"
|
||||
Net/ThemeName "vimix-dark-beryl"
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintfull"
|
||||
Xft/Antialias 1
|
||||
Xft/autohint 0
|
||||
Xft/lcdfilter "lcddefault"
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintfull"
|
||||
Xft/Antialias 1
|
||||
Xft/RGBA "rgb"
|
||||
|
|
4
dot_gtkrc-2.0
Normal file
4
dot_gtkrc-2.0
Normal 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"
|
Loading…
Reference in a new issue