summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 5780178..9a5da3e 100755
--- a/build.sh
+++ b/build.sh
@@ -4,6 +4,6 @@ echo ":root {" > lux-theme.css
cat lux-theme.yaml \
| sed 's/\s*#.*//;/author/d;/scheme/d;/^$/d' \
- | sed 's/"$/\;/;s/"/#/;s/base/ --fuck-/' >> lux-theme.css
+ | sed 's/"$/\;/;s/"/#/;s/base/ --base-/' >> lux-theme.css
echo "}" >> lux-theme.css
Software created with 💖