Skip to content

Instantly share code, notes, and snippets.

@jakebathman
Created August 10, 2017 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakebathman/aa1e4f6d5803ce6361dfd78e3d945e0c to your computer and use it in GitHub Desktop.
Save jakebathman/aa1e4f6d5803ce6361dfd78e3d945e0c to your computer and use it in GitHub Desktop.
Yum.conf default color options (CentOS 7)
# Add these lines to /etc/yum.conf if the --color=always option isn't working
# Enable color for all output
color=always
# Default color options according to yum.conf(5)
color_list_installed_older=bold
color_list_installed_newer=bold,yellow
color_list_installed_reinstall=normal
color_list_installed_extra=bold,red
color_list_available_upgrade=bold,blue
color_list_available_downgrade=dim,cyan
color_list_available_install=normal
color_list_available_reinstall =bold,underline,green
color_search_match=bold
color_update_installed=normal
color_update_local=bold
color_update_remote=normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment