commit 34ca2fc365021e20a9070334a95ae94921f8a51c
Author: aleks <[email protected]>
Date: Thu Oct 10 14:00:27 2019 +0200
[st][patch][nordtheme] Add selectioncolors section
diff --git a/st.suckless.org/patches/nordtheme/index.md
b/st.suckless.org/patches/nordtheme/index.md
index 23134714..245f8b2a 100644
--- a/st.suckless.org/patches/nordtheme/index.md
+++ b/st.suckless.org/patches/nordtheme/index.md
@@ -7,7 +7,17 @@ Description
There are also many [ports](https://www.nordtheme.com/ports) for other
programs like [vim](https://www.nordtheme.com/ports/vim) and
[tmux](https://www.nordtheme.com/ports/tmux) to make the overall appearance
coherent. I would recommend to use it in combination with the arc-theme for gtk
(fits perfectly).
-Check out the [selectioncolors](../selectioncolors/)-patch if you want that
the colors which are used when text is selected are also nord-colors. The
default behaviour of st is simply to reverse the fore- and background colors of
each selected cell.
+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 selectionfg = 257;
+unsigned int selectionbg = 0;
+```
Download
--------