From 27ff604b7d28373c37501af1adab3d17edcb6143 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:27:28 -0400 Subject: moved to separate packages --- modus-xresources/Xresources.vivendi | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 modus-xresources/Xresources.vivendi (limited to 'modus-xresources/Xresources.vivendi') diff --git a/modus-xresources/Xresources.vivendi b/modus-xresources/Xresources.vivendi new file mode 100644 index 0000000..173dc6d --- /dev/null +++ b/modus-xresources/Xresources.vivendi @@ -0,0 +1,39 @@ +! Modus Vivendi Xresources theme +*.foreground: #ffffff +*.background: #000000 +*.cursorColor: #ffffff +! black +*.color0: #000000 +*.color8: #595959 +! red +*.color1: #ff5f59 +*.color9: #ff6b55 +! green +*.color2: #44BC44 +*.color10: #00c06f +! yellow +*.color3: #d0bc00 +*.color11: #fec43f +! blue +*.color4: #2FAFFF +*.color12: #79a8ff +! magenta +*.color5: #FEACD0 +*.color13: #b6a0ff +! cyan +*.color6: #00D3D0 +*.color14: #6ae4b9 +! white +*.color7: #ffffff +*.color15: #ffffff + +dmenu.background: #000000 +dmenu.foreground: #ffffff +dmenu.selbackground: #505050 +dmenu.selforeground: #ffffff + +Nsxiv.window.background: #000000 +Nsxiv.window.foreground: #ffffff +Nsxiv.mark.foreground: #ffffff +Nsxiv.bar.background: #505050 +Nsxiv.bar.foreground: #ffffff -- cgit v1.2.3