summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-11 13:29:48 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-11 13:29:48 +0530
commit12c61a33546358928777b584883c1e990ab09a21 (patch)
treec3fef0c2b761a6f704893f01cb2c2881652530d4
parentfb2a86f08b05823743381e9b9da743e4e82a3d7e (diff)
configured a real sexy colorscheme hell yea
-rw-r--r--config.def.h19
-rw-r--r--config.h18
-rwxr-xr-xdmenubin43512 -> 43520 bytes
-rw-r--r--dmenu.obin34400 -> 34480 bytes
4 files changed, 20 insertions, 17 deletions
diff --git a/config.def.h b/config.def.h
index 8c95753..71594bf 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,20 +1,21 @@
/* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */
-static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
+static int topbar = 0; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "monospace:size=10"
+ "Hack:size=11"
};
-static const char *prompt = NULL; /* -p option; prompt to the left of input field */
+static const char *prompt = "Run: ";//NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
- [SchemeSelHighlight] = { "#ffc978", "#005577" },
- [SchemeNormHighlight] = { "#ffc978", "#222222" },
- [SchemeOut] = { "#000000", "#00ffff" },
- [SchemeMid] = { "#eeeeee", "#770000" },
+ [SchemeNorm] = { "#FFFFFF", "#171520" },
+ [SchemeSel] = { "#FFFFFF", "#D33682" },
+ [SchemeSelHighlight] = { "#FFFFFF", "#5B76B7" },
+ [SchemeNormHighlight] = { "#FFFFFF", "#130F23" },
+ [SchemeMid] = { "#FFFFFF", "#8915e5" },
+ /*[SchemeNormHighlight] = { "#FFFFFF", "#222222" },*/
+ [SchemeOut] = { "#FFFFFF", "#5b76b7" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;
diff --git a/config.h b/config.h
index c979baf..71594bf 100644
--- a/config.h
+++ b/config.h
@@ -1,19 +1,21 @@
/* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */
-static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
+static int topbar = 0; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "monospace:size=10"
+ "Hack:size=11"
};
-static const char *prompt = NULL; /* -p option; prompt to the left of input field */
+static const char *prompt = "Run: ";//NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
- [SchemeSelHighlight] = { "#ffc978", "#005577" },
- [SchemeNormHighlight] = { "#ffc978", "#222222" },
- [SchemeOut] = { "#000000", "#00ffff" },
+ [SchemeNorm] = { "#FFFFFF", "#171520" },
+ [SchemeSel] = { "#FFFFFF", "#D33682" },
+ [SchemeSelHighlight] = { "#FFFFFF", "#5B76B7" },
+ [SchemeNormHighlight] = { "#FFFFFF", "#130F23" },
+ [SchemeMid] = { "#FFFFFF", "#8915e5" },
+ /*[SchemeNormHighlight] = { "#FFFFFF", "#222222" },*/
+ [SchemeOut] = { "#FFFFFF", "#5b76b7" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0;
diff --git a/dmenu b/dmenu
index 147e234..21f1c2f 100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
index 4717bf7..8b15fe5 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ