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/dframeITL.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/dframeITL.xpm')
-rw-r--r-- | icewm-themes/Brise/dframeITL.xpm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/icewm-themes/Brise/dframeITL.xpm b/icewm-themes/Brise/dframeITL.xpm new file mode 100644 index 00000000..819becd1 --- /dev/null +++ b/icewm-themes/Brise/dframeITL.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * dframeITL_xpm[] = { +"9 9 18 1", +" c None", +". c #CECDCD", +"+ c #CACACA", +"@ c #D3D3D2", +"# c #E2E2E1", +"$ c #ECECEB", +"% c #ECECEC", +"& c #ECECEA", +"* c #EAE9E8", +"= c #E5E4E2", +"- c #E0DFDE", +"; c #E2E2E2", +"> c #E4E3E2", +", c #C4C3C3", +"' c #EEEEED", +") c #B8B8B8", +"! c #DFDFDE", +"~ c #ECEBEB", +" .++++", +" @#$%&&&", +" @*=-----", +" ;>------", +",'-------", +")$----!!!", +")~---!!!!", +")$---!!!!", +")$---!!!!"}; |