mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 19:12:32 +01:00
Initial revision
This commit is contained in:
25
WindowMaker/Styles/Golden
Executable file
25
WindowMaker/Styles/Golden
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
TitleJustify = center;
|
||||
HighlightColor = white;
|
||||
HighlightTextColor = black;
|
||||
ClipTitleColor = white;
|
||||
CClipTitleColor = gray20;
|
||||
FTitleColor = white;
|
||||
PTitleColor = white;
|
||||
UTitleColor = gray20;
|
||||
FTitleBack = (
|
||||
mdgradient,
|
||||
"rgb:ba/98/76",
|
||||
"rgb:ba/98/76",
|
||||
"rgb:54/32/10",
|
||||
"rgb:7a/58/36"
|
||||
);
|
||||
PTitleBack = (dgradient, "rgb:64/42/20", "rgb:ca/a8/86");
|
||||
UTitleBack = (dgradient, "rgb:90/90/90", "rgb:b0/b0/b0");
|
||||
MenuTitleColor = white;
|
||||
MenuTextColor = black;
|
||||
MenuDisabledColor = gray40;
|
||||
MenuTitleBack = (dgradient, "rgb:ba/98/76", "rgb:54/32/10");
|
||||
MenuTextBack = (dgradient, "rgb:b0/b0/b0", "rgb:70/70/70");
|
||||
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
||||
}
|
||||
Reference in New Issue
Block a user