From 7c93295aab6ab26e0c2305fbd221dcc8a6dcdfe3 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 16:19:34 -0700 Subject: add prefix to scemes --- cfg.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cfg.def.h') diff --git a/cfg.def.h b/cfg.def.h index 3da0cbd..2bf16d6 100644 --- a/cfg.def.h +++ b/cfg.def.h @@ -18,7 +18,7 @@ static const char *separator = " → "; /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Monospace:size=14" + "monospace:size=14" }; /* static const char *prompt = NULL; /\* -p option; prompt to the left of input field *\/ */ @@ -28,12 +28,14 @@ static struct scheme schemes[SchemeLast] = { [SchemeNorm] = { .bg = scheme_bg, .bind = "#D19A66", .arrow = "#888", + .prefix = "", .name = "#bbbbbb" }, [SchemePrefix] = { .bg = scheme_bg, .bind = "#eeeeee", .arrow = "#888", + .prefix = "", .name = "#c678dd" }, }; -- cgit v1.2.3