|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Theme file for pkgtool.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 |
#
|
|
|
16909c |
LOG_TAGS_all="fileop,install,fatal,info,verbose,warning,package_vars,info_build_group,info_pkg_direct_deps,info_pkg_no_deps,info_pkg_disabled,info_pkg_deps_full,info_pkg_deps_full_disabled,mirror_pkg_archive_mirroring,mirror_pkg_archive_mirroring_parent,mirror_pkg_git_mirroring,mirror_pkg_git_mirroring_parent";
|
|
|
16909c |
LOG_TAGS_normal="fatal,info,warning,package_vars,info_build_group,info_pkg_direct_deps,info_pkg_no_deps,info_pkg_disabled,info_pkg_deps_full,info_pkg_deps_full_disabled,mirror_pkg_archive_mirroring,mirror_pkg_archive_mirroring_parent,mirror_pkg_git_mirroring,mirror_pkg_git_mirroring_parent";
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
LOG_TAGS_verbose="${LOG_TAGS_normal:+${LOG_TAGS_normal},}verbose";
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# Subsystem tags
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
#
|
|
|
16909c |
LOG_TAG_fileop=36; # Cyan
|
|
|
16909c |
LOG_TAG_install=36; # Cyan
|
|
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 |
#
|
|
|
16909c |
LOG_TAG_fatal=91; # Bright red
|
|
|
16909c |
LOG_TAG_info=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_verbose=96; # Bright cyan
|
|
|
16909c |
LOG_TAG_warning=31; # Dark red
|
|
|
16909c |
|
|
|
16909c |
#
|
|
|
16909c |
# General build tags
|
|
|
16909c |
#
|
|
|
16909c |
LOG_TAG_package_vars=33; # Dark yellow
|
|
|
16909c |
LOG_TAG_package_vars_even_256="38;5;228"; # RGB #ffaf5f
|
|
|
16909c |
LOG_TAG_package_vars_odd_256="38;5;226"; # RGB #ffaf00
|
|
|
16909c |
|
|
|
16909c |
#
|
|
|
16909c |
# Package info tags
|
|
|
16909c |
#
|
|
|
16909c |
LOG_TAG_info_build_group=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_info_build_group_256="38;5;221"; # RGB #ffd75f
|
|
|
16909c |
LOG_TAG_info_pkg_direct_deps=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_info_pkg_direct_deps_256="38;5;215"; # RGB #ffaf5f
|
|
|
16909c |
LOG_TAG_info_pkg_no_deps=96; # Bright cyan
|
|
|
16909c |
LOG_TAG_info_pkg_no_deps_256="38;5;205"; # RGB #ff5faf
|
|
|
16909c |
LOG_TAG_info_pkg_disabled=96; # Bright cyan
|
|
|
16909c |
LOG_TAG_info_pkg_disabled_256="38;5;207"; # RGB #ff5fff
|
|
|
16909c |
LOG_TAG_info_pkg_deps_full=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_info_pkg_deps_full_256="38;5;208"; # RGB #ff8700
|
|
|
16909c |
LOG_TAG_info_pkg_deps_full_disabled=96; # Bright cyan
|
|
|
16909c |
LOG_TAG_info_pkg_deps_full_disabled_256="38;5;147"; # RGB #afafff
|
|
|
16909c |
|
|
|
16909c |
#
|
|
|
16909c |
# Package mirror tags
|
|
|
16909c |
#
|
|
|
16909c |
LOG_TAG_mirror_pkg_archive_mirroring=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_even_256="38;5;123"; # RGB #87ffff
|
|
|
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_odd_256="38;5;122"; # RGB #87ffd7
|
|
|
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_parent=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_parent_even_256="38;5;123"; # RGB #87ffff
|
|
|
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_parent_odd_256="38;5;122"; # RGB #87ffd7
|
|
|
16909c |
LOG_TAG_mirror_pkg_git_mirroring=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_mirror_pkg_git_mirroring_even_256="38;5;117"; # RGB #87d7ff
|
|
|
16909c |
LOG_TAG_mirror_pkg_git_mirroring_odd_256="38;5;116"; # RGB #87d7d7
|
|
|
16909c |
LOG_TAG_mirror_pkg_git_mirroring_parent=93; # Bright yellow
|
|
|
16909c |
LOG_TAG_mirror_pkg_git_mirroring_parent_even_256="38;5;117"; # RGB #87d7ff
|
|
|
16909c |
LOG_TAG_mirror_pkg_git_mirroring_parent_odd_256="38;5;116"; # RGB #87d7d7
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# vim:foldmethod=marker ft=sh
|