|
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 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
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;
|
|
 |
16909c |
LOG_TAG_install=36;
|
|
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;
|
|
 |
16909c |
LOG_TAG_info=93;
|
|
 |
16909c |
LOG_TAG_verbose=96;
|
|
 |
16909c |
LOG_TAG_warning=31;
|
|
 |
16909c |
|
|
 |
16909c |
#
|
|
 |
16909c |
# General build tags
|
|
 |
16909c |
#
|
|
 |
16909c |
LOG_TAG_package_vars=33;
|
|
 |
16909c |
LOG_TAG_package_vars_even_256="38;5;228";
|
|
 |
16909c |
LOG_TAG_package_vars_odd_256="38;5;226";
|
|
 |
16909c |
|
|
 |
16909c |
#
|
|
 |
16909c |
# Package info tags
|
|
 |
16909c |
#
|
|
 |
16909c |
LOG_TAG_info_build_group=93;
|
|
 |
16909c |
LOG_TAG_info_build_group_256="38;5;221";
|
|
 |
16909c |
LOG_TAG_info_pkg_direct_deps=93;
|
|
 |
16909c |
LOG_TAG_info_pkg_direct_deps_256="38;5;215";
|
|
 |
16909c |
LOG_TAG_info_pkg_no_deps=96;
|
|
 |
16909c |
LOG_TAG_info_pkg_no_deps_256="38;5;205";
|
|
 |
16909c |
LOG_TAG_info_pkg_disabled=96;
|
|
 |
16909c |
LOG_TAG_info_pkg_disabled_256="38;5;207";
|
|
 |
16909c |
LOG_TAG_info_pkg_deps_full=93;
|
|
 |
16909c |
LOG_TAG_info_pkg_deps_full_256="38;5;208";
|
|
 |
16909c |
LOG_TAG_info_pkg_deps_full_disabled=96;
|
|
 |
16909c |
LOG_TAG_info_pkg_deps_full_disabled_256="38;5;147";
|
|
 |
16909c |
|
|
 |
16909c |
#
|
|
 |
16909c |
# Package mirror tags
|
|
 |
16909c |
#
|
|
 |
16909c |
LOG_TAG_mirror_pkg_archive_mirroring=93;
|
|
 |
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_even_256="38;5;123";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_odd_256="38;5;122";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_parent=93;
|
|
 |
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_parent_even_256="38;5;123";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_archive_mirroring_parent_odd_256="38;5;122";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_git_mirroring=93;
|
|
 |
16909c |
LOG_TAG_mirror_pkg_git_mirroring_even_256="38;5;117";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_git_mirroring_odd_256="38;5;116";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_git_mirroring_parent=93;
|
|
 |
16909c |
LOG_TAG_mirror_pkg_git_mirroring_parent_even_256="38;5;117";
|
|
 |
16909c |
LOG_TAG_mirror_pkg_git_mirroring_parent_odd_256="38;5;116";
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
|
|
Lucio Andrés Illanes Albornoz |
b1d432 |
# vim:foldmethod=marker ft=sh
|