richardphibel / rpms / dnf

Forked from rpms/dnf 2 years ago
Clone

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

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