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
913 B
Plaintext
24 lines
913 B
Plaintext
{
|
|
TitleJustify = left;
|
|
HighlightColor = white;
|
|
HighlightTextColor = black;
|
|
ClipTitleColor = black;
|
|
CClipTitleColor = gray30;
|
|
FTitleColor = white;
|
|
PTitleColor = white;
|
|
UTitleColor = gray;
|
|
FTitleBack = (igradient, "rgb:96/24/49", black, 2, "rgb:30/00/10", black, 1);
|
|
PTitleBack = (igradient, black, "rgb:49/71/86", 2, black, "rgb:19/41/56", 1);
|
|
UTitleBack = (igradient, "rgb:30/51/8e", black, 2, black, "rgb:00/0c/00", 1);
|
|
ResizebarBack = (igradient, black, "rgb:30/51/8e", 1, black, "rgb:00/0c/00", 1);
|
|
MenuTitleColor = white;
|
|
MenuTextColor = white;
|
|
MenuDisabledColor = "rgb:61/61/61";
|
|
MenuTitleBack = (igradient,"rgb:96/24/49",black, 2, "rgb:30/00/10", black, 1);
|
|
MenuTextBack = (igradient, "rgb:30/51/8e", black, 2, black, "rgb:00/0c/00", 1);
|
|
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
|
IconTitleColor = white;
|
|
IconTitleBack = "#63122c";
|
|
MenuStyle = flat;
|
|
}
|