Hi,

I just made my first patch with help from friendly irc users.  The
applies the solarized color theme found on:
http://ethanschoonover.com/solarized to st.

Cheers, mih

-- 
'aware water' is an anagram for 'we are at war'
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

Reply via email to