about summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a8e3449..6f33ed6 100644
--- a/config.h
+++ b/config.h
@@ -6,5 +6,5 @@
 #define FONT		"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
 #define BGCOLOR		"#000000"
 #define FGCOLOR		"#ffaa00"
-#define BORDERCOLOR	"#000000"
+#define BORDERCOLOR	"#ee8800"
 #define STATUSDELAY	10 /* milliseconds */
>94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124