You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
445 B
Plaintext
12 lines
445 B
Plaintext
1 year ago
|
--- config.def.h
|
||
|
+++ config.def.h
|
||
|
@@ -11,8 +11,6 @@ static const char *colors[SchemeLast][2] = {
|
||
|
/* fg bg */
|
||
|
[SchemeNorm] = { "#bbbbbb", "#222222" },
|
||
|
[SchemeSel] = { "#eeeeee", "#005577" },
|
||
|
- [SchemeSelHighlight] = { "#ffc978", "#005577" },
|
||
|
- [SchemeNormHighlight] = { "#ffc978", "#222222" },
|
||
|
[SchemeOut] = { "#000000", "#00ffff" },
|
||
|
};
|
||
|
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
|