about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 16608c1..cabc3ef 100644
--- a/config.h
+++ b/config.h
@@ -15,7 +15,7 @@ static const char col_gray3[]       = "#bbbbbb";
 static const char col_gray4[]       = "#eeeeee";
 static const char col_cyan[]        = "#005577";
 
-static const unsigned int baralpha = 0xd0;
+static const unsigned int baralpha = OPAQUE; //0xd0 is transparent
 static const unsigned int borderalpha = OPAQUE;
 
 static const char *colors[][3]      = {