commit c73aa4f4bb0ce3617e9b4d3ba15abf7ce3937ee8
Author: aleks <[email protected]>
Date:   Wed Nov 27 06:04:09 2019 +0100

    [st][nordtheme] try to align example code in index

diff --git a/st.suckless.org/patches/nordtheme/index.md 
b/st.suckless.org/patches/nordtheme/index.md
index 15b3692b..f48c0546 100644
--- a/st.suckless.org/patches/nordtheme/index.md
+++ b/st.suckless.org/patches/nordtheme/index.md
@@ -12,11 +12,11 @@ Selection-Colors
 
 The default behaviour of st is to reverse the fore- and background colors of 
each selected cell. If you want that the selection-colors are not reveresed but 
instead have fixed fore- and background colors apply on top of this patch the 
[selectioncolors](../selectioncolors/)-patch. Then set the following settings 
in your config.h:
 
-*static unsigned int defaultcs = 257;*
-*static unsigned int defaultrcs = 257;*
-*unsigned int selectionbg = 0;*
-*unsigned int selectionfg = 257;*
-*static int ignoreselfg = 1;*
+       static unsigned int defaultcs = 257;
+       static unsigned int defaultrcs = 257;
+       unsigned int selectionbg = 0;
+       unsigned int selectionfg = 257;
+       static int ignoreselfg = 1;
 
 Download
 --------


Reply via email to