diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-04-16 19:44:47 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-04-16 19:44:47 +0530 |
commit | 8d46c1a8d6258bdf525338b2b9b4974705b28501 (patch) | |
tree | 699fdd8d56f8a78f2a972747ed5c222bf37828fe | |
parent | ab8fdfa1a0efcc8a8091b6bf23c540fb9626126a (diff) | |
download | dmenu-8d46c1a8d6258bdf525338b2b9b4974705b28501.tar.gz dmenu-8d46c1a8d6258bdf525338b2b9b4974705b28501.tar.bz2 dmenu-8d46c1a8d6258bdf525338b2b9b4974705b28501.zip |
dmenu
-rw-r--r-- | config.h | 6 | ||||
-rwxr-xr-x | dmenu | bin | 43800 -> 43800 bytes | |||
-rw-r--r-- | dmenu.o | bin | 42664 -> 42664 bytes | |||
-rw-r--r-- | dmenu.png | bin | 0 -> 1715152 bytes |
4 files changed, 3 insertions, 3 deletions
@@ -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; Binary files differBinary files differdiff --git a/dmenu.png b/dmenu.png Binary files differnew file mode 100644 index 0000000..1f61ea8 --- /dev/null +++ b/dmenu.png |