commit b1f82d4e989b47a2eda6913f7af9948a456b4f83
Author: aleks <[email protected]>
Date: Thu Oct 10 23:39:34 2019 +0200
[st][nordtheme] Update selection-colors selection
diff --git a/st.suckless.org/patches/nordtheme/index.md
b/st.suckless.org/patches/nordtheme/index.md
index 245f8b2a..90a7d794 100644
--- a/st.suckless.org/patches/nordtheme/index.md
+++ b/st.suckless.org/patches/nordtheme/index.md
@@ -15,8 +15,9 @@ The default behaviour of st is to reverse the fore- and
background colors of eac
```
static unsigned int defaultcs = 257;
static unsigned int defaultrcs = 257;
-unsigned int selectionfg = 257;
unsigned int selectionbg = 0;
+unsigned int selectionfg = 257;
+static int ignoreselfg = 1;
```
Download