diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:19:42 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:19:42 -0500 |
commit | 6ebd6aa0e279f59c649b4c294c6034501cb169ed (patch) | |
tree | 00ce60e391519555ead29abdef75b4ecf213684a /X11/xresources | |
parent | c5d52bcd35f4724b4732d105ba26a7ac665f027d (diff) |
Update Xresources for dmenu
Moving config options to be in the right place, and removing an
unnecessary color set.
Diffstat (limited to 'X11/xresources')
-rw-r--r-- | X11/xresources | 54 |
1 files changed, 9 insertions, 45 deletions
diff --git a/X11/xresources b/X11/xresources index 7d2525a..2624d72 100644 --- a/X11/xresources +++ b/X11/xresources @@ -1,6 +1,13 @@ !! dmenu -dmenu.font: JetBrainsMono Nerd Font:size=24 +dmenu.font: JetBrainsMono Nerd Font:size=15 + +dmenu.selbackground: #198844 +dmenu.selforeground: #000000 +dmenu.hibackground: #000000 +dmenu.hiforeground: #39c1ed +dmenu.selhibackground: #198844 +dmenu.selhiforeground: #39c1ed !! dwm @@ -413,54 +420,11 @@ rofi.color-window: #1d1f21, #101010, #000000 ! "Accept hovered row with custom action" Set from: Default ! rofi.me-accept-custom: Control+MouseDPrimary -!! special -!*.foreground: #c5c8c6 -!*.background: #1d1f21 -!*.cursorColor: #c5c8c6 -! -!! black -!*.color0: #282a2e -!*.color8: #373b41 -! -!! red -!*.color1: #a54242 -!*.color9: #cc6666 -! -!! green -!*.color2: #8c9440 -!*.color10: #b5bd68 -! -!! yellow -!*.color3: #de935f -!*.color11: #f0c674 -! -!! blue -!*.color4: #5f819d -!*.color12: #81a2be -! -!! magenta -!*.color5: #85678f -!*.color13: #b294bb -! -!! cyan -!*.color6: #5e8d87 -!*.color14: #8abeb7 -! -!! white -!*.color7: #707880 -!*.color15: #c5c8c6 -! -!! special +! special *.foreground: #c5c8c6 *.background: #000000 *.cursorColor: #c5c8c6 *.reverseCursor: #333536 -dmenu.selbackground: #39c1ed -dmenu.selforeground: #000000 -dmenu.hibackground: #000000 -dmenu.hiforeground: #198844 -dmenu.selhibackground: #39c1ed -dmenu.selhiforeground: #198844 ! black *.color0: #1b1d1c |