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 old mode 100644 new mode 100755 index b486622..215baec Binary files a/dmenu and b/dmenu differ diff --git a/stest b/stest old mode 100644 new mode 100755 index 1e9ae58..90339af Binary files a/stest and b/stest differ