From caab7490eee91a3c56dc120395ae0f6e5d2a71dc Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 7 Dec 1999 12:37:52 +0000 Subject: [PATCH] r128: Added icons for the new toolbar buttons. --- ROX-Filer/pixmaps/home.xpm | 23 +++++++++++++++++++++++ ROX-Filer/pixmaps/up.xpm | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 ROX-Filer/pixmaps/home.xpm create mode 100644 ROX-Filer/pixmaps/up.xpm diff --git a/ROX-Filer/pixmaps/home.xpm b/ROX-Filer/pixmaps/home.xpm new file mode 100644 index 00000000..218f3df4 --- /dev/null +++ b/ROX-Filer/pixmaps/home.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * home_xpm[] = { +"14 14 6 1", +" c None", +". c #000000", +"+ c #F9B62F", +"@ c #D35D26", +"# c #02ACDB", +"$ c #9E4306", +" ", +" ........ ", +" .++++++++. ", +" .++++++++++. ", +".++++++++++++.", +"..............", +" .@@@@@@@@@@. ", +" .@##@##@##@. ", +" .@##@##@##@. ", +" .@@@@@@@@@@. ", +" .@##@$$@##@. ", +" .@##@$$@##@. ", +" .@@@@$$@@@@. ", +" ............ "}; diff --git a/ROX-Filer/pixmaps/up.xpm b/ROX-Filer/pixmaps/up.xpm new file mode 100644 index 00000000..22858c63 --- /dev/null +++ b/ROX-Filer/pixmaps/up.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * up_xpm[] = { +"14 14 29 1", +" c None", +". c #00070A", +"+ c #000709", +"@ c #00607C", +"# c #005876", +"$ c #019ACD", +"% c #000608", +"& c #00506F", +"* c #018CC2", +"= c #000508", +"- c #004869", +"; c #017FB8", +"> c #00121C", +", c #002234", +"' c #0171AD", +") c #000F19", +"! c #0064A2", +"~ c #000D18", +"{ c #005698", +"] c #000B16", +"^ c #00488D", +"/ c #000914", +"( c #003B82", +"_ c #000713", +": c #002D78", +"< c #000411", +"[ c #001F6D", +"} c #00020C", +"| c #000D43", +" .. ", +" +@@+ ", +" +#$$#+ ", +" %&****&% ", +" =-;;;;;;-= ", +" =>,'''',>= ", +" )!!!!) ", +" ~{{{{~ ", +" ]^^^^] ", +" /((((/ ", +" _::::_ ", +" <[[[[< ", +" }||||} ", +" "}; -- 2.11.4.GIT