Currently UI theme colors are limited and only reliable in Photoshop for Vanilla UXP
Let's add all colors for Photoshop, InDesign, and Premiere Pro for both Vanilla UI and Webview UI
Updates will start with the colorTable and getColorScheme functions here:
Began some PPRO progress here:
|
export const getColorScheme = async () => { |
Need to:
- Abstract all color theme logic to a separate file
- Verify all colors (at least main colors) are correct (only values adjusted have
// PPRO appended )
- Ensure changing OS theme ( light mode or dark mode) does not impact colors in-app
- Test InDesign as well
Currently UI theme colors are limited and only reliable in Photoshop for Vanilla UXP
Let's add all colors for Photoshop, InDesign, and Premiere Pro for both Vanilla UI and Webview UI
Updates will start with the
colorTableandgetColorSchemefunctions here:bolt-uxp/src/api/uxp.ts
Line 29 in 8d615d8
Began some PPRO progress here:
bolt-uxp/src/api/uxp.ts
Line 174 in af2e9c8
Need to:
// PPROappended )