mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
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.
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
{
|
|
TitleJustify = left;
|
|
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";
|
|
HighlightColor = white;
|
|
HighlightTextColor = black;
|
|
ClipTitleColor = black;
|
|
CClipTitleColor = "rgb:61/61/61";
|
|
FTitleColor = white;
|
|
PTitleColor = white;
|
|
UTitleColor = black;
|
|
FTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e");
|
|
PTitleBack = (hgradient, "rgb:51/50/55", "rgb:80/80/80");
|
|
UTitleBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85");
|
|
MenuTitleColor = white;
|
|
MenuTextColor = black;
|
|
MenuDisabledColor = gray40;
|
|
MenuTitleBack = (hgradient, "rgb:50/5a/5e", "rgb:20/2a/2e");
|
|
MenuTextBack = (hgradient, "rgb:c2/c0/c5", "rgb:82/80/85");
|
|
WorkspaceBack = (solid, "rgb:50/50/75");
|
|
IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61");
|
|
}
|