Skip to content

Instantly share code, notes, and snippets.

@JLErvin
Created November 15, 2017 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JLErvin/035304c0740aa239d0efdbda0f145b3c to your computer and use it in GitHub Desktop.
Save JLErvin/035304c0740aa239d0efdbda0f145b3c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
#colors
text=#FEDDD0
warning="#e17878"
background="#3C4254"
red="#D8686D"
grn="#918EB3"
ylw="#EBC6A1"
blu="#B84E46"
mag="#875F87"
cyn="#F77C6C"
#other stuff
trs="%{F#00000000}"
bg="%{B#3C4254}"
txt="%{F#FEDDD0}"
wrn="%{F}"
# accents
acc0="#F77C6C"
acc1="#4B5269"
acc2="#4B5269"
acc3="#4B5269"
acc4="#4B5269"
a0="%{B#F77C6C}"
a1="%{B#4B5269}"
a2="%{B#4B5269}"
a3="%{B#4B5269}"
a4="%{B#4B5269}"
af0="%{F#F77C6C}"
af1="%{F#4B5269}"
af2="%{F#FEDDD0}"
bgt="%{B#FEDDD0}"
bgf="%{F#3C4254}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment