diff --git a/config.h b/config.h index a7a7631..2dccbff 100644 --- a/config.h +++ b/config.h @@ -96,24 +96,24 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - "#263640", // Black - "red3", // Red - "#517C63", // green - "yellow3", // yellow - "#4C525F", // blue - "magenta3", // purple - "cyan3", // cyan + "#333533", // Black + "#ce4257", // Red + "#006d77", // green + "#f9dc5c", // yellow + "#1f7a8c", // blue + "#736ced", // purple + "#507dbc", // cyan "#E7DFCF", // white /* 8 bright colors */ - "#4a697d", // Gray - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "#8d99ae", - "#F3F0E9", + "#bfc0c0", // Gray + "#ff758f", + "#83c5be", + "#fcefb4", // yellow + "#00798c", // blue + "#9f9fed", // purple + "#a1c6ea", // cyan + "#d6c4c4", // white [255] = 0, diff --git a/st b/st index 9bcbfe0..1383fee 100755 Binary files a/st and b/st differ diff --git a/st.o b/st.o index c2ae09c..af80662 100644 Binary files a/st.o and b/st.o differ diff --git a/x.o b/x.o index 8cbd34d..7e93a43 100644 Binary files a/x.o and b/x.o differ