From 24feb843e2d7340fe83a10c747ce6e5523678676 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:14:07 -0400 Subject: delete individual font settings I just realized i can set this in .Xresources file instead --- xorg/Xresources.spring | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'xorg/Xresources.spring') 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 -- cgit v1.2.3