Browse Source

Note about rebuilding themes

Noah 8 years ago
parent
commit
b9ad0020b0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      THEMES.md

+ 4 - 0
THEMES.md View File

71
 * `foregroundColor` - A convenience option for setting `waveColor` and `captionColor` to the same thing.
71
 * `foregroundColor` - A convenience option for setting `waveColor` and `captionColor` to the same thing.
72
 * `maxDuration` - Maximum duration of an audiogram, in seconds (e.g. set this to `30` to enforce the 30-second limit for Twitter)
72
 * `maxDuration` - Maximum duration of an audiogram, in seconds (e.g. set this to `30` to enforce the 30-second limit for Twitter)
73
 
73
 
74
+### Making changes
75
+
76
+After you've edited `settings/themes.json`, you'll want to run either `npm run rebuild` or `npm start` to rebundle the new themes for the editor.
77
+
74
 ### A note about layout
78
 ### A note about layout
75
 
79
 
76
 When designing your own themes, keep in mind that web browsers and social apps put a variety of overlays on videos when they're paused or playing, like a progress bar at the bottom or a fat play button in the middle. Try to space things out so that important parts of your design aren't obscured.
80
 When designing your own themes, keep in mind that web browsers and social apps put a variety of overlays on videos when they're paused or playing, like a progress bar at the bottom or a fat play button in the middle. Try to space things out so that important parts of your design aren't obscured.