|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Theme file for build.sh
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# {{{ ANSI attributes reference
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Attribute Name Note
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 0 Reset or normal All attributes off
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 1 Bold or increased intensity As with faint, the color change is a PC (SCO / CGA) invention.[30][better source needed]
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 2 Faint, decreased intensity, or dim May be implemented as a light font weight like bold.[31]
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 4 Underline Style extensions exist for Kitty, VTE, mintty and iTerm2.[32][33]
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 7 Reverse video or invert Swap foreground and background colors; inconsistent emulation[34]
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# FG BG Colour name
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 30 40 Black
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 31 41 Red
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 32 42 Green
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 33 43 Yellow
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 34 44 Blue
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 35 45 Magenta
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 36 46 Cyan
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 37 47 White
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 90 100 Bright Black (Gray)
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 91 101 Bright Red
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 92 102 Bright Green
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 93 103 Bright Yellow
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 94 104 Bright Blue
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 95 105 Bright Magenta
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 96 106 Bright Cyan
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# 97 107 Bright White
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# }}}
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Tag sets
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
LOG_TAGS_all="build,fileop,install,zipdist,xtrace,fatal,info,verbose,warning,build_begin,build_finish,build_finish_time,build_vars,group_begin,group_finish,pkg_begin,pkg_faildump,pkg_finish,pkg_msg,pkg_skip,pkg_step,pkg_strip";
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
LOG_TAGS_normal="fatal,info,warning,build_begin,build_finish,build_finish_time,pkg_begin,pkg_faildump,pkg_finish,pkg_msg";
|
|
Lucio Andrés Illanes Albornoz |
37a38e |
LOG_TAGS_verbose="${LOG_TAGS_normal:+${LOG_TAGS_normal},}zipdist,verbose,build_vars,group_begin,group_finish,pkg_skip,pkg_step,pkg_strip";
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Subsystem tags
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_build=""; # (UNUSED)
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_fileop=36; # Cyan
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_install=36; # Cyan
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_zipdist=93; # Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_xtrace=""; # (UNUSED)
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# General level tags
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_fatal=91; # Bright red
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_info=93; # Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_verbose=96; # Bright cyan
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_warning=31; # Dark red
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# General build tags
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_build_begin="4;93"; # Underline; Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_build_finish="4;93"; # Underline; Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_build_finish_time="4;93"; # Underline; Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_build_vars="33"; # Dark yellow
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Build group tags
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_group_begin="4;93"; # Underline; Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_group_finish="4;92"; # Underline; Bright green
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Package build tags
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_begin=93; # Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_faildump=93; # Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_finish=92; # Bright green
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_msg=90; # Dark grey
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_skip=36; # Cyan
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_step=90; # Dark grey
|
|
Lucio Andrés Illanes Albornoz |
a2603c |
LOG_TAG_pkg_strip=93; # Bright yellow
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# vim:foldmethod=marker ft=sh
|