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

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

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

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