openbsd-ports/x11/dmenu/patches/patch-dmenu_c
2012-11-05 13:14:23 +00:00

19 lines
755 B
Plaintext

$OpenBSD: patch-dmenu_c,v 1.1 2012/11/05 13:14:23 zinke Exp $
--- dmenu.c.orig Fri Nov 2 13:18:33 2012
+++ dmenu.c Fri Nov 2 13:19:46 2012
@@ -45,10 +45,10 @@ static int inputw, promptw;
static size_t cursor = 0;
static const char *font = NULL;
static const char *prompt = NULL;
-static const char *normbgcolor = "#222222";
-static const char *normfgcolor = "#bbbbbb";
-static const char *selbgcolor = "#005577";
-static const char *selfgcolor = "#eeeeee";
+static const char *normbgcolor = "#202020";
+static const char *normfgcolor = "#c0c0c0";
+static const char *selbgcolor = "#404040";
+static const char *selfgcolor = "#f0f0f0";
static unsigned int lines = 0;
static unsigned long normcol[ColLast];
static unsigned long selcol[ColLast];