diff options
| author | BardofSprites <[email protected]> | 2024-09-03 07:53:09 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-03 07:53:09 -0400 |
| commit | aab24b055901a6f2158a263cf5c9bd66ebad5aea (patch) | |
| tree | 6423335ab5fa18452e188cb313aaf7b46b087ca9 | |
| parent | 3490a9345dd6ae1b05e8907a09312912232f875d (diff) | |
all instead of active buttons
| -rw-r--r-- | fvwm/.fvwm/themes/modus-vivendi.sys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fvwm/.fvwm/themes/modus-vivendi.sys b/fvwm/.fvwm/themes/modus-vivendi.sys index 562f4d3..0f877eb 100644 --- a/fvwm/.fvwm/themes/modus-vivendi.sys +++ b/fvwm/.fvwm/themes/modus-vivendi.sys @@ -17,6 +17,6 @@ Colorset 14 fg #ffffff, bg #2f3849, hi #aaaaaa, sh #999999, Plain, NoShape # dock buttons Colorset 15 fg #ffffff, bg #000000, hi, sh, Plain, Noshape -AddButtonStyle 6 Active Pixmap minimize__FFFFFF.svg:20x20 -AddButtonStyle 4 Active Pixmap maximize__FFFFFF.svg:20x20 -AddButtonStyle 2 Active Pixmap close__FFFFFF.svg:20x20 +AddButtonStyle 6 Pixmap minimize__FFFFFF.svg:20x20 +AddButtonStyle 4 Pixmap maximize__FFFFFF.svg:20x20 +AddButtonStyle 2 Pixmap close__FFFFFF.svg:20x20 |
