commit e21e6000672ffa230e785033c7fc25c724ef6e27
Author: aleks <aleks.stier_AT_icloud.com>
Date: Thu Oct 10 14:08:44 2019 +0200
[st][patch][nordtheme] Update diff-file description
diff --git a/st.suckless.org/patches/nordtheme/st-nordtheme-0.8.2.diff b/st.suckless.org/patches/nordtheme/st-nordtheme-0.8.2.diff
index 5ebb80f8..01e9231a 100644
--- a/st.suckless.org/patches/nordtheme/st-nordtheme-0.8.2.diff
+++ b/st.suckless.org/patches/nordtheme/st-nordtheme-0.8.2.diff
_AT_@ -3,17 +3,26 @@ From: aleks <aleks.stier_AT_icloud.com>
Date: Sun, 4 Aug 2019 13:23:10 +0200
Subject: [PATCH] Apply nord-theme
-"Inspired by the beauty of the arctic, the colors reflect the cold, yet
-harmonious world of ice and the colorfulness of the Aurora Borealis."
-- [Nord Theme](
https://www.nordtheme.com/)
+*"Inspired by the beauty of the arctic, the colors reflect the cold, yet
+harmonious world of ice and the colorfulness of the Aurora Borealis."* - [Nord
+Theme](
https://www.nordtheme.com/)
-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).
+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).
-TODO: Make selection-colors not simply reverse colors but use nord-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;
---
config.def.h | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Received on Thu Oct 10 2019 - 14:09:23 CEST