diff options
| author | Daniel <[email protected]> | 2024-08-03 14:55:06 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-08-03 14:55:06 -0400 |
| commit | 051026da1bf2921f24fa1799f254c41e6e5eb705 (patch) | |
| tree | 26c6eea2f3403270089c918235ae4afeeaf16b91 | |
| parent | e7586c15f5ec0935479c8a7971110cb6aaeab82c (diff) | |
new colorset
| -rw-r--r-- | fvwm/.fvwm/config | 3 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/ef-maris-light.sys | 24 |
2 files changed, 26 insertions, 1 deletions
diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index e56ad21..8230e50 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -395,6 +395,7 @@ AddToMenu MenuThemes "Themes" Title + "Ef &Cyprus" ChangeTheme 'ef-cyprus' 'cyprus' "(ef-themes-select 'ef-cyprus)" + "Ef &Night" ChangeTheme 'ef-night' 'night' "(ef-themes-select 'ef-night)" + "Ef &Maris Dark" ChangeTheme 'ef-maris-dark' 'maris-dark' "(ef-themes-select 'ef-maris-dark)" ++ "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 &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)" @@ -769,7 +770,7 @@ DestroyModuleConfig FvwmBanner:* # - Quit - This is a popup that asks for quit confirmation before # quitting fvwm. DestroyModuleConfig FvwmScript:* -*FvwmScript: Colorset 0 +*FvwmScript: DefaultColorset 10 # FvwmButtons - LeftPanel # diff --git a/fvwm/.fvwm/themes/ef-maris-light.sys b/fvwm/.fvwm/themes/ef-maris-light.sys new file mode 100644 index 0000000..3c5b651 --- /dev/null +++ b/fvwm/.fvwm/themes/ef-maris-light.sys @@ -0,0 +1,24 @@ +Colorset 0 fg #151a27, bg #edf4f8, hi, sh, Plain, NoShape +Colorset 1 fg #676470, bg #e6ecf2, hi, sh, Plain, NoShape +Colorset 2 fg #151a27, bg #edf4f8, hi, sh, Plain, NoShape +Colorset 3 fg #676470, bg #cfd8e3, hi #cfd8e3, sh #cfd8e3, Plain, NoShape +Colorset 4 fg #edf4f8, bg #a0c2ef, hi #a0c2ef, sh #a0c2ef, Plain, NoShape +Colorset 5 fg #151a27, bg #edf4f8, hi, sh, Plain, NoShape +Colorset 6 fg #151a27, bg #a0c2ef, hi, sh, Plain, NoShape +Colorset 7 fg #151a27, bg #151a27, hi, sh, Plain, NoShape +Colorset 8 fg #edf4f8, bg #151a27, hi, sh, Plain, NoShape +Colorset 10 fg #151a27, bg #edf4f8, hi #676470, sh #676470, Plain, NoShape +Colorset 11 fg #151a27, bg #a0c2ef, hi #151a27, sh #151a27, Plain, NoShape +Colorset 12 fg #151a27, bg #d2b4cf, hi, sh, Plain, NoShape +Colorset 13 fg #151a27, bg #d2b4cf, hi, sh, Plain, NoShape +Colorset 14 fg #151a27, bg #302a3a, hi #aaaaaa, sh #999999, Plain, NoShape +# dock buttons +Colorset 15 fg #151a27, bg #edf4f8, hi, sh, Plain, Noshape + +ButtonStyle 4 VGradient 20 #1f66af #003faf -- UseTitleStyle Flat +ButtonStyle 6 VGradient 20 #1f66af #003faf -- UseTitleStyle Flat +ButtonStyle 2 VGradient 20 #b02440 #8b4052 -- UseTitleStyle Flat +AddButtonStyle 1 MiniIcon +AddButtonStyle 6 Pixmap minimize__E8E4B1.svg:20x20 +AddButtonStyle 4 Pixmap maximize__E8E4B1.svg:20x20 +AddButtonStyle 2 Pixmap close__E8E4B1.svg:20x20 |
