sites

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

commit 3aee7ed48cfc35acab6a323ff5258d51314585a9
parent 93116d30ad584292350d62732e8da24eaf006317
Author: kleinbottle4 <kleinbottle4@gmail.com>
Date:   Sat, 30 Apr 2022 23:30:57 +0100

st: patch: palette: new patch

Diffstat:
Mst.suckless.org/patches/palettes/index.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/st.suckless.org/patches/palettes/index.md b/st.suckless.org/patches/palettes/index.md @@ -27,12 +27,21 @@ It uses the following shortcuts : { TERMMOD, XK_F8, setpalette, {.i = 7} }, { TERMMOD, XK_F9, setpalette, {.i = 8} }, }; + +256 Colours +----------- ++ Uses the 256 colours of Xterm as a base. ++ Can have separate foreground, background, cursor and reverse colours +for each theme. ++ If to be used, use instead of normal patch. Download -------- * [st-color\_schemes-0.8.1.diff](st-color_schemes-0.8.1.diff) +* [st-palette-256.diff](st-palette-256.diff) Authors ------- * Tonton Couillon - <la dot luge at free dot fr> +* kleinbottle4 - <kleinbottle4 at gmail dot com>