1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-17 06:35:47 +01:00

style file updates, gradiented clip arrows

This commit is contained in:
kojima
1999-04-14 00:22:38 +00:00
parent fad6a286d8
commit 4cc21af228
36 changed files with 458 additions and 217 deletions

View File

@@ -1,15 +1,23 @@
{
TitleJustify = center;
HighlightColor = white;
HighlightTextColor = black;
FTitleColor = "gray30";
PTitleColor = "white";
UTitleColor = "gray30";
MenuTitleColor = "gray30";
MenuDisabledColor = "gray50";
MenuTextColor = "gray30";
FTitleBack = (hgradient, "PaleTurquoise3", "PaleTurquoise4");
UTitleBack = (hgradient, "cornsilk2", "cornsilk4");
PTitleBack = (hgradient, "slategray2", "slategray4");
MenuTitleBack = (hgradient, "lightyellow2", "lightyellow4");
MenuTextBack = (hgradient, "slategray2", "slategray4");
ClipTitleColor = white;
CClipTitleColor = gray20;
FTitleColor = gray30;
PTitleColor = white;
UTitleColor = gray30;
FTitleBack = (hgradient, PaleTurquoise3, PaleTurquoise4);
PTitleBack = (hgradient, pink, pink4);
UTitleBack = (hgradient, cornsilk2, cornsilk4);
ResizebarBack = (hgradient, cornsilk2, cornsilk4);
MenuTitleColor = gray30;
MenuTextColor = gray30;
MenuDisabledColor = gray50;
MenuTitleBack = (hgradient, lightyellow2, lightyellow4);
MenuTextBack = (hgradient, slategray2, slategray4);
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
IconTitleColor = gray30;
IconTitleBack = "#7eacac";
MenuStyle = normal;
}