Blame SOURCES/0006-add-default-colors-to-documentation.patch

29510e
From 6766d3af1993d48f5548746e68268e674e52bd1d Mon Sep 17 00:00:00 2001
29510e
From: Gary Leydon <gary.leydon@yale.edu>
29510e
Date: Fri, 21 May 2021 14:13:59 -0400
bc72d2
Subject: [PATCH] add default colors to documentation
29510e
29510e
---
29510e
 doc/conf_ref.rst | 24 ++++++++++++------------
29510e
 1 file changed, 12 insertions(+), 12 deletions(-)
29510e
29510e
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
bc72d2
index ec5bac2a..fcaa0319 100644
29510e
--- a/doc/conf_ref.rst
29510e
+++ b/doc/conf_ref.rst
29510e
@@ -498,72 +498,72 @@ configuration file by your distribution to override the DNF defaults.
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of available packages that are older than installed packages.
29510e
-    The option is used during list operations.
29510e
+    The option is used during list operations. Default is dim,cyan.
29510e
 
29510e
 ``color_list_available_install``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of packages that are available for installation and none of their versions in installed.
29510e
-    The option is used during list operations.
29510e
+    The option is used during list operations. Default is normal.
29510e
 
29510e
 ``color_list_available_reinstall``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
-    Color of available packages that are identical to installed versions and are available for reinstalls.
29510e
+    Color of available packages that are identical to installed versions and are available for reinstalls. Default is bold,underline,green.
29510e
     The option is used during list operations.
29510e
 
29510e
 ``color_list_available_upgrade``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
-    Color of available packages that are newer than installed packages.
29510e
+    Color of available packages that are newer than installed packages. Default is bold,blue.
29510e
     The option is used during list operations.
29510e
 
29510e
 ``color_list_installed_extra``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of installed packages that do not have any version among available packages.
29510e
-    The option is used during list operations.
29510e
+    The option is used during list operations. Default is bold,red.
29510e
 
29510e
 ``color_list_installed_newer``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of installed packages that are newer than any version among available packages.
29510e
-    The option is used during list operations.
29510e
+    The option is used during list operations. Default is bold,yellow.
29510e
 
29510e
 ``color_list_installed_older``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of installed packages that are older than any version among available packages.
29510e
-    The option is used during list operations.
29510e
+    The option is used during list operations. Default is bold.
29510e
 
29510e
 ``color_list_installed_reinstall``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of installed packages that are among available packages and can be reinstalled.
29510e
-    The option is used during list operations.
29510e
+    The option is used during list operations. Default is normal.
29510e
 
29510e
 ``color_search_match``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
-    Color of patterns matched in search output.
29510e
+    Color of patterns matched in search output. Default is bold.
29510e
 
29510e
 ``color_update_installed``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
-    Color of removed packages.
29510e
+    Color of removed packages. Default is normal.
29510e
     This option is used during displaying transactions.
29510e
 
29510e
 ``color_update_local``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of local packages that are installed from the @commandline repository.
29510e
-    This option is used during displaying transactions.
29510e
+    This option is used during displaying transactions. Default is bold.
29510e
 
29510e
 ``color_update_remote``
29510e
     :ref:`color <color-label>`
29510e
 
29510e
     Color of packages that are installed/upgraded/downgraded from remote repositories.
29510e
-    This option is used during displaying transactions.
29510e
+    This option is used during displaying transactions. Default is normal.
29510e
 
29510e
 
29510e
 ==============
29510e
-- 
bc72d2
2.35.1
29510e