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,6 +1,9 @@
{
TitleJustify = center;
HighlightColor = white;
HighlightTextColor = black;
ClipTitleColor = white;
CClipTitleColor = gray20;
FTitleColor = black;
PTitleColor = white;
UTitleColor = gray20;
@@ -27,6 +30,7 @@
);
PTitleBack = (hgradient, "rgb:50/50/50", "rgb:80/80/80");
UTitleBack = (hgradient, "rgb:90/90/90", "rgb:d0/d0/d0");
ResizebarBack = (solid, "#b0b0b0");
MenuTitleColor = black;
MenuTextColor = black;
MenuDisabledColor = gray40;
@@ -52,4 +56,8 @@
white
);
MenuTextBack = (hgradient, "rgb:d0/d0/d0", "rgb:80/80/80");
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
IconTitleColor = black;
IconTitleBack = white;
MenuStyle = normal;
}