summaryrefslogtreecommitdiff
path: root/common.rb
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-12 20:50:59 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-12 20:50:59 -0500
commit5ae04dc424ee8240f077a1bd2420d6f0249432dc (patch)
tree08a294d963e26ea6ee8be81a64699f382ddceeed /common.rb
parent821a092b3a3e9461cea3fc0f8b5f39ae527d9ab6 (diff)
downloaddotfiles-5ae04dc424ee8240f077a1bd2420d6f0249432dc.tar.gz
dotfiles-5ae04dc424ee8240f077a1bd2420d6f0249432dc.zip
Themes: Switch back to FlatColor theme
Diffstat (limited to 'common.rb')
-rw-r--r--common.rb11
1 files changed, 7 insertions, 4 deletions
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"