mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
added new style
This commit is contained in:
@@ -22,6 +22,8 @@ prefsdata_DATA =\
|
|||||||
GreyBlue.style\
|
GreyBlue.style\
|
||||||
Gtk.style\
|
Gtk.style\
|
||||||
LightBlue.style\
|
LightBlue.style\
|
||||||
|
NewBlue.style\
|
||||||
|
NightSky.style\
|
||||||
Pastel.style\
|
Pastel.style\
|
||||||
Pink.style\
|
Pink.style\
|
||||||
Pumpkin.style\
|
Pumpkin.style\
|
||||||
|
|||||||
45
WindowMaker/Styles/NewBlue.style
Normal file
45
WindowMaker/Styles/NewBlue.style
Normal 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user