mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
- Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from WINGs. - Added a hint that Window Maker crashed, to allow windows to be placed in their correct previous positions after a crash situation and also to preserve their state before the crash (minimized, shaded, hidden, ...)
24 lines
791 B
Plaintext
24 lines
791 B
Plaintext
{
|
|
TitleJustify = left;
|
|
HighlightColor = white;
|
|
HighlightTextColor = black;
|
|
ClipTitleColor = black;
|
|
CClipTitleColor = gray30;
|
|
FTitleColor = white;
|
|
PTitleColor = white;
|
|
UTitleColor = gray20;
|
|
FTitleBack = (hgradient, "rgb:00/00/10", "rgb:20/20/70");
|
|
PTitleBack = (hgradient, "rgb:50/50/50", "rgb:80/80/80");
|
|
UTitleBack = (hgradient, "rgb:90/90/90", "rgb:c0/c0/c0");
|
|
ResizebarBack = (hgradient, "rgb:90/90/90", "rgb:c0/c0/c0");
|
|
MenuTitleColor = white;
|
|
MenuTextColor = black;
|
|
MenuDisabledColor = gray40;
|
|
MenuTitleBack = (hgradient, "rgb:20/20/70", "rgb:00/00/20");
|
|
MenuTextBack = (hgradient, "rgb:c0/c0/c0", "rgb:90/90/90");
|
|
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
|
IconTitleColor = white;
|
|
IconTitleBack = "#101040";
|
|
MenuStyle = normal;
|
|
}
|