aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/lib/accent.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/mode/lib/accent.sh')
-rw-r--r--.local/share/mode/lib/accent.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/share/mode/lib/accent.sh b/.local/share/mode/lib/accent.sh
deleted file mode 100644
index 45643eb..0000000
--- a/.local/share/mode/lib/accent.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-[ "$mode" == "light" ] && {
- export accent="$color15"
- export accent_text="$color0"
-}
-[ "$mode" == "dark" ] && {
- export accent="$(mix_rgb $bg $color0 0.5)"
- export accent_text="$fg"
-}
-