#
# Solarized color definitions.
# see https://ethanschoonover.com/solarized/
#

# Foreground
sol_base03='\[\e[38;5;8m\]'       #002b36  8/4 brblack
sol_base02='\[\e[38;5;0m\]'       #073642  0/4 black
sol_base01='\[\e[38;5;10m\]'       #586e75 10/7 brgreen
sol_base00='\[\e[38;5;11m\]'       #657b83 11/7 bryellow
sol_base0='\[\e[38;5;12m\]'       #839496 12/6 brblue
sol_base1='\[\e[38;5;14m\]'       #93a1a1 14/4 brcyan
sol_base2='\[\e[38;5;7m\]'       #eee8d5  7/7 white
sol_base3='\[\e[38;5;15m\]'       #fdf6e3 15/7 brwhite
sol_yellow='\[\e[38;5;3m\]'       #b58900  3/3 yellow
sol_orange='\[\e[38;5;9m\]'       #cb4b16  9/3 brred
sol_red='\[\e[38;5;1m\]'       #dc322f  1/1 red
sol_magenta='\[\e[38;5;5m\]'       #d33682  5/5 magenta
sol_violet='\[\e[38;5;13m\]'        #6c71c4 13/5 brmagenta
sol_blue='\[\e[38;5;4m\]'        #268bd2  4/4 blue
sol_cyan='\[\e[38;5;6m\]'        #2aa198  6/6 cyan
sol_green='\[\e[38;5;2m\]'        #859900  2/2 green

# Background
sol_bg_base03='\e[48;5;8m\]'       #002b36  8/4 brblack
sol_bg_base02='\e[48;5;0m\]'       #073642  0/4 black
sol_bg_base01='\e[48;5;10m\]'       #586e75 10/7 brgreen
sol_bg_base00='\e[48;5;11m\]'       #657b83 11/7 bryellow
sol_bg_base0='\e[48;5;12m\]'       #839496 12/6 brblue
sol_bg_base1='\e[48;5;14m\]'       #93a1a1 14/4 brcyan
sol_bg_base2='\e[48;5;7m\]'       #eee8d5  7/7 white
sol_bg_base3='\e[48;5;15m\]'       #fdf6e3 15/7 brwhite
sol_bg_yellow='\e[48;5;3m\]'       #b58900  3/3 yellow
sol_bg_orange='\e[48;5;9m\]'       #cb4b16  9/3 brred
sol_bg_red='\e[48;5;1m\]'       #dc322f  1/1 red
sol_bg_magenta='\e[48;5;5m\]'       #d33682  5/5 magenta
sol_bg_violet='\e[48;5;13m\]'        #6c71c4 13/5 brmagenta
sol_bg_blue='\e[48;5;4m\]'        #268bd2  4/4 blue
sol_bg_cyan='\e[48;5;37m\]'        #2aa198  6/6 cyan
sol_bg_green='\e[48;5;2m\]'        #859900  2/2 green

bg_system="\[\e[48;5;0m\]"
