From 1a0b91b0882870a6c19b92fab7ca3ccfaec98cbc Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:01:55 -0500 Subject: Ef frost theme --- ef-xresources/.Xresources.d/Xresources.frost | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ef-xresources/.Xresources.d/Xresources.frost (limited to 'ef-xresources') diff --git a/ef-xresources/.Xresources.d/Xresources.frost b/ef-xresources/.Xresources.d/Xresources.frost new file mode 100644 index 0000000..1bbd8e8 --- /dev/null +++ b/ef-xresources/.Xresources.d/Xresources.frost @@ -0,0 +1,45 @@ +!!!!! Ef Frost Dark Xresources theme +*.foreground: #232323 +*.background: #fcffff +URxvt.background: [93]#fcffff +*.cursorColor: #0055bb +! black +*.color0: #232323 +*.color8: #b5b8b8 +! red +*.color1: #c42d2f +*.color9: #cf2f4f +! green +*.color2: #008a00 +*.color10: #00845f +! yellow +*.color3: #aa6100 +*.color11: #996c4f +! blue +*.color4: #4244ef +*.color12: #065fff +! magenta +*.color5: #aa44c5 +*.color13: #7f5ae0 +! cyan +*.color6: #3a6dd2 +*.color14: #1f6fbf +! white +*.color7: #eaefef +*.color15: #fcffff + +dmenu.background: #322023 +dmenu.foreground: #232323 +dmenu.selbackground: #9ad0ff +dmenu.selforeground: #051524 + +Nsxiv.window.background: #322023 +Nsxiv.window.foreground: #232323 +Nsxiv.mark.foreground: #232323 +Nsxiv.bar.background: #9ad0ff +Nsxiv.bar.foreground: #051524 + +dwm.background: #322023 +dwm.foreground: #e4d3e1 +dwm.selbackground: #9ad0ff +dwm.selforeground: #051524 -- cgit v1.2.3