Tweak TTY colors

This commit is contained in:
Sage Vaillancourt 2021-12-29 19:16:08 -05:00
parent c594dd8290
commit a70bceb09a
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -41,7 +41,7 @@ export PATH=./:~/.bin:/usr/local/go/bin:$PATH
fignore=(o)
function SetTtyColors() {
echo -en "\e]P0""191e1f" #black 1
echo -en "\e]P0""292e2f" #black 1
echo -en "\e]P1""dc4848" #darkgrey 2
echo -en "\e]P2""00aa00" #darkred 3
echo -en "\e]P3""d99f4e" #red 4
@ -50,7 +50,7 @@ function SetTtyColors() {
echo -en "\e]P6""00aaaa" #brown 7
echo -en "\e]P7""d7d7d7" #yellow 8
echo -en "\e]P8""7b7b7b" #darkblue 9
echo -en "\e]P9""ff6f6f" #blue 10
echo -en "\e]P9""6f6fff" #blue 10
echo -en "\e]PA""55ff55" #darkmagenta11
echo -en "\e]PB""ffed8b" #magenta 12
echo -en "\e]PC""5555ff" #darkcyan 13