You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# display
|
|
|
|
|
|
|
|
bold = '\033[1m'
|
|
|
|
end = '\033[0m'
|
|
|
|
|
|
|
|
black = '\033[0;30m'
|
|
|
|
red = '\033[0;31m'
|
|
|
|
green = '\033[0;32m'
|
|
|
|
yellow = '\033[0;33m'
|
|
|
|
blue = '\033[0;34m'
|
|
|
|
purple = '\033[0;35m'
|
|
|
|
cyan = '\033[0;36m'
|
|
|
|
grey = '\033[0;37m'
|
|
|
|
|
|
|
|
# Bold
|
|
|
|
bblack = '\033[1;30m'
|
|
|
|
bred = '\033[1;31m'
|
|
|
|
bgreen = '\033[1;32m'
|
|
|
|
byellow = '\033[1;33m'
|
|
|
|
bblue = '\033[1;34m'
|
|
|
|
bpurple = '\033[1;35m'
|
|
|
|
bcyan = '\033[1;36m'
|
|
|
|
bgrey = '\033[1;37m'
|
|
|
|
|
|
|
|
# application specific
|
|
|
|
error = red
|
|
|
|
normal = grey
|
|
|
|
citekey = purple
|
|
|
|
filepath = cyan
|