diff options
| author | BardofSprites <[email protected]> | 2024-06-30 19:54:34 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-06-30 19:54:34 -0400 |
| commit | 54a88b0a5294d03d11f8b196a823bf867f9e2eaf (patch) | |
| tree | 5df74dcd08b37104bd9a2583818329dd8caa13bc /xorg | |
| parent | 75d43cb09e9d051c40a3192a502b38114187f611 (diff) | |
nsxiv color vals
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/Xresources.vivendi | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/xorg/Xresources.vivendi b/xorg/Xresources.vivendi index 5d46148..f0a5cc0 100644 --- a/xorg/Xresources.vivendi +++ b/xorg/Xresources.vivendi @@ -5,7 +5,7 @@ URxvt.background: [90]#000000 *.cursorColor: #ffffff ! black *.color0: #000000 -*.color8: #5C6370 +*.color8: #535353 ! red *.color1: #ff5f59 *.color9: #ff5f59 @@ -30,5 +30,12 @@ URxvt.background: [90]#000000 dmenu.background: #000000 dmenu.foreground: #ffffff -dmenu.selbackground: #5C6370 +dmenu.selbackground: #535353 dmenu.selforeground: #ffffff + +Nsxiv.window.background: #000000 +Nsxiv.window.foreground: #ffffff +Nsxiv.mark.foreground: #ffffff +Nsxiv.bar.background: #505050 +Nsxiv.bar.foreground: #ffffff +Nsxiv.bar.font: IosevkaComfy-16
\ No newline at end of file |
