diff options
author | zachir <zachir@librem.one> | 2025-08-09 11:15:01 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-09 11:15:01 -0500 |
commit | 7d54dd4c6ab4b0edd5bd6733e9106b69f30aea5b (patch) | |
tree | 75cf1bc13cc63983af711f4624b83c99feffaa5a /X11/xresources | |
parent | 52abff2193929f931d82314b6235e6635c9f36c6 (diff) | |
parent | c0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff) |
Merge remote-tracking branch 'origin/master' into clacla
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 |