return to monke colors
This commit is contained in:
parent
8fbb17f7c8
commit
62e7795d19
|
|
@ -0,0 +1 @@
|
||||||
|
*.o
|
||||||
5
config.h
5
config.h
|
|
@ -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] = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue