Skip to content
Snippets Groups Projects
Commit d2052bae authored by zinjanthr0pus's avatar zinjanthr0pus
Browse files

- Added some tile pixmaps but then decided to just use a subtle igradient for the tiles instead.

- Changed values to make the tux pixmap a little bit more defined
parent c49aecde
No related branches found
No related tags found
No related merge requests found
02tile64.png

738 B

File added
......@@ -9,3 +9,9 @@ Special thanks to reddit user anarchobunny for the wallpaper texture.
Extract the tarball to ~/GNUstep/Library/WindowMaker/Themes and find it in the _Appearance_ submenu.
You will probably want to manually adjust the fonts (from WPrefs) to taste.
**Changelog:**
_Version 1.1_
* Finally settled on a subtle igradient for the tiles, though I have also included like 3 different tile pixmaps in case people don't like it.
* reduced the opacity of the color in the tdgradient. Definitely like it better this way.
dimpletile.png

1.59 KiB

......@@ -8,23 +8,23 @@
FTitleBack = (igradient, "#5a5433", "#5a5433", 1, "#a6b170", "#646c2f", 1);
BottomLeftResizeCursor = (builtin, bottom_left_corner);
TopLeftResizeCursor = (builtin, top_left_corner);
ClipTitleFont = "ChicagoFLF:slant=0:weight=100:width=100:pixelsize=10";
IconTitleFont = "Carlito:slant=0:weight=80:width=100:pixelsize=10";
ClipTitleFont = "Ubuntu:slant=0:weight=100:width=100:pixelsize=10";
IconTitleFont = "Ubuntu:slant=0:weight=80:width=100:pixelsize=10";
MenuTextBack = (dgradient, "#b2ac96", "#8e8474");
LargeDisplayFont = "ChicagoFLF:slant=0:weight=100:width=100:pixelsize=36";
LargeDisplayFont = "Ubuntu Condensed:slant=0:weight=80:width=100:pixelsize=36";
ResizeCursor = (bitmap, dot_resize.xbm, dot_resize_mask.xbm);
TextCursor = (builtin, xterm);
TitleJustify = center;
IconTitleColor = "#cbda8a";
MenuTextColor = "#000000";
IconBack = (spixmap, tile64.png, "#000000");
IconBack = (igradient, "#b2ac96", "#b2ac96", 1, "#999481", "#999481", 1);
MenuTitleColor = "#f3dfb9";
MenuTitleFont = "ChicagoFLF:slant=0:weight=100:width=100:pixelsize=11";
MenuTitleFont = "Ubuntu:slant=0:weight=200:width=100:pixelsize=12";
WindowTitleExtendSpace = 0;
NormalCursor = (builtin, left_ptr);
ArrowCursor = (builtin, top_left_arrow);
MenuTextFont = "Carlito:slant=0:weight=80:width=100:pixelsize=13";
WorkspaceBack = (tdgradient, tuxture.png, 200, "#5f6031", "#69782d");
MenuTextFont = "Ubuntu:slant=0:weight=80:width=100:pixelsize=11";
WorkspaceBack = (tdgradient, tuxture.png, 136, "#5f6031", "#69782d");
VerticalResizeCursor = (builtin, sb_v_double_arrow);
HighlightTextColor = "#c6cf89";
MenuTitleBack = (igradient, "#943e0f", "#694629", 1, "#aa7047", "#943e0f", 1);
......@@ -34,7 +34,7 @@
HighlightColor = "#646c2f";
FrameFocusedBorderColor = "#000000";
BottomRightResizeCursor = (builtin, bottom_right_corner);
WindowTitleFont = "ChicagoFLF:slant=0:weight=100:width=100:pixelsize=11";
WindowTitleFont = "Ubuntu:slant=0:weight=200:width=100:pixelsize=12";
CClipTitleColor = "#666666";
MoveCursor = (bitmap, dot_move.xbm, dot_move_mask.xbm);
ResizebarBack = (solid, "#604f31");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment