From 5ae04dc424ee8240f077a1bd2420d6f0249432dc Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sun, 12 Oct 2025 20:50:59 -0500 Subject: Themes: Switch back to FlatColor theme --- common.rb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'common.rb') diff --git a/common.rb b/common.rb index e5166bd..cb14e55 100644 --- a/common.rb +++ b/common.rb @@ -6,8 +6,11 @@ tree src: "#{dir}/common", gtk-3.0 gtk-4.0 plank] .map {|x| ".themes/linea-nord-color/#{x}"}] op SymLink, - to: "#{HOME}/.themes/linea-nord-color/general/dark.css", - from: "../../../.cache/wal/dark.css" -op SymLink, - to: "#{HOME}/.themes/linea-nord-color/gtk-2.0/gtkrc", + to: "#{HOME}/.themes/FlatColor/gtk-2.0/gtkrc", from: "../../../.cache/wal/gtkrc" +op SymLink, + to: "#{HOME}/.themes/FlatColor/gtk-3.0/gtk.css", + from: "../../../.cache/wal/gtk-3.0.css" +op SymLink, + to: "#{HOME}/.themes/FlatColor/gtk-3.20/gtk.css", + from: "../../../.cache/wal/gtk-3.20.css" -- cgit v1.2.3