dmenu

[fork] X11 menuing
Log | Files | Refs | README | LICENSE

commit 0331207d2d65ca494a538a0f6c3e4f2bb6f64b4b
parent ccc205a3f435287f41abc2c08ca147662465674c
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Mon, 10 Feb 2020 00:18:12 +0000

colourscheme update

Diffstat:
Mconfig.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -13,10 +13,10 @@ static const char *fonts[] = { static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#ffffff", "#0c0a14" }, + [SchemeNorm] = { "#ffffff", "#0a0a10" }, [SchemeSel] = { "#ffffff", "#0a3439" }, [SchemeOut] = { "#000000", "#00ffff" }, - [SchemeMid] = { "#ffffff", "#0c0a14" }, + [SchemeMid] = { "#ffffff", "#0a0a10" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines=20;