[wiki] [sites] This patch applies the "solarized" color scheme for xterm (16 colors) || Michael Hauser

From: <git_AT_suckless.org>
Date: Wed, 05 Mar 2014 21:00:51 +0100

commit 8275d4ca29ae0a1d7d610e1ae1037640d54152af
Author: Michael Hauser <awarewater_AT_gmail.com>
Date: Wed Mar 5 20:59:22 2014 +0100

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

diff --git a/st.suckless.org/patches/solarized_dark.md b/st.suckless.org/patches/solarized_dark.md
new file mode 100644
index 0000000..77a67b6
--- /dev/null
+++ b/st.suckless.org/patches/solarized_dark.md
_AT_@ -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 _AT_ 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
new file mode 100644
index 0000000..4550de8
--- /dev/null
+++ b/st.suckless.org/patches/st-0.4.1-solarized_dark.diff
_AT_@ -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
+_AT_@ -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
new file mode 100644
index 0000000..1f6c161
Binary files /dev/null and b/st.suckless.org/patches/st-solarized_dark-s.png differ
diff --git a/st.suckless.org/patches/st-solarized_dark.png b/st.suckless.org/patches/st-solarized_dark.png
new file mode 100644
index 0000000..96f6a0b
Binary files /dev/null and b/st.suckless.org/patches/st-solarized_dark.png differ
Received on Wed Mar 05 2014 - 21:00:51 CET

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:38:24 CEST