return to monke colors

This commit is contained in:
krolyxon 2022-06-20 02:16:54 +05:30
parent 8fbb17f7c8
commit 62e7795d19
4 changed files with 4 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.o

View File

@ -14,9 +14,8 @@ static const unsigned int fgalpha = OPAQUE;
static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {
/* fg bg */ /* fg bg */
[SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeNorm] = { "#a89984", "#282828" }, [SchemeSel] = { "#eeeeee", "#005577" },
[SchemeSel] = { "#282828", "#d3a256" },
[SchemeOut] = { "#000000", "#00ffff" }, [SchemeOut] = { "#000000", "#00ffff" },
}; };
static const unsigned int alphas[SchemeLast][2] = { static const unsigned int alphas[SchemeLast][2] = {

BIN
dmenu Normal file → Executable file

Binary file not shown.

BIN
stest Normal file → Executable file

Binary file not shown.