1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00
Files
wmaker/WindowMaker/Styles/Interlace.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

32 lines
1.5 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 = right;
HighlightColor = "#000000";
HighlightTextColor = "#bac4e0";
ClipTitleColor = "#8a94b0";
CClipTitleColor = "#6a7490";
FTitleColor = (function, libwmfun.so, drawPlainString, "#dae4f0", black, grey20);
PTitleColor = (function, libwmfun.so, drawPlainString, "#dae4f0", black, grey20);
UTitleColor = (function, libwmfun.so, drawPlainString, "#7a8490", black, grey10);
FTitleBack = (igradient, black, "#0000cc", 1, grey10, "#aaaaaa", 1);
PTitleBack = (igradient, black, "#0000ff", 1, grey10, "#dddddd", 1);
UTitleBack = (igradient, black, "#111188", 1, grey10, "#777777", 1);
ResizebarBack = (dgradient, "#111144", grey10);
MenuTitleColor = (function, libwmfun.so, drawPlainString, "#dae4f0", black, grey20);
MenuTextColor = "#8a94b0";
MenuDisabledColor = "#4a5470";
MenuTitleBack = (igradient, black, "#0000cc", 1, grey10, "#aaaaaa", 1);
MenuTextBack = (mdgradient, "#555566", black, black, "#111133");
IconBack = (igradient, black, "#111177", 1, grey10, "#555555", 1);
IconTitleColor = "#8a94b0";
IconTitleBack = "#0b0f22";
MenuStyle = flat;
WorkspaceBack = (mdgradient, black, black, black, "#111133");
}