Commit 5a840d88 authored by Dylan Araps's avatar Dylan Araps

Merge pull request #96 from dylanaraps/auto_colors

Changes to text and ascii color handling
parents c1fdf2fa f2c717a5
...@@ -252,14 +252,8 @@ alias fetch2="fetch \ ...@@ -252,14 +252,8 @@ alias fetch2="fetch \
--birthday_time on/off Enable/Disable showing the time in birthday output --birthday_time on/off Enable/Disable showing the time in birthday output
Text Colors: Text Colors:
--text_color_auto on/off When set to 'on' and you're in ascii mode, the text --colors x x x x x x Changes the text colors in this order:
will be colored according to your distro's ascii logo. title, @, underline, subtitle, colon, info
--title_color num Change the color of the title
--at_color num Change the color of "@" in title
--subtitle_color num Change the color of the subtitle
--colon_color num Change the color of the colons
--underline_color num Change the color of the underlines
--info_color num Change the color of the info
Text Formatting: Text Formatting:
--underline_char char Character to use when underlineing title --underline_char char Character to use when underlineing title
......
...@@ -179,30 +179,12 @@ block_width=3 ...@@ -179,30 +179,12 @@ block_width=3
# Text Colors {{{ # Text Colors {{{
# When this is set to 'on' and you're in # Text Colors
# ascii image mode, the text will be colored # Each number represents a different part of
# according to your distro's ascii logo. # the text in this order:
# --text_color_auto on / off # title, @, underline, subtitle, colon, info
text_color_auto="on" # colors=(4 6 1 8 8 6)
colors=(distro)
# --title_color num
title_color=4
# Color of "@" symbol in title
# --at_color num
at_color=6
# --subtitle_color num
subtitle_color=1
# --colon_color num
colon_color=8
# --underline_color num
underline_color=8
# --info_color num
info_color=6
# }}} # }}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment