summarylogtreecommitdiffstats
path: root/colors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'colors.sh')
-rw-r--r--colors.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors.sh b/colors.sh
new file mode 100644
index 000000000000..69505ecc2625
--- /dev/null
+++ b/colors.sh
@@ -0,0 +1,19 @@
+# Colors
+
+if [[ -z "$WAL" ]]
+then
+ WAL="$HOME/.cache/wal/colors.sh"
+fi
+
+if [[ -f "$WAL" ]]
+then
+ source "$WAL" && return
+fi
+
+# Defaults for if we couldn't source wal's colors.sh
+# If you're building in a chroot or container you can
+# just replace this file with your own.
+color2='#00BCD4'
+color4='#00BCD4'
+color5='#009688'
+color6='#4DB6AC'