This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# background color is 48. foreground color is 38 | |
color1="\[\e[38;5;1m\]" # background | |
color2="\[\e[48;5;1m\]" # background | |
# color3="\[\e[38;5;4m\]" # background | |
color4="\[\e[48;5;2m\]" # background | |
color5="\[\e[38;5;5m\]" # foreground | |
color6="\[\e[48;5;5m\]" # background | |
# color1="\[\e[38;5;196m\]" # background | |
# color2="\[\e[48;5;196m\]" # background |