Skip to content

Commit

Permalink
Update example for addiditonal formatting options
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanware-org committed Nov 24, 2023
1 parent 1fc74aa commit c8b8204
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions colors/sample_colors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,23 @@ lightred has\ failed
# However, these formatting options do not have any effect on a pure text-
# based interface (tty).
#
# Available options (self-explaining), which can also be combined:
#
# -b, -bold = bold
# -bl -blink = blinking
# -d, -dim = dimmed
# -i, -italic = italic
# -s, -strikethrough = striked through
# -u, -underline, -underlined = underlined
#
lightred-bold failed
yellow-underlined yellow
yellow-underlined warning
lightgreen-bold-underlined success
#
# There are also short variants of the formatting options:
#
lightred-b failed
yellow-u yellow
yellow-u warning
lightgreen-b-u success

# Example 7:
Expand Down

1 comment on commit c8b8204

@urbanware-org
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message should be Update example for additional formatting options.

Please sign in to comment.