sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 898af52b55de2678abc54c64e1e6f54b2fc4b552
parent 330cf540d11d24df330fdee3386f72eb359ff7cd
Author: aleks <aleks.stier@icloud.com>
Date:   Tue, 31 May 2022 01:51:29 +0200

[st][nordtheme] split sentences into several lines in index.md

Diffstat:
Mst.suckless.org/patches/nordtheme/index.md | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/st.suckless.org/patches/nordtheme/index.md b/st.suckless.org/patches/nordtheme/index.md @@ -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;