sites

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

commit 2def68c03cd6f89e49f21b073a46916520429254
parent 054f604cfb4e316f1c8d1bc610665136b2a64b82
Author: aleks <aleks.stier@icloud.com>
Date:   Sun, 13 Oct 2019 22:42:03 +0200

[st][nordtheme] Fix description

Diffstat:
Mst.suckless.org/patches/nordtheme/index.md | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/st.suckless.org/patches/nordtheme/index.md b/st.suckless.org/patches/nordtheme/index.md @@ -12,13 +12,11 @@ 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 selectionbg = 0; -unsigned int selectionfg = 257; -static int ignoreselfg = 1; -``` +*static unsigned int defaultcs = 257;* +*static unsigned int defaultrcs = 257;* +*unsigned int selectionbg = 0;* +*unsigned int selectionfg = 257;* +*static int ignoreselfg = 1;* Download --------