# regular colors
cblack="$fg_no_bold[black]"
cred="$fg_no_bold[red]"
cgreen="$fg_no_bold[green]"
cyellow="$fg_no_bold[yellow]"
cblue="$fg_no_bold[blue]"
cmagenta="$fg_no_bold[magenta]"
ccyan="$fg_no_bold[cyan]"
cwhite="$fg_no_bold[white]"
creset="$fg_no_bold[white]"

# empahsized (bolded) colors
cbblack="$fg_bold[black]"
cbred="$fg_bold[red]"
cbgreen="$fg_bold[green]"
cbyellow="$fg_bold[yellow]"
cbblue="$fg_bold[blue]"
cbmagenta="$fg_bold[magenta]"
cbcyan="$fg_bold[cyan]"
cbwhite="$fg_bold[white]"

# background colors
cbgblack="$bg_bold[black]"
cbgred="$bg_bold[red]"
cbggreen="$bg_bold[green]"
cbgyellow="$bg_bold[yellow]"
cbgblue="$bg_bold[blue]"
cbgmagenta="$bg_bold[magenta]"
cbgcyan="$bg_bold[cyan]"
cbgwhite="$bg_bold[white]"
