mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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.
29 lines
1.2 KiB
Plaintext
29 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";
|
|
HighlightColor = "#ffffff";
|
|
HighlightTextColor = "#000000";
|
|
ClipTitleColor = black;
|
|
CClipTitleColor = gray40;
|
|
FTitleColor = "#ffffff";
|
|
PTitleColor = "#ffffff";
|
|
UTitleColor = "#303030";
|
|
FTitleBack = (mdgradient, "#181818", "#5ba3bf", "#86b8a1");
|
|
PTitleBack = (mhgradient, "#5a5c66", "rgb:70/72/7e", "rgb:45/47/4e");
|
|
UTitleBack = (mhgradient, "#9e9aa6", "#91a18d", "#b8d4b7");
|
|
ResizebarBack = (mhgradient, "#9e9aa6", "#b09fb5", "#86879b");
|
|
MenuTitleColor = "#ffffff";
|
|
MenuTextColor = "#ffffff";
|
|
MenuDisabledColor = "#515151";
|
|
MenuTitleBack = (mdgradient, "#181818", "#5ba3bf", "#86b8a1");
|
|
MenuTextBack = (mhgradient, "#9e9aa6", "#91a18d", "#b8d4b7");
|
|
IconBack = (mdgradient, "#595d61", "#ddc672", "#cea387");
|
|
IconTitleColor = white;
|
|
IconTitleBack = "#18191f";
|
|
}
|