fix unknown color and code dedup

This commit is contained in:
dgames
2021-05-31 10:53:18 -04:00
parent 55ff611095
commit 56b04fc9ce
2 changed files with 22 additions and 30 deletions

View File

@ -43,4 +43,4 @@ 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"
unknown_color = "\x1b[37;1" -- White = No VCS Status Branch Color
unknown_color = "\x1b[37;1m" -- White = No VCS Status Branch Color