aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-20 02:16:54 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-20 02:16:54 +0530
commit62e7795d1999362361f9fa592a925b488c374e20 (patch)
tree997bda3c68ca2e969a33a67cdde24bfe9fedb6a4
parent8fbb17f7c8dadb068ecf21de09080c5d9b076df5 (diff)
return to monke colors
-rw-r--r--.gitignore1
-rw-r--r--config.h7
-rwxr-xr-x[-rw-r--r--]dmenubin43864 -> 48464 bytes
-rwxr-xr-x[-rw-r--r--]stestbin16928 -> 21536 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5761abc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.o
diff --git a/config.h b/config.h
index ec9f458..7002f52 100644
--- a/config.h
+++ b/config.h
@@ -14,10 +14,9 @@ static const unsigned int fgalpha = OPAQUE;
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
-
- [SchemeNorm] = { "#a89984", "#282828" },
- [SchemeSel] = { "#282828", "#d3a256" },
- [SchemeOut] = { "#000000", "#00ffff" },
+ [SchemeNorm] = { "#bbbbbb", "#222222" },
+ [SchemeSel] = { "#eeeeee", "#005577" },
+ [SchemeOut] = { "#000000", "#00ffff" },
};
static const unsigned int alphas[SchemeLast][2] = {
/* fgalpha bgalphga */
diff --git a/dmenu b/dmenu
index b486622..215baec 100644..100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/stest b/stest
index 1e9ae58..90339af 100644..100755
--- a/stest
+++ b/stest
Binary files differ