From 387795a86c5a202c4de10624b7262617b752570c Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:25:36 -0500 Subject: move all xresources file to .Xresources.d --- ef-xresources/.Xresources.d/Xresources.night | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ef-xresources/.Xresources.d/Xresources.night (limited to 'ef-xresources/.Xresources.d/Xresources.night') diff --git a/ef-xresources/.Xresources.d/Xresources.night b/ef-xresources/.Xresources.d/Xresources.night new file mode 100644 index 0000000..e0cc33d --- /dev/null +++ b/ef-xresources/.Xresources.d/Xresources.night @@ -0,0 +1,45 @@ +! Ef Night Xresources theme +*.foreground: #afbcbf +*.background: #000e17 +URxvt.background: [90]#000e17 +*.cursorColor: #afbcbf +! black +*.color0: #000e17 +*.color8: #1a202b +! red +*.color1: #ef656a +*.color9: #f47360 +! green +*.color2: #1fa526 +*.color10: #50a22f +! yellow +*.color3: #c48502 +*.color11: #e6832f +! blue +*.color4: #379cf6 +*.color12: #6a88ff +! magenta +*.color5: #d570af +*.color13: #af8aff +! cyan +*.color6: #4fb0cf +*.color14: #3dc0b0 +! white +*.color7: #afbcbf +*.color15: #afbcbf + +dmenu.background: #000e17 +dmenu.foreground: #afbcbf +dmenu.selbackground: #003a7f +dmenu.selforeground: #ceeeff + +Nsxiv.window.background: #000e17 +Nsxiv.window.foreground: #afbcbf +Nsxiv.mark.foreground: #afbcbf +Nsxiv.bar.background: #003a7f +Nsxiv.bar.foreground: #ceeeff + +dwm.background: #000e17 +dwm.foreground: #afbcbf +dwm.selbackground: #003a7f +dwm.selforeground: #ceeeff -- cgit v1.2.3