X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.h;h=aee8057c74b658310517436537493fcaa2e0a6b5;hb=d2f157c7418e2762316e5471f819ec1e5c49e93c;hp=185b3ff0737bc18ba480b35ed9ba1127eb671d1a;hpb=b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f;p=st.git diff --git a/config.h b/config.h index 185b3ff..aee8057 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,3 @@ -#define SHELL "/bin/bash" #define TAB 8 #define FONT "6x13" @@ -8,13 +7,21 @@ /* Terminal colors */ static const char *colorname[] = { "black", - "red", - "green", - "yellow", - "blue", - "magenta", - "cyan", - "white", + "#CC0000", + "#4E9A06", + "#C4A000", + "#3465A4", + "#75507B", + "#06989A", + "#888a85", + "#555753", + "#EF2929", + "#8AE234", + "#FCE94F", + "#729FCF", + "#AD7FA8", + "#34E2E2", + "#EEEEEC" }; /* Default colors (colorname index) */