Rebranding
You may want to rebrand protocapsule before sharing with your designers, devs, and/or stakeholders.
Within the protocapsule download, I've also included /creative-bundle/
, a few helpful design files for you to quickly create your own splash screen and app icon.
#
New Splash Screen & IconNow that you've created your new splash screen and icon from the design files above, head over to /src/capsule/assets/
and drop in the new files.
#
Changing Theme ColorsTo help support your new icon/splash rebranding, you can also quickly edit the colors used throughout protocapsule, main navigation background color, icon active/inactive states, etc.
Open up the file /src/capsule/constants/colors.js
#
Spacing GridBy default, protocapsule uses an 8pt
spacing grid, you can easily change that too, with a one line edit.
Open up the file /src/capsule/constants/globalStyles.js
#
Page Notenote
This page is just for protocapsule's main app wrapper, any of the experiences you load in via apps or microinteractions is not controlled by any of the theming, grid systems talked about above. Each app and microinteraction is standalone.