sites

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

commit 34ca2fc365021e20a9070334a95ae94921f8a51c
parent 7ea1592663ecb572815b8335e612c158afebb34b
Author: aleks <aleks.stier@icloud.com>
Date:   Thu, 10 Oct 2019 14:00:27 +0200

[st][patch][nordtheme] Add selectioncolors section

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

diff --git a/st.suckless.org/patches/nordtheme/index.md b/st.suckless.org/patches/nordtheme/index.md @@ -7,7 +7,17 @@ Description 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). -Check out the [selectioncolors](../selectioncolors/)-patch if you want that the colors which are used when text is selected are also nord-colors. The default behaviour of st is simply to reverse the fore- and background colors of each selected cell. +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 selectionfg = 257; +unsigned int selectionbg = 0; +``` Download --------