From ce4d745291e427b4cffb8584e111a6df32f81b97 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 9 Mar 2020 09:11:34 -0500 Subject: now uses self compiled stterm, also links binaries --- st/config.h | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 st/config.h (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h new file mode 100644 index 0000000..25979af --- /dev/null +++ b/st/config.h @@ -0,0 +1,65 @@ +diff --git a/config.def.h b/config.def.h +index 546edda..5a8c887 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -84,42 +84,32 @@ 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", +- +- /* 8 bright colors */ +- "gray50", +- "red", +- "green", +- "yellow", +- "#5c5cff", +- "magenta", +- "cyan", +- "white", +- +- [255] = 0, +- +- /* more colors can be added after 255 to use with DefaultXX */ +- "#cccccc", +- "#555555", ++ "#181818", /* base00 */ ++ "#ab4642", /* base08 */ ++ "#a1b56c", /* base0B */ ++ "#f7ca88", /* base0A */ ++ "#7cafc2", /* base0D */ ++ "#ba8baf", /* base0E */ ++ "#86c1b9", /* base0C */ ++ "#d8d8d8", /* base05 */ ++ "#585858", /* base03 */ ++ "#dc9656", /* base09 */ ++ "#282828", /* base01 */ ++ "#383838", /* base02 */ ++ "#b8b8b8", /* base04 */ ++ "#e8e8e8", /* base06 */ ++ "#a16946", /* base0F */ ++ "#f8f8f8", /* base07 */ + }; + +- + /* + * Default colors (colorname index) + * foreground, background, cursor, reverse cursor + */ + unsigned int defaultfg = 7; + unsigned int defaultbg = 0; +-static unsigned int defaultcs = 256; +-static unsigned int defaultrcs = 257; ++static unsigned int defaultcs = 13; ++static unsigned int defaultrcs = 0; + + /* + * Default shape of cursor -- cgit v1.2.3