sites

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

commit 6122e28c1cae9107625e30c9369306b6bda243d6
parent b3de3c9c27b6095f872af52059c4a12f79875bc9
Author: Ryan Roden-Corrent <ryan@rcorre.net>
Date:   Sat,  9 Jul 2016 21:04:44 -0400

Move st solarswap patch into the solarized page.

It probably doesn't deserve to have its own dedicated page.

Diffstat:
Mst.suckless.org/patches/solarized.md | 6++++++
Dst.suckless.org/patches/solarswap.md | 35-----------------------------------
2 files changed, 6 insertions(+), 35 deletions(-)

diff --git a/st.suckless.org/patches/solarized.md b/st.suckless.org/patches/solarized.md @@ -51,8 +51,14 @@ or the dark color scheme: * [st-solarized-dark-0.6.diff](st-solarized-dark-0.6.diff) * [st-solarized-dark-git-20160620-528241a.diff](st-solarized-dark-git-20160620-528241a.diff) +*Both (Swap between light/dark with F6)*: + + * [st-solarswap-20160709-528241a.diff](st-solarswap-20160709-528241a.diff) + + Authors ------- * Nils Reuße - nilsreusse@gmail.com * Laslo Hunhold - dev@frign.de (0.5, 0.6, git ports) + * Ryan Roden-Corrent - ryan@rcorre.net (solarswap) diff --git a/st.suckless.org/patches/solarswap.md b/st.suckless.org/patches/solarswap.md @@ -1,35 +0,0 @@ -solarswap -========= - -Description ------------ - -This patch includes both the dark and light -[Solarized](http://ethanschoonover.com/solarized) color schemes. You can swap -between light and dark by pressing F6 (default). - -Notes ------ - -Once applied, only the terminal colors are changed. For applications -such as tmux or vim, you may need to -[adjust the colors there as well](https://bbs.archlinux.org/viewtopic.php?id=164108). - -Patches for the individual color schemes are [here](solarized.md). - -Download --------- - -To get correct colors, you first need to apply the following patch -to disable lighting up bold colors. - - * [st-no_bold_colors-git-20160620-528241a.diff](st-no_bold_colors-git-20160620-528241a.diff) - -Then apply this patch: - - * [st-solarswap-20160709-528241a.diff](st-solarswap-20160709-528241a.diff) - -Authors -------- - - * Ryan Roden-Corrent - ryan@rcorre.net