From 06a9960ed0f19943acf0e147b0f6072d3b34a13f Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 8 Jan 2023 19:27:57 -0800 Subject: [PATCH] Remove 1px borders from Everforest GTK theme (hack) --- colors/everforest/gtk.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/colors/everforest/gtk.nix b/colors/everforest/gtk.nix index b184576..41dc11b 100644 --- a/colors/everforest/gtk.nix +++ b/colors/everforest/gtk.nix @@ -27,6 +27,11 @@ stdenv.mkDerivation rec { mkdir -p $out/share/themes + for f in `find source/themes -name "*.css"`; do + grep -v '^ border: 1px ' $f > tmp + mv tmp $f + done + cp -a source/themes/* $out/share/themes jdupes -L -r $out/share