diff options
author | gregory guy <[email protected]> | 2019-03-30 22:35:20 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2019-04-04 14:10:28 +0000 |
commit | 5fd66d5b76d09169c3ce8fa860f36ef1d35b1e93 (patch) | |
tree | d8c741383c38967132b67c601e9cbf673f03237b /icewm-themes/Brise/restoreO.xpm | |
parent | 598e39e55d4a740d9698dacd3c133af03b89f355 (diff) | |
download | tdeartwork-5fd66d5b76d09169c3ce8fa860f36ef1d35b1e93.tar.gz tdeartwork-5fd66d5b76d09169c3ce8fa860f36ef1d35b1e93.zip |
Bug 2833: add Brise window decoration to icewm-themes.
This is a port of "Plasma 5 Breeze" window border for TDE made by Alexandre Couture.
Icons are released under the GNU GPL Version 2, see bug 2833 on bugzilla for details.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'icewm-themes/Brise/restoreO.xpm')
-rw-r--r-- | icewm-themes/Brise/restoreO.xpm | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/icewm-themes/Brise/restoreO.xpm b/icewm-themes/Brise/restoreO.xpm new file mode 100644 index 00000000..33d08bec --- /dev/null +++ b/icewm-themes/Brise/restoreO.xpm @@ -0,0 +1,96 @@ +/* XPM */ +static char * restoreO_xpm[] = { +"24 54 39 1", +" c None", +". c #545E67", +"+ c #535E66", +"@ c #525D65", +"# c #525C64", +"$ c #515C64", +"% c #515B63", +"& c #505A62", +"* c #7B8388", +"= c #8E949A", +"- c #4F5961", +"; c #81878E", +"> c #EFF0F1", +", c #E8EAEB", +"' c #4E5860", +") c #80878D", +"! c #4E575F", +"~ c #80868D", +"{ c #4D575E", +"] c #798086", +"^ c #7F868C", +"/ c #4C565E", +"( c #788086", +"_ c #7E858C", +": c #4C555D", +"< c #7E858B", +"[ c #4B555C", +"} c #7E858A", +"| c #4A545B", +"1 c #7D848A", +"2 c #4A535B", +"3 c #7D838A", +"4 c #49535A", +"5 c #767E83", +"6 c #495259", +"7 c #485158", +"8 c #475058", +"9 c #475057", +"0 c #3DAEE9", +"........................", +"++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"########################", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&*=&&&&&&&&&&&", +"----------;>>;----------", +"---------;,;;,;---------", +"''''''''),)''),)''''''''", +"!!!!!!!~,~!!!!~,~!!!!!!!", +"{{{{{{]>^{{{{{{^>]{{{{{{", +"//////(>_//////_>(//////", +":::::::<,<::::<,<:::::::", +"[[[[[[[[},}[[},}[[[[[[[[", +"|||||||||1,11,1|||||||||", +"22222222223>>32222222222", +"444444444445544444444444", +"666666666666666666666666", +"777777777777777777777777", +"888888888888888888888888", +"999999999999999999999999", +"999999999999999999999999", +"999999999999999999999999", +"999999999999999999999999", +"999999999999999999999999", +"000000000000000000000000", +"........................", +"++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"########################", +"$$$$$$$$$$$$$$$$$$$$$$$$", +"%%%%%%%%%%%%%%%%%%%%%%%%", +"&&&&&&&&&&&*=&&&&&&&&&&&", +"----------;>>;----------", +"---------;,;;,;---------", +"''''''''),)''),)''''''''", +"!!!!!!!~,~!!!!~,~!!!!!!!", +"{{{{{{]>^{{{{{{^>]{{{{{{", +"//////(>_//////_>(//////", +":::::::<,<::::<,<:::::::", +"[[[[[[[[},}[[},}[[[[[[[[", +"|||||||||1,11,1|||||||||", +"22222222223>>32222222222", +"444444444445544444444444", +"666666666666666666666666", +"777777777777777777777777", +"888888888888888888888888", +"999999999999999999999999", +"999999999999999999999999", +"999999999999999999999999", +"999999999999999999999999", +"999999999999999999999999", +"000000000000000000000000"}; |