diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-12-23 15:09:58 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-12-23 15:09:58 +0800 |
commit | 858852cae02caae4a2d49669b43a61b28d648fdc (patch) | |
tree | 913ae8b1b764eaa03de08bf917393effe5f08aff /x11-themes | |
parent | fd3189170643a47e67ff3b9fbf04f7a2715ea9f8 (diff) | |
download | freebsd-ports-gnome-858852cae02caae4a2d49669b43a61b28d648fdc.tar.gz freebsd-ports-gnome-858852cae02caae4a2d49669b43a61b28d648fdc.tar.zst freebsd-ports-gnome-858852cae02caae4a2d49669b43a61b28d648fdc.zip |
- add the Nesedah Camaelon theme
Nesedah is the default theme for Etoile, using the Camaelon theming engine.
It is meant to be the logical successor to the interfaces of OPENSTEP and
Mac OS 9 Platinum (or, as we like to call it, what OS X would have been
without Aqua and gumdrop buttons).
Nesedah has been built primarily with usability and discoverability in mind.
but it also tries to fit in with other modern interfaces.
WWW: http://www.etoile-project.org/etoile/mediawiki/index.php?title=Nesedah
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/camaelon-nesedah/Makefile | 46 | ||||
-rw-r--r-- | x11-themes/camaelon-nesedah/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/camaelon-nesedah/pkg-descr | 9 | ||||
-rw-r--r-- | x11-themes/camaelon-nesedah/pkg-message | 10 | ||||
-rw-r--r-- | x11-themes/camaelon-nesedah/pkg-plist | 393 |
6 files changed, 462 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index ae5514a025fe..b935f8b8cbe3 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -8,6 +8,7 @@ SUBDIR += beastie SUBDIR += bluecurve-themes SUBDIR += buffy + SUBDIR += camaelon-nesedah SUBDIR += clean-theme-gtk SUBDIR += clearlooks SUBDIR += clearlooks-metacity diff --git a/x11-themes/camaelon-nesedah/Makefile b/x11-themes/camaelon-nesedah/Makefile new file mode 100644 index 000000000000..61067ffff490 --- /dev/null +++ b/x11-themes/camaelon-nesedah/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: etoile-nesedah +# Date created: 22 Dec 2006 +# Whom: alexbl@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= nesedah +PORTVERSION= 0.1 +CATEGORIES= x11-themes +MASTER_SITES= http://www.roard.com/gnustep/ +PKGNAMEPREFIX= camaelon- +DISTNAME= Nesedah.theme +EXTRACT_SUFX= .tgz + +MAINTAINER= alexbl@FreeBSD.org +COMMENT= Etoile Project's Nesedah Camaelon Theme + +USE_GNUSTEP_SYSTEM_THEMES= Camaelon:x11-themes/etoile-camaelon + +NO_BUILD= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes + +WRKSRC= ${WRKDIR}/Nesedah.theme + +.include <bsd.port.pre.mk> + +do-install: + @(. ${SYSMAKEDIR}/GNUstep.sh && \ + ${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Themes && \ + ${CP} -R ${WRKSRC} ${GNUSTEP_PREFIX}/System/Library/Themes/ ) + +post-install: + @${ECHO_MSG} + @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} + +install-user: + @(. ${SYSMAKEDIR}/GNUStep.sh && defaults write Camaelon Theme Nesedah) + +deinstall-user: + @(. ${SYSMAKEDIR}/GNUStep.sh && defaults delete Camaelon Theme) + +.include <bsd.port.post.mk> diff --git a/x11-themes/camaelon-nesedah/distinfo b/x11-themes/camaelon-nesedah/distinfo new file mode 100644 index 000000000000..30714d11cc2a --- /dev/null +++ b/x11-themes/camaelon-nesedah/distinfo @@ -0,0 +1,3 @@ +MD5 (Nesedah.theme.tgz) = 0a3ba0eb9495fbb531465000ec452fa7 +SHA256 (Nesedah.theme.tgz) = de7e17bb210068cba21b94a88ee85fad8d18a094888ec7dd92895832d51fa598 +SIZE (Nesedah.theme.tgz) = 83146 diff --git a/x11-themes/camaelon-nesedah/pkg-descr b/x11-themes/camaelon-nesedah/pkg-descr new file mode 100644 index 000000000000..16afbfff3715 --- /dev/null +++ b/x11-themes/camaelon-nesedah/pkg-descr @@ -0,0 +1,9 @@ +Nesedah is the default theme for Etoile, using the Camaelon theming engine. +It is meant to be the logical successor to the interfaces of OPENSTEP and +Mac OS 9 Platinum (or, as we like to call it, what OS X would have been +without Aqua and gumdrop buttons). + +Nesedah has been built primarily with usability and discoverability in mind. +but it also tries to fit in with other modern interfaces. + +WWW: http://www.etoile-project.org/etoile/mediawiki/index.php?title=Nesedah diff --git a/x11-themes/camaelon-nesedah/pkg-message b/x11-themes/camaelon-nesedah/pkg-message new file mode 100644 index 000000000000..661db4686bd6 --- /dev/null +++ b/x11-themes/camaelon-nesedah/pkg-message @@ -0,0 +1,10 @@ +=================================================================== +This port provides a simple and easy to use tool to set the default +Camaelon Theme to Nesedah. + +Just cd to the ports directory and type: + > make install-user + +Similarly you can unset the default Camaelon theme by typing: + > make deinstall-user +=================================================================== diff --git a/x11-themes/camaelon-nesedah/pkg-plist b/x11-themes/camaelon-nesedah/pkg-plist new file mode 100644 index 000000000000..8058bbbfe54c --- /dev/null +++ b/x11-themes/camaelon-nesedah/pkg-plist @@ -0,0 +1,393 @@ +System/Library/Themes/Nesedah.theme/Arrows/.xvpics/checkmark.tiff +System/Library/Themes/Nesedah.theme/Arrows/.xvpics/dash.tiff +System/Library/Themes/Nesedah.theme/Arrows/.xvpics/hierarchical-arrows-selected.tiff +System/Library/Themes/Nesedah.theme/Arrows/.xvpics/hierarchical-arrows-selected.tiff-bak +System/Library/Themes/Nesedah.theme/Arrows/.xvpics/hierarchical-arrows-unselected.tiff +System/Library/Themes/Nesedah.theme/Arrows/checkmark.tiff +System/Library/Themes/Nesedah.theme/Arrows/hierarchical-arrows-selected.tiff +System/Library/Themes/Nesedah.theme/Arrows/hierarchical-arrows-selected.tiff-bak +System/Library/Themes/Nesedah.theme/Arrows/hierarchical-arrows-unselected.tiff +System/Library/Themes/Nesedah.theme/Arrows/hierarchical-arrows-unselected.tiff-bak +System/Library/Themes/Nesedah.theme/Arrows/popup-arrows.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-corners-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-corners-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-fill-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-left-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-left-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-right-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-right-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-topbottom-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/.xvpics/BevelButton-topbottom-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-corners-disabled.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-corners-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-corners-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-fill-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-left-disabled.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-left-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-left-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-right-disabled.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-right-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-right-unselected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-topbottom-disabled.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-topbottom-selected.tiff +System/Library/Themes/Nesedah.theme/BevelButton/BevelButton-topbottom-unselected.tiff +System/Library/Themes/Nesedah.theme/BrowserHeader/.xvpics/BrowserHeader-caps.tiff +System/Library/Themes/Nesedah.theme/BrowserHeader/.xvpics/BrowserHeader-fill.tiff +System/Library/Themes/Nesedah.theme/BrowserHeader/.xvpics/BrowserHeader-textcolor.tiff +System/Library/Themes/Nesedah.theme/BrowserHeader/BrowserHeader-caps.tiff +System/Library/Themes/Nesedah.theme/BrowserHeader/BrowserHeader-fill.tiff +System/Library/Themes/Nesedah.theme/BrowserHeader/BrowserHeader-textcolor.tiff +System/Library/Themes/Nesedah.theme/Button/.xvpics/Button-disabled.tiff +System/Library/Themes/Nesedah.theme/Button/.xvpics/Button-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/Button/.xvpics/Button-fill-selected.tiff +System/Library/Themes/Nesedah.theme/Button/.xvpics/Button-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/Button/.xvpics/Button-selected.tiff +System/Library/Themes/Nesedah.theme/Button/.xvpics/Button-unselected.tiff +System/Library/Themes/Nesedah.theme/Button/Button-disabled.tiff +System/Library/Themes/Nesedah.theme/Button/Button-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/Button/Button-fill-selected.tiff +System/Library/Themes/Nesedah.theme/Button/Button-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/Button/Button-selected.tiff +System/Library/Themes/Nesedah.theme/Button/Button-unselected.tiff +System/Library/Themes/Nesedah.theme/Button/Button-unselected.xcf +System/Library/Themes/Nesedah.theme/Checkbox/.xvpics/Checkbox-selected.tiff +System/Library/Themes/Nesedah.theme/Checkbox/.xvpics/Checkbox-unselected.tiff +System/Library/Themes/Nesedah.theme/Checkbox/Checkbox-disabled.tiff +System/Library/Themes/Nesedah.theme/Checkbox/Checkbox-selected.tiff +System/Library/Themes/Nesedah.theme/Checkbox/Checkbox-unselected.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-alternate-row-background.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-row-text.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-selected-control.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-selected-row-background.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-selected-row-text.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-selected-text.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-selected-titlebar-text.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-titlebar-text.tiff +System/Library/Themes/Nesedah.theme/Colors/.xvpics/Colors-window-background.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-alternate-row-background.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-control-background.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-row-background.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-row-text.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-selected-control.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-selected-row-background.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-selected-row-text.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-selected-text-background.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-selected-text.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-selected-titlebar-text.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-titlebar-text.tiff +System/Library/Themes/Nesedah.theme/Colors/Colors-window-background.tiff +System/Library/Themes/Nesedah.theme/Elements/Knob +System/Library/Themes/Nesedah.theme/Elements/Knob.png +System/Library/Themes/Nesedah.theme/Elements/Knob.tiff +System/Library/Themes/Nesedah.theme/Elements/Untitled-1.tif +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-bottom-left.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-bottom-right.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-bottom.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-fill.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-left.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-right.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-top-left.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-top-right.tiff +System/Library/Themes/Nesedah.theme/GroupBox/.xvpics/GroupBox-top.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-bottom-left.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-bottom-right.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-bottom.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-fill.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-left.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-right.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-top-left.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-top-right.tiff +System/Library/Themes/Nesedah.theme/GroupBox/GroupBox-top.tiff +System/Library/Themes/Nesedah.theme/Info.plist +System/Library/Themes/Nesedah.theme/ListHeader/.xvpics/ListHeader-caps-selected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/.xvpics/ListHeader-corner.tiff +System/Library/Themes/Nesedah.theme/ListHeader/.xvpics/ListHeader-fill-selected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/.xvpics/ListHeader-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/.xvpics/ListHeader-separator-selected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/.xvpics/ListHeader-separator-unselected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/ListHeader-caps-selected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/ListHeader-corner.tiff +System/Library/Themes/Nesedah.theme/ListHeader/ListHeader-fill-selected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/ListHeader-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/ListHeader-separator-selected.tiff +System/Library/Themes/Nesedah.theme/ListHeader/ListHeader-separator-unselected.tiff +System/Library/Themes/Nesedah.theme/Menu/.xvpics/Menu-background-fill.tiff +System/Library/Themes/Nesedah.theme/Menu/Menu-background-fill.tiff +System/Library/Themes/Nesedah.theme/Menu/Menu-background-selected.tiff +System/Library/Themes/Nesedah.theme/Menu/Menu-hierarchicalArrow-selected.tiff +System/Library/Themes/Nesedah.theme/Menu/Menu-hierarchicalArrow-unselected.tiff +System/Library/Themes/Nesedah.theme/Menu/Menu-titlebar-caps.tiff +System/Library/Themes/Nesedah.theme/Menu/Menu-titlebar-fill.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-ArrowEnds-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-ArrowEnds.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-arrows.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-EndCap-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-EndCap.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/.xvpics/PopupButton-fill.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-ArrowEnds-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-ArrowEnds.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-arrows-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-arrows.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-endcap-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-endcap.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/PopupButton/PopupButton-fill.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics/ProgressBar-horizontal-background-caps.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics/ProgressBar-horizontal-background-fill.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics/ProgressBar-horizontal-caps.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics/ProgressBar-horizontal-fill.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics/ProgressBar-horizontal-fill.xcf +System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics/ProgressBar-horizontal-indicator.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-background-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-background-caps.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-background-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-background-fill.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-caps.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-caps.tiff-bak +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-fill.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-fill.tiff-bak +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-fill.xcf +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-horizontal-indicator.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-vertical-background-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-vertical-background-caps.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-vertical-background-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-vertical-background-fill.tiff +System/Library/Themes/Nesedah.theme/ProgressBar/ProgressBar-vertical-indicator.tiff +System/Library/Themes/Nesedah.theme/RadioButton/.xvpics/RadioButton-selected.tiff +System/Library/Themes/Nesedah.theme/RadioButton/.xvpics/RadioButton-unselected.tiff +System/Library/Themes/Nesedah.theme/RadioButton/RadioButton-disabled.tiff +System/Library/Themes/Nesedah.theme/RadioButton/RadioButton-selected.tiff +System/Library/Themes/Nesedah.theme/RadioButton/RadioButton-unselected.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-arrows-left.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-arrows-right.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-arrows-unselected.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-arrows.xcf +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-left.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-slot-right.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-thumb-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-horizontal-thumb-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-arrows-bottom.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-arrows-down.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-arrows-top.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-arrows-unselected.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-arrows-unselected.xcf +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-arrows.xcf +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-down.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-slot-up.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-thumb-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics/Scrollbar-vertical-thumb-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-arrows-left.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-arrows-right.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-arrows-unselected.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-arrows.xcf +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-left.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-slot-right.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-thumb-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-horizontal-thumb-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-arrows-bottom.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-arrows-top.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-arrows-unselected.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-arrows-unselected.xcf +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-arrows.xcf +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-down.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-fill.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-slot-up.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-thumb-caps.tiff +System/Library/Themes/Nesedah.theme/Scrollbar/Scrollbar-vertical-thumb-fill.tiff +System/Library/Themes/Nesedah.theme/Slider/.xvpics/Slider-horizontal-thumb.tiff +System/Library/Themes/Nesedah.theme/Slider/.xvpics/Slider-horizontal-track-caps.tiff +System/Library/Themes/Nesedah.theme/Slider/.xvpics/Slider-horizontal-track-fill.tiff +System/Library/Themes/Nesedah.theme/Slider/.xvpics/Slider-vertical-thumb.tiff +System/Library/Themes/Nesedah.theme/Slider/.xvpics/Slider-vertical-track-caps.tiff +System/Library/Themes/Nesedah.theme/Slider/.xvpics/Slider-vertical-track-fill.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-thumb-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-thumb.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-tickmark-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-tickmark.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-track-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-track-caps.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-track-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-horizontal-track-fill.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-hozizontal-track-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-thumb-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-thumb.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-tickmark-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-tickmark.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-track-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-track-caps.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-track-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/Slider/Slider-vertical-track-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-junction-selected-right.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-junction-selected-unselected.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-junction-unselected-right.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-junction-unselected-selected.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-bottom.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-corners.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-left.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-leftright.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-right.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-top.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-pane-topbottom.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-panebar-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-panebar-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-selected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-selected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-unselected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/.xvpics/Tabs-unselected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/old/Tabs-selected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/old/Tabs-selected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/old/Tabs-unselected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/old/Tabs-unselected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-pane-corners.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-pane-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-pane-leftright.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-pane-topbottom.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-selected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-selected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-unselected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/prev/Tabs-unselected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-junction-selected-right.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-junction-selected-unselected.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-junction-unselected-selected.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-bottom.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-corners.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-fill-stripes.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-left.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-leftright.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-right.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-top.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-pane-topbottom.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-panebar-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-panebar-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-selected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-selected-fill.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-unselected-caps.tiff +System/Library/Themes/Nesedah.theme/Tabs/Tabs-unselected-fill.tiff +System/Library/Themes/Nesedah.theme/Textfield/.xvpics/Textfield-corners-unselected.tiff +System/Library/Themes/Nesedah.theme/Textfield/.xvpics/Textfield-leftright-disabled.tiff +System/Library/Themes/Nesedah.theme/Textfield/.xvpics/Textfield-leftright-unselected.tiff +System/Library/Themes/Nesedah.theme/Textfield/.xvpics/Textfield-topbottom-unselected.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-corners-disabled.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-corners-selected.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-corners-unselected.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-leftright-disabled.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-leftright-selected.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-leftright-unselected.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-topbottom-disabled.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-topbottom-selected.tiff +System/Library/Themes/Nesedah.theme/Textfield/Textfield-topbottom-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-background.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-resizebar-caps-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-resizebar-caps.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-resizebar-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-resizebar-fill.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-caps-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-caps.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-closebutton.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-fill.tiff +System/Library/Themes/Nesedah.theme/Window/.xvpics/Window-titlebar-minimizebutton.tiff +System/Library/Themes/Nesedah.theme/Window/Window-background.tiff +System/Library/Themes/Nesedah.theme/Window/Window-background.tiff-gray +System/Library/Themes/Nesedah.theme/Window/Window-background.tiff-metal +System/Library/Themes/Nesedah.theme/Window/Window-background.tiff-stripes +System/Library/Themes/Nesedah.theme/Window/Window-resizebar-caps-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/Window-resizebar-caps.tiff +System/Library/Themes/Nesedah.theme/Window/Window-resizebar-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/Window-resizebar-fill.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-caps-disabled.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-caps-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-caps.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-closebutton-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-closebutton.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-fill.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-minimizebutton-unselected.tiff +System/Library/Themes/Nesedah.theme/Window/Window-titlebar-minimizebutton.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-corners-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-corners-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-fill-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-left-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-left-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-right-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-right-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-topbottom-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics/BevelButton-topbottom-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-corners-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-fill-disabled.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-fill-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-fill-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-left-disabled.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-left-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-left-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-right-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-topbottom-disabled.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-right-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-topbottom-unselected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-corners-disabled.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-corners-selected.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-right-disabled.tiff +System/Library/Themes/Nesedah.theme/ShadowlessButton/ShadowlessButton-topbottom-selected.tiff +@dirrm System/Library/Themes/Nesedah.theme/Arrows/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Arrows +@dirrm System/Library/Themes/Nesedah.theme/BevelButton/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/BevelButton/BevelButton +@dirrm System/Library/Themes/Nesedah.theme/BevelButton +@dirrm System/Library/Themes/Nesedah.theme/BrowserHeader/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/BrowserHeader +@dirrm System/Library/Themes/Nesedah.theme/Button/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Button +@dirrm System/Library/Themes/Nesedah.theme/Checkbox/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Checkbox +@dirrm System/Library/Themes/Nesedah.theme/Colors/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Colors +@dirrm System/Library/Themes/Nesedah.theme/Elements +@dirrm System/Library/Themes/Nesedah.theme/GroupBox/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/GroupBox +@dirrm System/Library/Themes/Nesedah.theme/ListHeader/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/ListHeader +@dirrm System/Library/Themes/Nesedah.theme/Menu/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Menu +@dirrm System/Library/Themes/Nesedah.theme/PopupButton/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/PopupButton +@dirrm System/Library/Themes/Nesedah.theme/ProgressBar/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/ProgressBar +@dirrm System/Library/Themes/Nesedah.theme/RadioButton/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/RadioButton +@dirrm System/Library/Themes/Nesedah.theme/Scrollbar/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Scrollbar/Elements +@dirrm System/Library/Themes/Nesedah.theme/Scrollbar +@dirrm System/Library/Themes/Nesedah.theme/Slider/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Tabs/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Slider +@dirrm System/Library/Themes/Nesedah.theme/Tabs/old +@dirrm System/Library/Themes/Nesedah.theme/Tabs/prev +@dirrm System/Library/Themes/Nesedah.theme/Tabs +@dirrm System/Library/Themes/Nesedah.theme/Textfield/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Textfield +@dirrm System/Library/Themes/Nesedah.theme/Titlebar +@dirrm System/Library/Themes/Nesedah.theme/Window/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/Window +@dirrm System/Library/Themes/Nesedah.theme/ShadowlessButton/BevelButton +@dirrm System/Library/Themes/Nesedah.theme/ShadowlessButton/.xvpics +@dirrm System/Library/Themes/Nesedah.theme/ShadowlessButton +@dirrm System/Library/Themes/Nesedah.theme +@dirrmtry System/Library/Themes |