diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config.h | 7 | ||||
| -rwxr-xr-x[-rw-r--r--] | dmenu | bin | 43864 -> 48464 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | stest | bin | 16928 -> 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 @@ -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 */ Binary files differBinary files differ |
