mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 22:52:34 +01:00
missing style files
This commit is contained in:
@@ -21,6 +21,8 @@ prefsdata_DATA =\
|
|||||||
Gtk.style\
|
Gtk.style\
|
||||||
LightBlue.style\
|
LightBlue.style\
|
||||||
Pastel.style\
|
Pastel.style\
|
||||||
|
Pink.style\
|
||||||
|
Pumpkin.style\
|
||||||
Purple.style\
|
Purple.style\
|
||||||
Red.style\
|
Red.style\
|
||||||
RednBlue.style\
|
RednBlue.style\
|
||||||
|
|||||||
29
WindowMaker/Styles/Pink.style
Normal file
29
WindowMaker/Styles/Pink.style
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
TitleJustify = center;
|
||||||
|
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 = gray40;
|
||||||
|
PTitleColor = gray;
|
||||||
|
UTitleColor = gray;
|
||||||
|
FTitleBack = (hgradient, white, pink);
|
||||||
|
PTitleBack = (hgradient, pink, pink2);
|
||||||
|
UTitleBack = (hgradient, pink3, pink4);
|
||||||
|
ResizebarBack = (hgradient, pink3, pink4);
|
||||||
|
MenuTitleColor = white;
|
||||||
|
MenuTextColor = white;
|
||||||
|
MenuDisabledColor = gray60;
|
||||||
|
MenuTitleBack = (hgradient, pink2, pink4);
|
||||||
|
MenuTextBack = (hgradient, pink4, black);
|
||||||
|
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
||||||
|
IconTitleColor = gray40;
|
||||||
|
IconTitleBack = "#ffe0e5";
|
||||||
|
MenuStyle = normal;
|
||||||
|
}
|
||||||
29
WindowMaker/Styles/Pumpkin.style
Normal file
29
WindowMaker/Styles/Pumpkin.style
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
TitleJustify = center;
|
||||||
|
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 = gray60;
|
||||||
|
UTitleColor = gray60;
|
||||||
|
FTitleBack = (hgradient, orange2, orange4);
|
||||||
|
PTitleBack = (hgradient, orange4, black);
|
||||||
|
UTitleBack = (hgradient, "rgb:18/38/59", black);
|
||||||
|
ResizebarBack = (hgradient, "rgb:18/38/59", black);
|
||||||
|
MenuTitleColor = white;
|
||||||
|
MenuTextColor = white;
|
||||||
|
MenuDisabledColor = gray60;
|
||||||
|
MenuTitleBack = (hgradient, orange2, orange4);
|
||||||
|
MenuTextBack = (hgradient, "rgb:18/38/59", "rgb:00/14/28");
|
||||||
|
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
||||||
|
IconTitleColor = white;
|
||||||
|
IconTitleBack = "#bd7a00";
|
||||||
|
MenuStyle = normal;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user