From e719ee70a8fb4507994ae150aafbb04ca67e9dc3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 21 Nov 2018 18:42:07 -0500 Subject: [PATCH] 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. --- gtk/.config/gtk-3.0/settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini index 538ee0a..4d35072 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -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