mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: colors: add info about ansi colors
This commit is contained in:
parent
58393456a9
commit
b73838f58b
|
@ -1,3 +1,9 @@
|
|||
# ansi colors are pretty simple. In 256 color mode, for a given
|
||||
# (r, g, b) tuple:
|
||||
# \x1b[38;2;r;g;bm - foreground
|
||||
# \x1b[48;2;r;g;bm - background
|
||||
|
||||
|
||||
# ANSI COLOR ESCAPES
|
||||
# CLEAR
|
||||
CLEAR='\e[0m' # CLEAR
|
||||
|
|
Loading…
Reference in New Issue
Block a user