Created
February 7, 2015 23:54
-
-
Save sampowers/3f77730833f0122cb7fc to your computer and use it in GitHub Desktop.
windowmaker theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sam@halebopp /org/fridge/GNUstep/Library/WindowMaker/Themes | |
127 % cat devaluate.style | |
{ | |
LargeDisplayFont = "Arial-12:slant=0:weight=80:width=100:pixelsize=24"; | |
HighlightColor = "#525952"; | |
MenuTextExtendSpace = "-1"; | |
FTitleColor = "#f1f1f1"; | |
MenuTitleExtendSpace = "-1"; | |
MenuTextFont = "Arial:slant=0:weight=80:width=100:pixelsize=11"; | |
UTitleBack = (mvgradient, "#000000", "#000000", "#707070"); | |
IconTitleFont = "Arial:slant=0:weight=80:width=100:pixelsize=9"; | |
PTitleBack = (mvgradient, "#000000", "#000000", "#707070"); | |
WindowTitleFont = "Charcoal-12:slant=0:weight=0:width=100:pixelsize=11"; | |
UTitleColor = "#919191"; | |
MenuDisabledColor = "#dcdad5"; | |
ClipTitleFont = "lucidux sans:pixelsize=10"; | |
MenuStyle = flat; | |
MenuTextBack = (mdgradient, "#000000", "#000000", "#707070"); | |
PTitleColor = "#c4c4c4"; | |
IconBack = (mdgradient, "#dcdad5", "#000000", "#707070"); | |
MenuTitleBack = (mvgradient, "#000000", "#000000", "#707070"); | |
DisplayFont = "helvetica:pixelsize=12"; | |
FTitleBack = (mvgradient, "#000000", "#000000", "#707070"); | |
WindowTitleExtendSpace = "-1"; | |
TitleJustify = center; | |
CClipTitleColor = "#616161"; | |
ResizebarBack = (mdgradient, "#dcdad5", "#000000", "#707070"); | |
MenuTextColor = "#e8e8e8"; | |
ClipTitleColor = "#efefef"; | |
IconTitleBack = "#637066"; | |
HighlightTextColor = "#e8e8e8"; | |
IconTitleColor = "#e3e3e3"; | |
MenuTitleFont = "Charcoal-12:slant=0:weight=0:width=100:pixelsize=11"; | |
MenuTitleColor = "#ededed"; | |
WorkspaceBack = (solid, "rgb:20/20/20"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment