1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

added new style

This commit is contained in:
kojima
2000-05-21 16:35:13 +00:00
parent 1e351cb59b
commit 6947fd7b64
2 changed files with 47 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ prefsdata_DATA =\
GreyBlue.style\
Gtk.style\
LightBlue.style\
NewBlue.style\
NightSky.style\
Pastel.style\
Pink.style\
Pumpkin.style\

View File

@@ -0,0 +1,45 @@
{
TitleJustify = left;
ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*";
WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
HighlightColor = white;
HighlightTextColor = black;
ClipTitleColor = white;
CClipTitleColor = gray20;
FTitleColor = white;
PTitleColor = white;
UTitleColor = gray20;
FTitleBack = (
igradient,
"rgb:00/00/10",
"rgb:20/20/70",
1,
"rgb:20/20/70",
"rgb:00/00/10",
1
);
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 = (
igradient,
"rgb:00/00/10",
"rgb:20/20/70",
1,
"rgb:20/20/70",
"rgb:00/00/10",
1
);
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;
}