]> git.rmz.io Git - dotfiles.git/blob - bash_colors
fuck Xmodmap
[dotfiles.git] / bash_colors
1 local txtblk='\e[0;30m' # Black - Regular
2 local txtred='\e[0;31m' # Red
3 local txtgrn='\e[0;32m' # Green
4 local txtylw='\e[0;33m' # Yellow
5 local txtblu='\e[0;34m' # Blue
6 local txtpur='\e[0;35m' # Purple
7 local txtcyn='\e[0;36m' # Cyan
8 local txtwht='\e[0;37m' # White
9 local bldblk='\e[1;30m' # Black - Bold
10 local bldred='\e[1;31m' # Red
11 local bldgrn='\e[1;32m' # Green
12 local bldylw='\e[1;33m' # Yellow
13 local bldblu='\e[1;34m' # Blue
14 local bldpur='\e[1;35m' # Purple
15 local bldcyn='\e[1;36m' # Cyan
16 local bldwht='\e[1;37m' # White
17 local unkblk='\e[4;30m' # Black - Underline
18 local undred='\e[4;31m' # Red
19 local undgrn='\e[4;32m' # Green
20 local undylw='\e[4;33m' # Yellow
21 local undblu='\e[4;34m' # Blue
22 local undpur='\e[4;35m' # Purple
23 local undcyn='\e[4;36m' # Cyan
24 local undwht='\e[4;37m' # White
25 local bakblk='\e[40m' # Black - Background
26 local bakred='\e[41m' # Red
27 local bakgrn='\e[42m' # Green
28 local bakylw='\e[43m' # Yellow
29 local bakblu='\e[44m' # Blue
30 local bakpur='\e[45m' # Purple
31 local bakcyn='\e[46m' # Cyan
32 local bakwht='\e[47m' # White
33 local txtrst='\e[0m' # Text Reset