sites

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

commit 8275d4ca29ae0a1d7d610e1ae1037640d54152af
parent 7e2932bb06d7de4c7e1d3cc362f15bbbe108476a
Author: Michael Hauser <awarewater@gmail.com>
Date:   Wed,  5 Mar 2014 20:59:22 +0100

This patch applies the "solarized" color scheme for xterm (16 colors)

Diffstat:
Ast.suckless.org/patches/solarized_dark.md | 40++++++++++++++++++++++++++++++++++++++++
Ast.suckless.org/patches/st-0.4.1-solarized_dark.diff | 49+++++++++++++++++++++++++++++++++++++++++++++++++
Ast.suckless.org/patches/st-solarized_dark-s.png | 0
Ast.suckless.org/patches/st-solarized_dark.png | 0
4 files changed, 89 insertions(+), 0 deletions(-)

diff --git a/st.suckless.org/patches/solarized_dark.md b/st.suckless.org/patches/solarized_dark.md @@ -0,0 +1,40 @@ +Solarized +========= + +Description +----------- + +This patch applies the "solarized" color scheme for xterm (16 colors), +found in [1] in the file "xresources-colors-solarized/Xresources" +on the color scheme's website [2]. + +Notes +----- + +There exists a more extensive patch [3], which provides a +dark and a light scheme. + +I'll provide more information when I've looked into it myself. + +Example +------- + +[![Screenshot](st-solarized_dark-s.png)](st-solarized_dark.png) +Screenshot that displays all 16 colors nicely coming soon… + +More examples found on [2]. + +Download +-------- + +* [st-0.4.1-solarized_dark.diff][0] + +[0]: st-0.4.1-solarized_dark.diff +[1]: http://ethanschoonover.com/solarized/files/solarized.zip +[2]: http://ethanschoonover.com/solarized +[3]: https://gist.github.com/drm00/5712443 + +Author +------ + + * Michael Hauser - aware water @ gmail diff --git a/st.suckless.org/patches/st-0.4.1-solarized_dark.diff b/st.suckless.org/patches/st-0.4.1-solarized_dark.diff @@ -0,0 +1,49 @@ +diff -up st-0.4.1/config.def.h st-0.4.1-solarized/config.def.h +--- st-0.4.1/config.def.h 2014-03-04 22:51:29.793507228 +0100 ++++ st-0.4.1-solarized/config.def.h 2014-03-04 22:55:06.751126844 +0100 +@@ -29,24 +29,24 @@ static unsigned int tabspaces = 8; + /* Terminal colors (16 first used in escape sequence) */ + static const char *colorname[] = { + /* 8 normal colors */ +- "black", +- "red3", +- "green3", +- "yellow3", +- "blue2", +- "magenta3", +- "cyan3", +- "gray90", ++ "#262626", ++ "#d70000", ++ "#5f8700", ++ "#af8700", ++ "#0087ff", ++ "#af005f", ++ "#00afaf", ++ "#e4e4e4", + + /* 8 bright colors */ +- "gray50", +- "red", +- "green", +- "yellow", +- "#5c5cff", +- "magenta", +- "cyan", +- "white", ++ "#1c1c1c", ++ "#d75f00", ++ "#585858", ++ "#626262", ++ "#808080", ++ "#5f5faf", ++ "#8a8a8a", ++ "#ffffd7", + + [255] = 0, + +Only in st-0.4.1-solarized: config.def.h.original +Only in st-0.4.1-solarized: config.def.h.solarized +Only in st-0.4.1-solarized: config.h +Only in st-0.4.1-solarized: st +Only in st-0.4.1-solarized: st.o diff --git a/st.suckless.org/patches/st-solarized_dark-s.png b/st.suckless.org/patches/st-solarized_dark-s.png Binary files differ. diff --git a/st.suckless.org/patches/st-solarized_dark.png b/st.suckless.org/patches/st-solarized_dark.png Binary files differ.