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

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