summarylogtreecommitdiffstats
path: root/colors.sh
blob: 69505ecc2625c02ca4e448e7d3c43542e4056f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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'