parametrized status colors

This commit is contained in:
Dax T. Games
2021-04-11 18:42:43 -04:00
parent 0ef76ee2d3
commit e0cb86d738
2 changed files with 10 additions and 7 deletions

View File

@ -40,3 +40,6 @@ prompt_singleLine = false
uah_color = "\x1b[1;33;40m" -- Green = uah = [user]@[hostname]
cwd_color = "\x1b[1;32;40m" -- Yellow cwd = Current Working Directory
lamb_color = "\x1b[1;30;40m" -- Light Grey = Lambda Color
clean_color = "\x1b[1;37;40m"
dirty_color = "\x1b[33;3m"
conflict_color = "\x1b[31;1m"