aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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