diff options
Diffstat (limited to 'x11-misc/dmenu/files/51_theme.diff')
-rw-r--r-- | x11-misc/dmenu/files/51_theme.diff | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/dmenu/files/51_theme.diff b/x11-misc/dmenu/files/51_theme.diff index de83860..28e5c23 100644 --- a/x11-misc/dmenu/files/51_theme.diff +++ b/x11-misc/dmenu/files/51_theme.diff @@ -1,9 +1,9 @@ -diff --git i/config.def.h w/config.def.h -index 1edb647..ee33692 100644 ---- i/config.def.h -+++ w/config.def.h -@@ -4,13 +4,13 @@ - static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +diff --git a/config.def.h b/config.def.h +index 5ed8497550..35b3436117 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -8,15 +8,15 @@ + static int draw_input = 1; /* -noi option; if 0, the input will not be drawn by default */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" @@ -17,5 +17,8 @@ index 1edb647..ee33692 100644 + [SchemeNorm] = { "#c0b1c2", "#152126" }, + [SchemeSel] = { "#e1e1e6", "#db498b" }, [SchemeOut] = { "#000000", "#00ffff" }, +- [SchemeCursor] = { "#222222", "#bbbbbb"}, ++ [SchemeCursor] = { "#152126", "#c0b1c2" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ + static unsigned int lines = 0; |