commit d56a1624cab9332436abe6c6c4cf2afde3936f86
parent 3aee7ed48cfc35acab6a323ff5258d51314585a9
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 1 May 2022 08:39:50 +0200
Revert "st: patch: palette: new patch"
This reverts commit 3aee7ed48cfc35acab6a323ff5258d51314585a9.
Patch missing
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/st.suckless.org/patches/palettes/index.md b/st.suckless.org/patches/palettes/index.md
@@ -27,21 +27,12 @@ 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>