commit 898af52b55de2678abc54c64e1e6f54b2fc4b552
Author: aleks <aleks.stier_AT_icloud.com>
Date: Tue May 31 01:51:29 2022 +0200
[st][nordtheme] split sentences into several lines in index.md
diff --git a/st.suckless.org/patches/nordtheme/index.md b/st.suckless.org/patches/nordtheme/index.md
index bcadc348..d4406667 100644
--- a/st.suckless.org/patches/nordtheme/index.md
+++ b/st.suckless.org/patches/nordtheme/index.md
_AT_@ -3,11 +3,17 @@ nordtheme
Description
-----------
-*"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/)
Selection-Colors
----------------
-The default behaviour of st is to reverse the fore- and background colors of each selected cell. If you don't want the selection-colors to be 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:
+The default behaviour of st is to reverse the fore- and background colors of
+each selected cell. If you don't want the selection-colors to be 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 defaultrcs = 257;
unsigned int selectionbg = 0;
Received on Tue May 31 2022 - 01:52:04 CEST