From 8d46c1a8d6258bdf525338b2b9b4974705b28501 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sat, 16 Apr 2022 19:44:47 +0530 Subject: dmenu --- config.h | 6 +++--- dmenu | Bin 43800 -> 43800 bytes dmenu.o | Bin 42664 -> 42664 bytes dmenu.png | Bin 0 -> 1715152 bytes 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 dmenu.png diff --git a/config.h b/config.h index 3516a47..67fd234 100644 --- a/config.h +++ b/config.h @@ -12,11 +12,11 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#b3b3b3", "#080808" }, - [SchemeSel] = { "#ffffff", "#8e00ff" }, - [SchemeSelHighlight] = { "#b3b3b3", "#aa33ff" }, + [SchemeSel] = { "#ffffff", "#fc8617" }, + [SchemeSelHighlight] = { "#b3b3b3", "#d86e09" }, [SchemeNormHighlight] = { "#b3b3b3", "#1a1a1a" }, [SchemeOut] = { "#b3b3b3", "#080808" }, - [SchemeOutHighlight] = { "#080808", "#e5e5e5" }, + [SchemeOutHighlight] = { "#080808", "#485d98" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 12; diff --git a/dmenu b/dmenu index 9b02f39..5a5d24b 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index d26eb14..e057a62 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/dmenu.png b/dmenu.png new file mode 100644 index 0000000..1f61ea8 Binary files /dev/null and b/dmenu.png differ -- cgit v1.2.3-59-g8ed1b