diff options
Diffstat (limited to 'fvwm')
| -rw-r--r-- | fvwm/.fvwm/config | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/close__232323.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/maximize__232323.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/minimize__232323.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/ef-frost.sys | 21 |
5 files changed, 25 insertions, 0 deletions
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 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#232323"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
\ 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 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#232323"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H160v400Z"/></svg>
\ 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 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#232323"><path d="M160-760v-80h640v80H160Z"/></svg>
\ 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 |
