Avoid icon change to default on winspector save
[wmaker-crm.git] / WindowMaker / background.menu
blobd1f4b10b01f02f03b0d061872f06c59194ae0a71
1 #include "wmmacros"
3 "Background" MENU
4         "Solid" MENU
5                 "Black" WS_BACK '(solid, black)'
6                 "Blue"  WS_BACK '(solid, "#505075")'
7                 "Indigo" WS_BACK '(solid, "#243e6c")'
8                 "Deep Blue" WS_BACK '(solid, "#180090")'
9                 "Purple" WS_BACK '(solid, "#554466")'
10                 "Wheat"  WS_BACK '(solid, "wheat4")'
11                 "Dark Gray"  WS_BACK '(solid, "#333340")'
12                 "Wine" WS_BACK '(solid, "#400020")'
13         "Solid" END
14         "Gradient" MENU
15                 "Sunset" WS_BACK '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'
16                 "Sky" WS_BACK '(vgradient, blue4, white)'
17                 "Blue Shades" WS_BACK '(vgradient, "#7080a5", "#101020")'
18                 "Indigo Shades" WS_BACK '(vgradient, "#746ebc", "#242e4c")'
19                 "Purple Shades" WS_BACK '(vgradient, "#654c66", "#151426")'
20                 "Wheat Shades" WS_BACK '(vgradient, "#a09060", "#302010")'
21                 "Grey Shades" WS_BACK '(vgradient, "#636380", "#131318")'
22                 "Wine Shades" WS_BACK '(vgradient, "#600040", "#180010")'
23         "Gradient" END
24         "Images" MENU
25             "Tiled" OPEN_MENU LOCAL_BACKGROUNDS_DIR BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -t
26             "Scaled" OPEN_MENU LOCAL_BACKGROUNDS_DIR BACKGROUNDS_DIR USER_BACKGROUNDS_DIR WITH wmsetbg -u -s
27         "Image" END
28 "Background" END