diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-06-30 08:11:38 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-06-30 08:11:38 +0000 |
commit | b607318a3cc1d705046787e6c6a052ea60907c39 (patch) | |
tree | 366dd46a31a579e081b1dead70bef4ad4d4be4f6 /icons | |
parent | 1c846a7ac9e66d37641074cb95965590089a09ca (diff) | |
download | nautilus-b607318a3cc1d705046787e6c6a052ea60907c39.tar.gz |
added a new theme for Arlo; added a "combine mode to nautilus background
added a new theme for Arlo;
added a "combine mode to nautilus background that composites an
image background onto the colored one.
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 2 | ||||
-rw-r--r-- | icons/arlo/.cvsignore | 2 | ||||
-rw-r--r-- | icons/arlo/Makefile.am | 9 | ||||
-rw-r--r-- | icons/arlo/arlo.xml | 5 | ||||
-rw-r--r-- | icons/arlo/i-directory.png | bin | 0 -> 2954 bytes | |||
-rw-r--r-- | icons/arlo/i-regular.png | bin | 0 -> 2450 bytes | |||
-rw-r--r-- | icons/arlo/sidebar_tab_pieces.png | bin | 0 -> 5123 bytes |
7 files changed, 17 insertions, 1 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 50c5e09e4..f9abaf09e 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,6 +1,6 @@ NULL= -SUBDIRS = eazel vector +SUBDIRS = arlo eazel vector icondir = $(datadir)/pixmaps/nautilus diff --git a/icons/arlo/.cvsignore b/icons/arlo/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/icons/arlo/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/icons/arlo/Makefile.am b/icons/arlo/Makefile.am new file mode 100644 index 000000000..d03b9c3d9 --- /dev/null +++ b/icons/arlo/Makefile.am @@ -0,0 +1,9 @@ +arlodir = $(datadir)/pixmaps/nautilus/arlo + +arlo_DATA = \ + arlo.xml \ + i-directory.png \ + i-regular.png \ + sidebar_tab_pieces.png + +EXTRA_DIST = $(arlo_DATA) diff --git a/icons/arlo/arlo.xml b/icons/arlo/arlo.xml new file mode 100644 index 000000000..de0ebddb7 --- /dev/null +++ b/icons/arlo/arlo.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<theme name="arlo"> + <directory BACKGROUND_TILE_IMAGE="backgrounds/white_ribs.png"/> + <sidebar SIDEBAR_BACKGROUND_COLOR="rgb:DDDD/FFFF/BBBB-rgb:7777/DDDD/3333:h" SIDEBAR_BACKGROUND_TILE_IMAGE="backgrounds/.striated.png" COMBINE="TRUE"/> + </theme> diff --git a/icons/arlo/i-directory.png b/icons/arlo/i-directory.png Binary files differnew file mode 100644 index 000000000..08e704b82 --- /dev/null +++ b/icons/arlo/i-directory.png diff --git a/icons/arlo/i-regular.png b/icons/arlo/i-regular.png Binary files differnew file mode 100644 index 000000000..0e71b37bb --- /dev/null +++ b/icons/arlo/i-regular.png diff --git a/icons/arlo/sidebar_tab_pieces.png b/icons/arlo/sidebar_tab_pieces.png Binary files differnew file mode 100644 index 000000000..5e11bb23c --- /dev/null +++ b/icons/arlo/sidebar_tab_pieces.png |