diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-03 20:36:30 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-12-09 23:59:03 +0900 |
commit | 348dba02312fa423be92fb75bd979aadd5b21c71 (patch) | |
tree | 677f8dd0e25e5933dc97fa778f9ac08d24cc318a /icewm-themes/Helix/menuButtonA.xpm | |
parent | 92f50127401bef9b42e1c06112b949838e7ac6f3 (diff) | |
download | tdeartwork-348dba02312fa423be92fb75bd979aadd5b21c71.tar.gz tdeartwork-348dba02312fa423be92fb75bd979aadd5b21c71.zip |
Add Helix IceWM theme. This has been taken from
"https://github.com/bbidulock/icewm" and is available under LGPL v2
license. See here for reference:
https://github.com/bbidulock/icewm/blob/icewm-1-4-BRANCH/COPYING
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'icewm-themes/Helix/menuButtonA.xpm')
-rw-r--r-- | icewm-themes/Helix/menuButtonA.xpm | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/icewm-themes/Helix/menuButtonA.xpm b/icewm-themes/Helix/menuButtonA.xpm new file mode 100644 index 00000000..0ab8b78c --- /dev/null +++ b/icewm-themes/Helix/menuButtonA.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char * menu_xpm[] = { +"22 44 9 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #CCCCCC", +"# c #B3B2B0", +"$ c #999999", +"% c #AAAAA8", +"& c #7A7978", +"* c #CBCAC9", +"......................", +".+++++++++++++++++++++", +".+@@@@@@@@@@@@@@@@@@@@", +".+@###################", +".+@###################", +".+@###################", +".+@###################", +".+@#####$$$#$$$#######", +".+@#####$..+$..+######", +".+@#####$..+$..+######", +".+@######+++#+++######", +".+@#####$$$#$$$#######", +".+@#####$..+$..+######", +".+@#####$..+$..+######", +".+@######+++#+++######", +".+@###################", +".+@###################", +".+@###################", +".+@###################", +".+@###################", +".+@$$$$$$$$$$$$$$$$$$$", +"......................", +"......................", +".+++++++++++++++++++++", +".+@@@@@@@@@@@@@@@@@@@@", +".+@###################", +".+@###################", +".+@###################", +".+@###################", +".+@###################", +".+@######%%%#%%%######", +".+@######%&&*%&&*#####", +".+@######%&&*%&&*#####", +".+@#######***#***#####", +".+@######%%%#%%%######", +".+@######%&&*%&&*#####", +".+@######%&&*%&&*#####", +".+@#######***#***#####", +".+@###################", +".+@###################", +".+@###################", +".+@###################", +".+@$$$$$$$$$$$$$$$$$$$", +"......................"}; |