Blame SOURCES/0008-update-colors-according-to-libdnf-libdnf-conf-Config.patch

70e049
From 5cfe87de2ecd645c2aa8b210bd98171e8dd72fe5 Mon Sep 17 00:00:00 2001
70e049
From: Gary Leydon <gary.leydon@yale.edu>
70e049
Date: Thu, 27 May 2021 11:52:42 -0400
70e049
Subject: [PATCH] update colors according to libdnf/libdnf/conf/ConfigMain.cpp
70e049
70e049
---
70e049
 doc/conf_ref.rst | 16 ++++++++--------
70e049
 1 file changed, 8 insertions(+), 8 deletions(-)
70e049
70e049
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
70e049
index fcaa0319..016bd00c 100644
70e049
--- a/doc/conf_ref.rst
70e049
+++ b/doc/conf_ref.rst
70e049
@@ -498,13 +498,13 @@ configuration file by your distribution to override the DNF defaults.
70e049
     :ref:`color <color-label>`
70e049
 
70e049
     Color of available packages that are older than installed packages.
70e049
-    The option is used during list operations. Default is dim,cyan.
70e049
+    The option is used during list operations. Default is magenta.
70e049
 
70e049
 ``color_list_available_install``
70e049
     :ref:`color <color-label>`
70e049
 
70e049
     Color of packages that are available for installation and none of their versions in installed.
70e049
-    The option is used during list operations. Default is normal.
70e049
+    The option is used during list operations. Default is bold,cyan.
70e049
 
70e049
 ``color_list_available_reinstall``
70e049
     :ref:`color <color-label>`
70e049
@@ -534,36 +534,36 @@ configuration file by your distribution to override the DNF defaults.
70e049
     :ref:`color <color-label>`
70e049
 
70e049
     Color of installed packages that are older than any version among available packages.
70e049
-    The option is used during list operations. Default is bold.
70e049
+    The option is used during list operations. Default is yellow.
70e049
 
70e049
 ``color_list_installed_reinstall``
70e049
     :ref:`color <color-label>`
70e049
 
70e049
     Color of installed packages that are among available packages and can be reinstalled.
70e049
-    The option is used during list operations. Default is normal.
70e049
+    The option is used during list operations. Default is cyan.
70e049
 
70e049
 ``color_search_match``
70e049
     :ref:`color <color-label>`
70e049
 
70e049
-    Color of patterns matched in search output. Default is bold.
70e049
+    Color of patterns matched in search output. Default is bold,magenta.
70e049
 
70e049
 ``color_update_installed``
70e049
     :ref:`color <color-label>`
70e049
 
70e049
-    Color of removed packages. Default is normal.
70e049
+    Color of removed packages. Default is red. 
70e049
     This option is used during displaying transactions.
70e049
 
70e049
 ``color_update_local``
70e049
     :ref:`color <color-label>`
70e049
 
70e049
     Color of local packages that are installed from the @commandline repository.
70e049
-    This option is used during displaying transactions. Default is bold.
70e049
+    This option is used during displaying transactions. Default is green.
70e049
 
70e049
 ``color_update_remote``
70e049
     :ref:`color <color-label>`
70e049
 
70e049
     Color of packages that are installed/upgraded/downgraded from remote repositories.
70e049
-    This option is used during displaying transactions. Default is normal.
70e049
+    This option is used during displaying transactions. Default is bold,green.
70e049
 
70e049
 
70e049
 ==============
70e049
-- 
70e049
2.35.1
70e049