Difference between revisions of "How to Create a new Theme"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
# Change the old name to the new name in these files:
 
# Change the old name to the new name in these files:
 
## Makefile, *.spec
 
## Makefile, *.spec
# The theme screenshot file is called theme-sshot.png and it should be 640x480
+
## inside app/: app-register, app-remove, hda_app_install.rb, Makefile
# The theme thumbnail file is called theme-thumb.png and it should be 64x64
+
# The theme screenshot file is called app/public/theme-sshot.png and it should be 640x480
#
+
# The theme thumbnail file is called app/public/theme-thumb.png and it should be 64x64
 +
# The theme icon (for the installer in MyApps page), is called app/icon.png and it should be 48x48

Revision as of 19:14, 6 June 2008

How to Create a Theme

  1. Start from an existing theme
  2. Rename the .spec file to the new name (hda-app-*.spec)
  3. Change the old name to the new name in these files:
    1. Makefile, *.spec
    2. inside app/: app-register, app-remove, hda_app_install.rb, Makefile
  4. The theme screenshot file is called app/public/theme-sshot.png and it should be 640x480
  5. The theme thumbnail file is called app/public/theme-thumb.png and it should be 64x64
  6. The theme icon (for the installer in MyApps page), is called app/icon.png and it should be 48x48