e16-themes/BrushedMetal-Tigert/data
Kim Woelders 9ee5f196c1 Remove reference to non-existing synclaves.wav.
SVN revision: 40699
2009-05-17 13:42:48 +00:00
..
ABOUT Remove duplicate fonts, put all fonts in ttfonts/. 2008-12-31 11:48:53 +00:00
backgrounds fix binary files. 2008-08-17 23:25:04 +00:00
borders fix binary files. 2008-08-17 23:25:04 +00:00
buttons Import 2005-02-20 09:45:42 +00:00
common/images fix binary files. 2008-08-17 23:25:04 +00:00
coords fix binary files. 2008-08-17 23:25:04 +00:00
cursors Import 2005-02-20 09:45:42 +00:00
dialogs fix binary files. 2008-08-17 23:25:04 +00:00
dock fix binary files. 2008-08-17 23:25:04 +00:00
dragbar fix binary files. 2008-08-17 23:25:04 +00:00
epplets fix binary files. 2008-08-17 23:25:04 +00:00
eterm fix binary files. 2008-08-17 23:25:04 +00:00
focuslist fix binary files. 2008-08-17 23:25:04 +00:00
iconbox fix binary files. 2008-08-17 23:25:04 +00:00
init fix binary files. 2008-08-17 23:25:04 +00:00
menustyles fix binary files. 2008-08-17 23:25:04 +00:00
pager fix binary files. 2008-08-17 23:25:04 +00:00
slideouts Import 2005-02-20 09:45:42 +00:00
sound Remove reference to non-existing synclaves.wav. 2009-05-17 13:42:48 +00:00
tooltips fix binary files. 2008-08-17 23:25:04 +00:00
ttfonts Remove duplicate fonts, put all fonts in ttfonts/. 2008-12-31 11:48:53 +00:00
README Import 2005-02-20 09:45:42 +00:00
borders.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
buttons.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
colormodifiers.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
cursors.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
desktops.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
fonts.theme.cfg Rename font configuration files to match e16 changes. Remove obsolete localised ones. 2009-04-17 19:04:11 +00:00
imageclasses.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
init.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
menustyles.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
slideouts.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
sound.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
tooltips.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00
windowmatches.cfg Use font lookups. Bump versions. 2005-03-19 14:08:45 +00:00

README

Enlightenment Theme standard:

if you wish to make themes as of 0.16 of E you MUSt conforom to this standard.
there hasnt been a de-facto CLEAN standard forthcoming from the theme makers,
so I have imposed one. It goes as follows:

your theme must contain the base cfg files as in shown in this tarball:
borders.cfg
buttons.cfg
colormodifiers.cfg
cursors.cfg
desktops.cfg
imageclasses.cfg
init.cfg
menustyles.cfg
slideouts.cfg
sound.cfg
tooltips.cfg
windowmatches.cfg

you must include the directories and cfg files and their paths:

backgrounds/images
backgrounds/backgrounds.cfg
borders/common/images
borders/[BORDER_NAME]/images
borders/[BORDER_NAME]/border.cfg
borders/borders.cfg
borders/common/borders.cfg
buttons/images
buttons/buttons.cfg
common/images
coords/images
coords/coords.cfg
cursors/bw_images
cursors/images
cursors/cursors.cfg
dialogs/images
dialogs/dialogs.cfg
dock/images
dock/dock.cfg
dragbar/images
dragbar/dragbar.cfg
focuslist/images
focuslist/focuslist.cfg
iconbox/images
iconbox/iconbox.cfg
init/images
init/init.cfg
menustyles/images
menustyles/menustyles.cfg
pager/images
pager/pager.cfg
slideouts/images
slideouts/slideouts.cfg
sound/samples
sound/sound.cfg
tooltips/images
tooltips/tooltips.cfg
ttfonts/

if your theme doesnt have any data for that element of a theme keep the base
cfg file(s) that #includes others, and just have the #included files be empty
(see buttons.cfg for an example)

button should ONLY be used for decoration - ie making round corners like a
macos screen or such. they shouls also contain apporpriate actionclasses
from one of the actionclasses below. parts of a window border shoudl only use
ythe list of actionclasses below (note in future this list may be expanded.
using actionclasses not in this list for parts of window borders is
considered ``illegal''. if you REALLY REALLy need to create a custom
imageclass that is in the border.cfg or buttons.cfg file just before the
border or button section and sname it CUSTOM_THEME_something - CUSTOM_THEME
namespace will remain reserved for themes. if you thik your actionclass is
a good generic one to have please mail the e-devel mailing list suggesting it
and it may be adopted for the next revision).

ACTION_BUTTON_DRAG
ACTION_GOTO_DESK_NEXT
ACTION_GOTO_DESK_PREV
ACTION_MOVE
ACTION_SHADE
ACTION_RESIZE
ACTION_RESIZE_H
ACTION_RESIZE_V
ACTION_KILL
ACTION_MAXH
ACTION_MAXW
ACTION_MAX
ACTION_SEND_NEXT
ACTION_SEND_PREV
ACTION_SNAPSHOT
ACTION_ONLY_SHADE
ACTION_MENU
ACTION_ICONIFY
ACTION_RAISE
ACTION_LOWER
ACTION_STICK

these actions do pretty much what they say they do. use them appropriately.
in future these actions will be uses configurable so do ont always expect
them to to EXACTLY what they say - users may re-configure them.

please keep all data local to the object its for (ie images used for pagers
put int he pagers/images directory and declate the imageclasses etc. in
pagers.cfg) - common/ is inteded for data that is shared.

- The Rasterman <raster@rasterman.com>