From 168120d4068eff9816c11f0503738c12861821ae Mon Sep 17 00:00:00 2001 From: bard Date: Mon, 15 Apr 2024 06:24:14 -0400 Subject: initial commit --- xorg/Xresources.vivendi | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 xorg/Xresources.vivendi (limited to 'xorg/Xresources.vivendi') diff --git a/xorg/Xresources.vivendi b/xorg/Xresources.vivendi new file mode 100644 index 0000000..5d46148 --- /dev/null +++ b/xorg/Xresources.vivendi @@ -0,0 +1,34 @@ +! Modus Vivendi Xresources theme +*.foreground: #ffffff +*.background: #000000 +URxvt.background: [90]#000000 +*.cursorColor: #ffffff +! black +*.color0: #000000 +*.color8: #5C6370 +! red +*.color1: #ff5f59 +*.color9: #ff5f59 +! green +*.color2: #44BC44 +*.color10: #44BC44 +! yellow +*.color3: #fec43f +*.color11: #fec43f +! blue +*.color4: #2FAFFF +*.color12: #2FAFFF +! magenta +*.color5: #FEACD0 +*.color13: #FEACD0 +! cyan +*.color6: #00D3D0 +*.color14: #00D3D0 +! white +*.color7: #ffffff +*.color15: #ffffff + +dmenu.background: #000000 +dmenu.foreground: #ffffff +dmenu.selbackground: #5C6370 +dmenu.selforeground: #ffffff -- cgit v1.2.3