summaryrefslogtreecommitdiff
path: root/x11-misc/dmenu/files/51_theme.diff
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-09-20 19:42:03 +0100
committermhsn <mail@mhsn.net>2025-09-20 19:42:03 +0100
commit16608db91ff274b13d248ff43b3ca5cdba648f28 (patch)
treef55de9eed915086b6f5ca252fb9b9863d79f617a /x11-misc/dmenu/files/51_theme.diff
parent7f454eb4bd5b1b6ce7ab75942d0ec304ae70adae (diff)
downloadadelie-16608db91ff274b13d248ff43b3ca5cdba648f28.tar.gz
adelie-16608db91ff274b13d248ff43b3ca5cdba648f28.zip
add many dmenu patches
Diffstat (limited to 'x11-misc/dmenu/files/51_theme.diff')
-rw-r--r--x11-misc/dmenu/files/51_theme.diff15
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;