aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-16 19:44:47 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-16 19:44:47 +0530
commit8d46c1a8d6258bdf525338b2b9b4974705b28501 (patch)
tree699fdd8d56f8a78f2a972747ed5c222bf37828fe
parentab8fdfa1a0efcc8a8091b6bf23c540fb9626126a (diff)
downloaddmenu-8d46c1a8d6258bdf525338b2b9b4974705b28501.tar.gz
dmenu-8d46c1a8d6258bdf525338b2b9b4974705b28501.tar.bz2
dmenu-8d46c1a8d6258bdf525338b2b9b4974705b28501.zip
dmenu
-rw-r--r--config.h6
-rwxr-xr-xdmenubin43800 -> 43800 bytes
-rw-r--r--dmenu.obin42664 -> 42664 bytes
-rw-r--r--dmenu.pngbin0 -> 1715152 bytes
4 files changed, 3 insertions, 3 deletions
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
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
index d26eb14..e057a62 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ
diff --git a/dmenu.png b/dmenu.png
new file mode 100644
index 0000000..1f61ea8
--- /dev/null
+++ b/dmenu.png
Binary files differ