From d33daf595a50044f5d47968a0de3ac7687986997 Mon Sep 17 00:00:00 2001
From: Daniel <89086143+BardofSprites@users.noreply.github.com>
Date: Sat, 28 Sep 2024 20:41:33 -0400
Subject: ef-day
---
fvwm/.fvwm/icon/pixmap/close__584141.svg | 1 +
fvwm/.fvwm/icon/pixmap/maximize__584141.svg | 1 +
fvwm/.fvwm/icon/pixmap/minimize__584141.svg | 1 +
fvwm/.fvwm/themes/ef-day.sys | 21 +++++++++++++++
xorg/Xresources.day | 40 +++++++++++++++++++++++++++++
5 files changed, 64 insertions(+)
create mode 100644 fvwm/.fvwm/icon/pixmap/close__584141.svg
create mode 100644 fvwm/.fvwm/icon/pixmap/maximize__584141.svg
create mode 100644 fvwm/.fvwm/icon/pixmap/minimize__584141.svg
create mode 100644 fvwm/.fvwm/themes/ef-day.sys
create mode 100644 xorg/Xresources.day
diff --git a/fvwm/.fvwm/icon/pixmap/close__584141.svg b/fvwm/.fvwm/icon/pixmap/close__584141.svg
new file mode 100644
index 0000000..fb07ac7
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/close__584141.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/icon/pixmap/maximize__584141.svg b/fvwm/.fvwm/icon/pixmap/maximize__584141.svg
new file mode 100644
index 0000000..27d06c1
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/maximize__584141.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/icon/pixmap/minimize__584141.svg b/fvwm/.fvwm/icon/pixmap/minimize__584141.svg
new file mode 100644
index 0000000..c061f47
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/minimize__584141.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/themes/ef-day.sys b/fvwm/.fvwm/themes/ef-day.sys
new file mode 100644
index 0000000..c1ea169
--- /dev/null
+++ b/fvwm/.fvwm/themes/ef-day.sys
@@ -0,0 +1,21 @@
+#### Ef Day FVWM Colorsets
+Colorset 0 fg #584141, bg #fff5ea, hi, sh, Plain, NoShape
+Colorset 1 fg #63728f, bg #f2e9db, hi, sh, Plain, NoShape
+Colorset 2 fg #584141, bg #fff5ea, hi, sh, Plain, NoShape
+Colorset 3 fg #63728f, bg #8f5f4a, hi #8f5f4a, sh #8f5f4a, Plain, NoShape
+Colorset 4 fg #fff5ea, bg #ffaf72, hi #ffaf72, sh #ffaf72, Plain, NoShape
+Colorset 5 fg #584141, bg #fff5ea, hi, sh, Plain, NoShape
+Colorset 6 fg #584141, bg #b0e0df, hi, sh, Plain, NoShape
+Colorset 7 fg #584141, bg #584141, hi, sh, Plain, NoShape
+Colorset 8 fg #542f38, bg #ffaf72, hi, sh, Plain, NoShape
+Colorset 10 fg #584141, bg #fff5ea, hi #63728f, sh #63728f, Plain, NoShape
+Colorset 11 fg #542f38, bg #ffaf72, hi #584141, sh #584141, Plain, NoShape
+Colorset 12 fg #584141, bg #b0e0df, hi, sh, Plain, NoShape
+Colorset 13 fg #584141, bg #b0e0df, hi, sh, Plain, NoShape
+Colorset 14 fg #63728f, bg #f2e9db, hi #aaaaaa, sh #999999, Plain, NoShape
+# dock buttons
+Colorset 15 fg #584141, bg #fff5ea, hi, sh, Plain, Noshape
+
+AddButtonStyle 6 Pixmap minimize__584141.svg:20x20
+AddButtonStyle 4 Pixmap maximize__584141.svg:20x20
+AddButtonStyle 2 Pixmap close__584141.svg:20x20
\ No newline at end of file
diff --git a/xorg/Xresources.day b/xorg/Xresources.day
new file mode 100644
index 0000000..1dfa33b
--- /dev/null
+++ b/xorg/Xresources.day
@@ -0,0 +1,40 @@
+!!!!! Ef Day Dark Xresources theme
+*.foreground: #584141
+*.background: #fff5ea
+URxvt.background: [90]#fff5ea
+*.cursorColor: #584141
+! black
+*.color0: #584141
+*.color8: #c9c0b8
+! red
+*.color1: #ba2d2f
+*.color9: #ce3f00
+! green
+*.color2: #007a0a
+*.color10: #5a7400
+! yellow
+*.color3: #a45a22
+*.color11: #aa4f30
+! blue
+*.color4: #375cc6
+*.color12: #5f5fdf
+! magenta
+*.color5: #ca3e54
+*.color13: #8448aa
+! cyan
+*.color6: #3f60af
+*.color14: #0f7b8f
+! white
+*.color7: #fff5ea
+*.color15: #fff5ea
+
+dmenu.background: #fff5ea
+dmenu.foreground: #584141
+dmenu.selbackground: #ffaf72
+dmenu.selforeground: #542f38
+
+Nsxiv.window.background: #fff5ea
+Nsxiv.window.foreground: #584141
+Nsxiv.mark.foreground: #584141
+Nsxiv.bar.background: #ffaf72
+Nsxiv.bar.foreground: #542f38
\ No newline at end of file
--
cgit v1.2.3