From ef3f21ecfd3134313e62f9b8010ae0f1dc0f5c92 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 24 Oct 2022 14:53:21 -0400 Subject: [PATCH] gtk: Use flat color theme and icons I originally made this change to take advantage of wpgtk, and although I was successful and wpgtk was a cool experience, I am not that interested in updating all my config files to use wpgtk instead of wal. Since this was mainly useful for thunar and nautilus, and since I'm considering using ranger only and writing my own scripts for additional functionality, I may change this to a simpler theme in the future. --- 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 693f8fc4..0e81c22f 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=phinger-cursors gtk-decoration-layout=menu: gtk-font-name=Noto Sans CJK JP 11 -gtk-icon-theme-name=Win11-purple-dark -gtk-theme-name=Dracula +gtk-icon-theme-name=flattrcolor-dark +gtk-theme-name=FlatColor gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull