diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-21 22:00:14 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-04-21 22:00:14 -0400 |
commit | 7953328b33b92206d494afbf8207ff033788176a (patch) | |
tree | d6d482af53576649ac8baaeb1d80c4b937beb18f | |
parent | 134390ef26224ecdd7a141125b854a584e201a3c (diff) |
Matching colors for dwm & dmenu
-rw-r--r-- | .Xresources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources index 5068056..76696db 100644 --- a/.Xresources +++ b/.Xresources @@ -41,6 +41,11 @@ ! No support for cursor text coloring; would be #1e232b. ! No support for bold coloring; would be #626a73. +dmenu.background: #1b1d1b +dmenu.foreground: #447a6c +dmenu.color11: #7d4b23 +dmenu.color0: #1b1d1b + !other *.alpha: 0.80 |