1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 15:12:32 +01:00
Files
wmaker/WindowMaker/Styles/Brown.style
dan 08e811aae7 - If fonts are specified as xlfd, convert to fc names before creating them.
This was we internally only deal with fc names and properties. It will
  incur a small performance hit as the font needs to be parsed/unparsed,
  but this is only for backward-compatibility to support old xlfd names.
  People are encouraged to swtich to fontconfig names.
- WINGs no longer adds sans as a fallback for internal fonts. It is
  automatically done by fontconfig (if it can't find the requested font
  it will use the closest match which is the default font: sans-serif)
- Added code to honor the AntialiasesText global option
- Fixed style names for WMCopyFontWithStyle()
- Added fonts in style files where they were missing. Also changed some
  fonts to better defaults.
2004-10-22 00:21:51 +00:00

31 lines
1.2 KiB
Plaintext

{
WindowTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
MenuTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
MenuTextFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
IconTitleFont = "Arial,Luxi Sans:pixelsize=9";
ClipTitleFont = "Verdana:bold:pixelsize=10";
DisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
LargeDisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=24";
TitleJustify = center;
HighlightColor = white;
HighlightTextColor = black;
ClipTitleColor = "rgb:79/96/cf";
CClipTitleColor = "rgb:61/61/61";
FTitleColor = white;
PTitleColor = gray;
UTitleColor = gray;
FTitleBack = (vgradient, "rgb:ae/9e/a6", "rgb:61/51/59");
PTitleBack = (vgradient, "rgb:76/61/76", "rgb:20/0a/20");
UTitleBack = (vgradient, "rgb:51/61/76", "rgb:0a/0a/20");
ResizebarBack = (solid, "#2d354b");
MenuTitleColor = white;
MenuTextColor = white;
MenuDisabledColor = gray60;
MenuTitleBack = (hgradient, "rgb:ae/9e/a6", "rgb:61/51/59");
MenuTextBack = (hgradient, "rgb:49/71/86", "rgb:08/10/30");
IconBack = (mdgradient, "rgb:18/34/54", "rgb:28/45/69", "rgb:08/24/20");
IconTitleColor = white;
IconTitleBack = "#88777f";
MenuStyle = normal;
}