From e150532f8922ff083a94a50f2f4aa7cc02c489d1 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:06:57 -0400 Subject: window maker config --- .../WindowMaker/Themes/scylla.themed/focused.png | Bin 0 -> 11107 bytes .../WindowMaker/Themes/scylla.themed/scylla.jpg | Bin 0 -> 203191 bytes .../WindowMaker/Themes/scylla.themed/scylla.lsm | 1 + .../Library/WindowMaker/Themes/scylla.themed/style | 35 +++++++++++++++++++++ .../WindowMaker/Themes/scylla.themed/tile.png | Bin 0 -> 3354 bytes .../WindowMaker/Themes/scylla.themed/unfocused.png | Bin 0 -> 13031 bytes 6 files changed, 36 insertions(+) create mode 100755 wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png create mode 100755 wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.jpg create mode 100755 wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.lsm create mode 100755 wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/style create mode 100755 wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/tile.png create mode 100755 wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png (limited to 'wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed') diff --git a/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png new file mode 100755 index 0000000..807f972 Binary files /dev/null and b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/focused.png differ diff --git a/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.jpg b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.jpg new file mode 100755 index 0000000..a9282fa Binary files /dev/null and b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.jpg differ diff --git a/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.lsm b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.lsm new file mode 100755 index 0000000..9eced22 --- /dev/null +++ b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/scylla.lsm @@ -0,0 +1 @@ +Named for a mythical sea monster, but without the teeth. The background image was done using IFScompose to generate a shape, to which I applied the "brushed metal" filter. All artwork by erik s fredricks diff --git a/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/style b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/style new file mode 100755 index 0000000..2a4a796 --- /dev/null +++ b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/style @@ -0,0 +1,35 @@ +{ + TitleJustify = Right; + ClipTitleFont = "-b&h-lucidux sans-medium-r-normal-*-10-*-*-*-p-*-iso8859-9"; + WindowTitleFont = "-b&h-lucidux sans-medium-r-normal-*-12-*-*-*-p-*-iso8859-9"; + MenuTitleFont = "-b&h-lucidux sans-medium-r-normal-*-13-*-*-*-p-*-iso8859-3"; + MenuTextFont = "-b&h-lucidux sans-medium-r-normal-*-12-*-*-*-p-*-iso8859-9"; + IconTitleFont = "-b&h-lucidux sans-medium-r-normal-*-10-*-*-*-p-*-iso8859-9"; + DisplayFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; + LargeDisplayFont = "-*-lucida-bold-r-normal-*-*-240-*-*-*-*-*-*"; + HighlightColor = "#4a4d49"; + HighlightTextColor = "#d6d6d6"; + ClipTitleColor = "#cccccc"; + CClipTitleColor = gray90; + FTitleColor = "#dbdbdb"; + PTitleColor = "#999999"; + UTitleColor = "#989898"; + FTitleBack = (spixmap, focused.png, "#3d4254"); + PTitleBack = (spixmap, unfocused.png, "#3d4554"); + UTitleBack = (spixmap, unfocused.png, "#3d4554"); + ResizebarBack = (spixmap, focused.png, "#424242"); + MenuTitleColor = "#d6d6d6"; + MenuTextColor = "#d6d6d6"; + MenuDisabledColor = "#969696"; + MenuTitleBack = (spixmap, focused.png, "#424242"); + MenuTextBack = (spixmap, unfocused.png, "#41454d"); + IconBack = (spixmap, tile.png, "#424242"); + IconTitleColor = "#c1c1c1"; + IconTitleBack = "#575757"; + MenuStyle = Normal; + WindowTitleExtendSpace = "-1"; + MenuTitleExtendSpace = "-1"; + MenuTextExtendSpace = "-1"; + NormalCursor = (builtin, left_ptr); + WorkspaceBack = (spixmap, scylla.tif, "#545454"); +} diff --git a/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/tile.png b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/tile.png new file mode 100755 index 0000000..4f8e83b Binary files /dev/null and b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/tile.png differ diff --git a/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png new file mode 100755 index 0000000..630ccb3 Binary files /dev/null and b/wmaker/GNUstep/Library/WindowMaker/Themes/scylla.themed/unfocused.png differ -- cgit v1.2.3