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
---
fvwm/.fvwm/config | 1 +
fvwm/.fvwm/icon/pixmap/close__232323.svg | 1 +
fvwm/.fvwm/icon/pixmap/maximize__232323.svg | 1 +
fvwm/.fvwm/icon/pixmap/minimize__232323.svg | 1 +
fvwm/.fvwm/themes/ef-frost.sys | 21 +++++++++++++++++++++
5 files changed, 25 insertions(+)
create mode 100644 fvwm/.fvwm/icon/pixmap/close__232323.svg
create mode 100644 fvwm/.fvwm/icon/pixmap/maximize__232323.svg
create mode 100644 fvwm/.fvwm/icon/pixmap/minimize__232323.svg
create mode 100644 fvwm/.fvwm/themes/ef-frost.sys
(limited to 'fvwm')
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config
index bfcaac7..a7a3278 100644
--- a/fvwm/.fvwm/config
+++ b/fvwm/.fvwm/config
@@ -416,6 +416,7 @@ AddToMenu MenuThemes "Themes" Title
+ "Modus &Operandi" ChangeTheme 'modus-operandi' 'operandi' "(modus-themes-select 'modus-operandi)"
+ "Ef &Autumn" ChangeTheme 'ef-autumn' 'autumn' "(ef-themes-select 'ef-autumn)"
+ "Ef &Winter" ChangeTheme 'ef-winter' 'winter' "(ef-themes-select 'ef-winter)"
++ "Ef &Frost" ChangeTheme 'ef-frost' 'frost' "(ef-themes-select 'ef-frost)"
+ "Ef &Elea Light" ChangeTheme 'ef-elea-light' 'elea-light' "(ef-themes-select 'ef-elea-light)"
+ "Ef &Elea Dark" ChangeTheme 'ef-elea-dark' 'elea-dark' "(ef-themes-select 'ef-elea-dark)"
+ "Ef &Cyprus" ChangeTheme 'ef-cyprus' 'cyprus' "(ef-themes-select 'ef-cyprus)"
diff --git a/fvwm/.fvwm/icon/pixmap/close__232323.svg b/fvwm/.fvwm/icon/pixmap/close__232323.svg
new file mode 100644
index 0000000..db140f8
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/close__232323.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/icon/pixmap/maximize__232323.svg b/fvwm/.fvwm/icon/pixmap/maximize__232323.svg
new file mode 100644
index 0000000..cde8ae4
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/maximize__232323.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/icon/pixmap/minimize__232323.svg b/fvwm/.fvwm/icon/pixmap/minimize__232323.svg
new file mode 100644
index 0000000..c4e4414
--- /dev/null
+++ b/fvwm/.fvwm/icon/pixmap/minimize__232323.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/fvwm/.fvwm/themes/ef-frost.sys b/fvwm/.fvwm/themes/ef-frost.sys
new file mode 100644
index 0000000..800893f
--- /dev/null
+++ b/fvwm/.fvwm/themes/ef-frost.sys
@@ -0,0 +1,21 @@
+#### Ef Frost FVWM Colorsets
+Colorset 0 fg #232323, bg #fcffff, hi, sh, Plain, NoShape
+Colorset 1 fg #66657f, bg #eaefef, hi, sh, Plain, NoShape
+Colorset 2 fg #232323, bg #fcffff, hi, sh, Plain, NoShape
+Colorset 3 fg #eaefef, bg #66657f, hi #66657f, sh #66657f, Plain, NoShape
+Colorset 4 fg #051524, bg #9ad0ff, hi #9ad0ff, sh #9ad0ff, Plain, NoShape
+Colorset 5 fg #232323, bg #fcffff, hi, sh, Plain, NoShape
+Colorset 6 fg #232323, bg #eab5ff, hi, sh, Plain, NoShape
+Colorset 7 fg #232323, bg #232323, hi, sh, Plain, NoShape
+Colorset 8 fg #051524, bg #9ad0ff, hi, sh, Plain, NoShape
+Colorset 10 fg #232323, bg #fcffff, hi #66657f, sh #66657f, Plain, NoShape
+Colorset 11 fg #051524, bg #9ad0ff, hi #232323, sh #232323, Plain, NoShape
+Colorset 12 fg #232323, bg #eab5ff, hi, sh, Plain, NoShape
+Colorset 13 fg #232323, bg #eab5ff, hi, sh, Plain, NoShape
+Colorset 14 fg #66657f, bg #eaefef, hi #aaaaaa, sh #999999, Plain, NoShape
+# dock buttons
+Colorset 15 fg #232323, bg #fcffff, hi, sh, Plain, Noshape
+
+AddButtonStyle 6 Pixmap minimize__232323.svg:20x20
+AddButtonStyle 4 Pixmap maximize__232323.svg:20x20
+AddButtonStyle 2 Pixmap close__232323.svg:20x20
\ No newline at end of file
--
cgit v1.2.3