From e96d9a99eecc68c6ae5cf1ef65072eeca3ba8a18 Mon Sep 17 00:00:00 2001 From: kojima Date: Thu, 15 Apr 1999 20:56:46 +0000 Subject: [PATCH] missing style files --- WindowMaker/Styles/Makefile.am | 2 ++ WindowMaker/Styles/Pink.style | 29 +++++++++++++++++++++++++++++ WindowMaker/Styles/Pumpkin.style | 29 +++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 WindowMaker/Styles/Pink.style create mode 100644 WindowMaker/Styles/Pumpkin.style diff --git a/WindowMaker/Styles/Makefile.am b/WindowMaker/Styles/Makefile.am index 3bcd6dbf..ca005e84 100644 --- a/WindowMaker/Styles/Makefile.am +++ b/WindowMaker/Styles/Makefile.am @@ -21,6 +21,8 @@ prefsdata_DATA =\ Gtk.style\ LightBlue.style\ Pastel.style\ + Pink.style\ + Pumpkin.style\ Purple.style\ Red.style\ RednBlue.style\ diff --git a/WindowMaker/Styles/Pink.style b/WindowMaker/Styles/Pink.style new file mode 100644 index 00000000..b509ca26 --- /dev/null +++ b/WindowMaker/Styles/Pink.style @@ -0,0 +1,29 @@ +{ + TitleJustify = center; + ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"; + WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; + MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; + MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; + IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; + DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; + HighlightColor = white; + HighlightTextColor = black; + ClipTitleColor = white; + CClipTitleColor = gray20; + FTitleColor = gray40; + PTitleColor = gray; + UTitleColor = gray; + FTitleBack = (hgradient, white, pink); + PTitleBack = (hgradient, pink, pink2); + UTitleBack = (hgradient, pink3, pink4); + ResizebarBack = (hgradient, pink3, pink4); + MenuTitleColor = white; + MenuTextColor = white; + MenuDisabledColor = gray60; + MenuTitleBack = (hgradient, pink2, pink4); + MenuTextBack = (hgradient, pink4, black); + IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); + IconTitleColor = gray40; + IconTitleBack = "#ffe0e5"; + MenuStyle = normal; +} diff --git a/WindowMaker/Styles/Pumpkin.style b/WindowMaker/Styles/Pumpkin.style new file mode 100644 index 00000000..876c1617 --- /dev/null +++ b/WindowMaker/Styles/Pumpkin.style @@ -0,0 +1,29 @@ +{ + TitleJustify = center; + ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"; + WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; + MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; + MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; + IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; + DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; + HighlightColor = white; + HighlightTextColor = black; + ClipTitleColor = white; + CClipTitleColor = gray20; + FTitleColor = white; + PTitleColor = gray60; + UTitleColor = gray60; + FTitleBack = (hgradient, orange2, orange4); + PTitleBack = (hgradient, orange4, black); + UTitleBack = (hgradient, "rgb:18/38/59", black); + ResizebarBack = (hgradient, "rgb:18/38/59", black); + MenuTitleColor = white; + MenuTextColor = white; + MenuDisabledColor = gray60; + MenuTitleBack = (hgradient, orange2, orange4); + MenuTextBack = (hgradient, "rgb:18/38/59", "rgb:00/14/28"); + IconBack = (dgradient, "rgb:a6/a6/b6", "rgb:51/55/61"); + IconTitleColor = white; + IconTitleBack = "#bd7a00"; + MenuStyle = normal; +}