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 = "gray";
MenuTitleColor = "gray30";
MenuDisabledColor = "gray60";
MenuTextColor = "white";
FTitleBack = (hgradient, "orange2", "orange4");
UTitleBack = (hgradient, "salmon2", "salmon4");
PTitleBack = (hgradient, "lightsalmon2", "lightsalmon4");
MenuTitleBack = (hgradient, "orange2", "orange4");
MenuTextBack = (hgradient, "tomato2", "tomato4");
ClipTitleColor = white;
CClipTitleColor = gray20;
FTitleColor = gray30;
PTitleColor = white;
UTitleColor = gray;
FTitleBack = (hgradient, orange2, orange4);
PTitleBack = (hgradient, lightsalmon2, lightsalmon4);
UTitleBack = (hgradient, salmon2, salmon4);
ResizebarBack = (hgradient, salmon2, salmon4);
MenuTitleColor = gray30;
MenuTextColor = white;
MenuDisabledColor = gray60;
MenuTitleBack = (hgradient, orange2, orange4);
MenuTextBack = (hgradient, tomato2, tomato4);
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
IconTitleColor = gray30;
IconTitleBack = "#bd7a00";
MenuStyle = normal;
}