[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/bd1172e6892f3fcb353905ec5c17c8059e3002af.gph

tsmall color fixes - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit bd1172e6892f3fcb353905ec5c17c8059e3002af

parent 13ef97e65ea5a713a3d5ab46916d1ac6d071b825

Author: Anselm R. Garbe

Date:   Fri, 25 Aug 2006 17:44:40 +0200
small color fixes
Diffstat:
  config.arg.h                        |       6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---

diff --git a/config.arg.h b/config.arg.h

t@@ -4,7 +4,7 @@
  */
 #define FONT                        "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define SELBGCOLOR                "#666699"
-#define SELFGCOLOR                "#eeeeee"
-#define NORMBGCOLOR                "#333366"
+#define SELBGCOLOR                "#0055bb"
+#define SELFGCOLOR                "#ffffff"
+#define NORMBGCOLOR                "#444444"
 #define NORMFGCOLOR                "#cccccc"
.


AD: