summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/theme-abyss
blob: e297faf6c37bc20ccbf8d056c0ec9a32e0a2c366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/hint/bash
# Abyss

abyss_orange="#e69f00"
abyss_skyblue="#56b4e9"
abyss_bluegreen="#009e73"
abyss_yellow="#f8ec59"
abyss_vanilla_cream="#fcfbe3"
abyss_blue="#0072b2"
abyss_vermillion="#d55e00"
abyss_redpurple="#cc79a7"
abyss_scarlet="#FF1A00"
abyss_bluegray="#848ea9"
abyss_background="#050000"
abyss_background2="#0d1000"
abyss_foreground="#bbe0f0"
abyss_hl_line="#00f000"
abyss_magenta="#ff00ff"
abyss_hilite="#dd5542"
abyss_white="#ffffff"
abyss_green="#00ff00"

WMII_BACKGROUND="${abyss_background}"

# ="<text> <background> <border>"
WMII_NORMCOLORS="${abyss_redpurple} ${abyss_background2} ${abyss_background2}"
WMII_FOCUSCOLORS="${abyss_background2} ${abyss_skyblue} ${abyss_bluegray}"
WMII_URGENTCOLORS="${abyss_vanilla_cream} ${abyss_skyblue} ${abyss_bluegray}"