diff options
| author | BardofSprites <[email protected]> | 2024-08-24 14:14:07 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-08-24 14:14:07 -0400 |
| commit | 24feb843e2d7340fe83a10c747ce6e5523678676 (patch) | |
| tree | f67e38a467f4344a0c2f8b56615bfbe4a5ff4277 /xorg/Xresources.spring | |
| parent | 41e554a7c67b707e0ee457f252ba8e14f1a7a96d (diff) | |
delete individual font settings
I just realized i can set this in .Xresources file instead
Diffstat (limited to 'xorg/Xresources.spring')
| -rw-r--r-- | xorg/Xresources.spring | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/xorg/Xresources.spring b/xorg/Xresources.spring index ef19af9..e70f010 100644 --- a/xorg/Xresources.spring +++ b/xorg/Xresources.spring @@ -4,8 +4,8 @@ URxvt.background: [90]#f6fff9 *.cursorColor: #34494a ! black -*.color0: #f6fff9 -*.color8: #90918a +*.color0: #34494a +*.color8: #595959 ! red *.color1: #c42d2f *.color9: #cf2f4f @@ -25,10 +25,17 @@ URxvt.background: [90]#f6fff9 *.color6: #1f6fbf *.color14: #0f7b8f ! white -*.color7: #34494a -*.color15: #34494a +*.color7: #f6fff9 +*.color15: #f6fff9 + dmenu.background: #f6fff9 dmenu.foreground: #34494a dmenu.selbackground: #90e8b0 -dmenu.selforeground: #34494a
\ No newline at end of file +dmenu.selforeground: #34494a + +Nsxiv.window.background: #f6fff9 +Nsxiv.window.foreground: #34494a +Nsxiv.mark.foreground: #34494a +Nsxiv.bar.background: #90e8b0 +Nsxiv.bar.foreground: #34494a |
