Blame etc/build.theme

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
#
e9fa07
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_finish,pkg_msg,pkg_skip,pkg_step,pkg_strip";
e9fa07
LOG_TAGS_normal="fatal,info,warning,build_begin,build_finish,build_finish_time,pkg_begin,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
#
82f78c
LOG_TAG_build="";				# (UNUSED)
82f78c
LOG_TAG_fileop=36;				# Cyan
82f78c
LOG_TAG_install=36;				# Cyan
82f78c
LOG_TAG_zipdist=93;				# Bright yellow
82f78c
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
#
82f78c
LOG_TAG_fatal=91;				# Bright red
82f78c
LOG_TAG_info=93;				# Bright yellow
82f78c
LOG_TAG_verbose=96;				# Bright cyan
82f78c
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
#
82f78c
LOG_TAG_build_begin="4;93";			# Underline; Bright yellow
82f78c
LOG_TAG_build_finish="4;93";			# Underline; Bright yellow
82f78c
LOG_TAG_build_finish_time="4;93";		# Underline; Bright yellow
82f78c
LOG_TAG_build_vars="33";			# Dark yellow
82f78c
LOG_TAG_build_vars_even_256="38;5;215";		# RGB #ffaf5f
82f78c
LOG_TAG_build_vars_odd_256="38;5;214";		# RGB #ffaf00
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
#
82f78c
LOG_TAG_group_begin="4;93";			# Underline; Bright yellow
82f78c
LOG_TAG_group_begin_even_256="4;38;5;228";	# Underline; RGB #ffff87
82f78c
LOG_TAG_group_begin_odd_256="4;38;5;226";	# Underline; RGB #ffff00
82f78c
LOG_TAG_group_finish="4;92";			# Underline; Bright green
82f78c
LOG_TAG_group_finish_even_256="4;38;5;121";	# Underline; RGB #87ffaf
82f78c
LOG_TAG_group_finish_odd_256="4;38;5;118";	# Underline; RGB #87ff00
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
#
82f78c
LOG_TAG_pkg_begin_even=93;			# Bright yellow
82f78c
LOG_TAG_pkg_begin_odd=93;			# Bright yellow
82f78c
LOG_TAG_pkg_begin_even_256="38;5;220";		# RGB #ffd700
82f78c
LOG_TAG_pkg_begin_odd_256="38;5;214";		# RGB #ffaf00
82f78c
LOG_TAG_pkg_finish_even=92;			# Bright green
82f78c
LOG_TAG_pkg_finish_odd=92;			# Bright green
82f78c
LOG_TAG_pkg_finish_even_256="38;5;154";		# RGB #afff00
82f78c
LOG_TAG_pkg_finish_odd_256="38;5;148";		# RGB #afd700
82f78c
LOG_TAG_pkg_msg=90;				# Dark grey
82f78c
LOG_TAG_pkg_skip_even=36;			# Cyan
82f78c
LOG_TAG_pkg_skip_odd=36;			# Cyan
82f78c
LOG_TAG_pkg_skip_even_256="38;5;117";		# RGB #87d7ff
82f78c
LOG_TAG_pkg_skip_odd_256="38;5;123";		# RGB #87ffff
82f78c
LOG_TAG_pkg_step_even=90;			# Dark grey
82f78c
LOG_TAG_pkg_step_odd=90;			# Dark grey
82f78c
LOG_TAG_pkg_step_even_256="38;5;242";		# RGB #6c6c6c
82f78c
LOG_TAG_pkg_step_odd_256="38;5;240";		# RGB #585858
82f78c
LOG_TAG_pkg_strip=93;				# Bright yellow
Lucio Andrés Illanes Albornoz b1d432
Lucio Andrés Illanes Albornoz b1d432
# vim:foldmethod=marker ft=sh