Creating new theme

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Creating new theme

Creating new theme

by LK_Poland » Sun Nov 27, 2022 2:25 pm

Themes can be easily created with The GIMP.

Steps to create new theme for Analog Clock Engine:
  • Create new subfolder in themes.
  • Prepare clock dial with dimensions 600x600 and save it as d.png file in your theme subfolder.
  • Prepare clock hour hand, anchor point must be marked with single red pixel RGB=(255,0,0).
    Save image as h.png file in your theme subfolder.
  • Prepare clock minut hand, anchor point must be marked with single red pixel RGB=(255,0,0).
    Save image as m.png file in your theme subfolder.
  • Prepare clock second hand, anchor point must be marked with single red pixel RGB=(255,0,0).
    Save image as s.png file in your theme subfolder.
Tip: Use RGB=(254,0,0) instead of RGB=(255,0,0) if you need clock hand to be bright red.

Top