aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 64366af..8320695 100644
--- a/st.c
+++ b/st.c
@@ -2288,7 +2288,7 @@ xresize(int col, int row) {
2288void 2288void
2289xloadcols(void) { 2289xloadcols(void) {
2290 int i, r, g, b; 2290 int i, r, g, b;
2291 XRenderColor color = { .alpha = 0 }; 2291 XRenderColor color = { .alpha = 0xffff };
2292 2292
2293 /* load colors [0-15] colors and [256-LEN(colorname)[ (config.h) */ 2293 /* load colors [0-15] colors and [256-LEN(colorname)[ (config.h) */
2294 for(i = 0; i < LEN(colorname); i++) { 2294 for(i = 0; i < LEN(colorname); i++) {