forked from extern/nix-config
gtk: Use Arc-Dark instead of Adapta
Since the Adapta theme isn't maintained anymore, some problems in newer versions of GNOME (such as incorrect padding for text underlines in Nautilus) cannot be reported since issues are disabled. It turns out that Arc-Dark does have padding, I just wasn't scaling GTK applications properly. Since I already use the Arc theme for KDE, using it for GTK as well gives all my desktop applications a universal look and feel. The solid variant is used instead of the original to remove the transparent effect seen in Nautilus. The Arc GTK theme supports both light and dark color schemes, which is very nice.
This commit is contained in:
parent
8ac416880d
commit
e719ee70a8
@ -2,8 +2,8 @@
|
||||
gtk-cursor-theme-name=breeze_cursors
|
||||
gtk-cursor-theme-size=36
|
||||
gtk-font-name=Cantarell Regular 10
|
||||
gtk-icon-theme-name=Papirus-Adapta
|
||||
gtk-theme-name=Adapta
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-theme-name=Arc-Dark-solid
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
|
Loading…
Reference in New Issue
Block a user