1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00
Files
wmaker/WindowMaker/Styles/Black.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

29 lines
1.1 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 = white;
CClipTitleColor = gray60;
FTitleColor = white;
PTitleColor = white;
UTitleColor = gray20;
FTitleBack = (hgradient, "rgb:30/32/3e", black);
PTitleBack = (hgradient, "rgb:70/72/7e", "rgb:45/47/4e");
UTitleBack = (hgradient, "rgb:a0/a2/ae", "rgb:90/92/9e");
MenuTitleColor = white;
MenuTextColor = white;
MenuDisabledColor = gray60;
MenuTitleBack = (hgradient, "rgb:30/32/3e", black);
MenuTextBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e");
IconBack = (mdgradient, gray40, "rgb:50/5a/5e", "rgb:30/32/3e", "rgb:20/2a/2e");
IconTitleColor = white;
IconTitleBack = "#20202e";
}