diff --git a/dmenu-5.0/config.def.h b/dmenu-5.0/config.def.h index 7692ce9..d814820 100644 --- a/dmenu-5.0/config.def.h +++ b/dmenu-5.0/config.def.h @@ -10,7 +10,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#3A72fe" }, + [SchemeSel] = { "#eeeeee", "#5b5bff" }, [SchemeOut] = { "#000000", "#3A72FE" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ diff --git a/dmenu-5.0/config.h b/dmenu-5.0/config.h index 7692ce9..d814820 100644 --- a/dmenu-5.0/config.h +++ b/dmenu-5.0/config.h @@ -10,7 +10,7 @@ static const char *prompt = NULL; /* -p option; prompt to the left of static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#3A72fe" }, + [SchemeSel] = { "#eeeeee", "#5b5bff" }, [SchemeOut] = { "#000000", "#3A72FE" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ diff --git a/dmenu-5.0/dmenu b/dmenu-5.0/dmenu index 1017324..5fbd3fe 100755 Binary files a/dmenu-5.0/dmenu and b/dmenu-5.0/dmenu differ diff --git a/dmenu-5.0/dmenu.o b/dmenu-5.0/dmenu.o index 93a99e0..6e55cd6 100644 Binary files a/dmenu-5.0/dmenu.o and b/dmenu-5.0/dmenu.o differ