From 3eed93473331bc918da7c87080cf4a052d048cbf Mon Sep 17 00:00:00 2001
From: Daniel <89086143+BardofSprites@users.noreply.github.com>
Date: Mon, 19 Aug 2024 07:15:54 -0400
Subject: symbiosis
---
fvwm/.fvwm/config | 1 +
fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg | 1 +
fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg | 1 +
fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg | 1 +
fvwm/.fvwm/themes/ef-symbiosis.sys | 21 +++++++++++++++++++++
5 files changed, 25 insertions(+)
create mode 100644 fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg
create mode 100644 fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg
create mode 100644 fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg
create mode 100644 fvwm/.fvwm/themes/ef-symbiosis.sys
(limited to 'fvwm/.fvwm')
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config
index eea7667..16fd3ba 100644
--- a/fvwm/.fvwm/config
+++ b/fvwm/.fvwm/config
@@ -410,6 +410,7 @@ AddToMenu MenuThemes "Themes" Title
+ "Ef &Maris Light" ChangeTheme 'ef-maris-light' 'maris-light' "(ef-themes-select 'ef-maris-light)"
+ "Ef &Cherie" ChangeTheme 'ef-cherie' 'cherie' "(ef-themes-select 'ef-cherie)"
+ "Ef &Bio" ChangeTheme 'ef-bio' 'bio' "(ef-themes-select 'ef-bio)"
++ "Ef &Symbiosis" ChangeTheme 'ef-symbiosis' 'symbiosis' "(ef-themes-select 'ef-symbiosis)"
+ "Ef &Melissa Dark" ChangeTheme 'ef-melissa-dark' 'melissa-dark' "(ef-themes-select 'ef-melissa-dark)"
+ "Ef &Melissa Light" ChangeTheme 'ef-melissa-light' 'melissa-light' "(ef-themes-select 'ef-melissa-light)"
+ "Ef &Arbutus" ChangeTheme 'ef-arbutus' 'arbutus' "(ef-themes-select 'ef-arbutus)"
diff --git a/fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg b/fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg
new file mode 100644
index 0000000..61c4ac1
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/close__D0D0D0.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg b/fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg
new file mode 100644
index 0000000..caf40e4
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/maximize__D0D0D0.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg b/fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg
new file mode 100644
index 0000000..970d4e9
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/minimize__D0D0D0.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/themes/ef-symbiosis.sys b/fvwm/.fvwm/themes/ef-symbiosis.sys
new file mode 100644
index 0000000..381b33c
--- /dev/null
+++ b/fvwm/.fvwm/themes/ef-symbiosis.sys
@@ -0,0 +1,21 @@
+#### Ef Symbiosis FVWM Colorsets
+Colorset 0 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape
+Colorset 1 fg #857f8f, bg #372d32, hi, sh, Plain, NoShape
+Colorset 2 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape
+Colorset 3 fg #130911, bg #606060, hi #606060, sh #606060, Plain, NoShape
+Colorset 4 fg #130911, bg #857f8f, hi #857f8f, sh #857f8f, Plain, NoShape
+Colorset 5 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape
+Colorset 6 fg #d0d0d0, bg #304477, hi, sh, Plain, NoShape
+Colorset 7 fg red, bg #d0d0d0, hi, sh, Plain, NoShape
+Colorset 8 fg #d0d0d0, bg #583435, hi, sh, Plain, NoShape
+Colorset 10 fg #d0d0d0, bg #130911, hi, sh, Plain, NoShape
+Colorset 11 fg #d0d0d0, bg #583435, hi #d0d0d0, sh #d0d0d0, Plain, NoShape
+Colorset 12 fg #d0d0d0, bg #304477, hi, sh, Plain, NoShape
+Colorset 13 fg #d0d0d0, bg #304477, hi, sh, Plain, NoShape
+Colorset 14 fg #857f8f, bg #004065, hi #aaaaaa, sh #999999, Plain, NoShape
+# dock buttons
+Colorset 15 fg #d0d0d0, bg #130911, hi, sh, Plain, Noshape
+
+AddButtonStyle 6 Pixmap minimize__D0D0D0.svg:20x20
+AddButtonStyle 4 Pixmap maximize__D0D0D0.svg:20x20
+AddButtonStyle 2 Pixmap close__D0D0D0.svg:20x20
--
cgit v1.2.3
From 1a406dcc30df30da266d2f5956bd62815ec1abb3 Mon Sep 17 00:00:00 2001
From: Daniel <89086143+BardofSprites@users.noreply.github.com>
Date: Mon, 19 Aug 2024 07:16:04 -0400
Subject: add fvwmident to menu
---
fvwm/.fvwm/config | 1 +
1 file changed, 1 insertion(+)
(limited to 'fvwm/.fvwm')
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config
index 16fd3ba..9813288 100644
--- a/fvwm/.fvwm/config
+++ b/fvwm/.fvwm/config
@@ -367,6 +367,7 @@ Test (x emacs) + "&Email%Kinchaku (drawstring bag)-24x24.png%" Exec exec emacscl
Test (x emacs) + "&Timers%Furoisu (bath chair)-24x24.png%" Exec exec emacsclient -c -e '(tmr-tabulated-view)'
+ "" Nop
+ "&Settings%Yagura1 (hot spring tower)-24x24.png%" Popup MenuSettings
++ "Fvwm&Ident%Tourist guidebook-24x24.png%" Module FvwmIdent
+ "&Wallpapers%Folder2-24x24.png%" Popup MenuWallpaper
+ "&Color Themes%Gunsen-24x24.png%" Popup MenuThemes
+ "" Nop
--
cgit v1.2.3