Skip to content

Instantly share code, notes, and snippets.

@roeib
Last active August 30, 2020 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roeib/052ae6e6ee4e81dbee591a1d19e77786 to your computer and use it in GitHub Desktop.
Save roeib/052ae6e6ee4e81dbee591a1d19e77786 to your computer and use it in GitHub Desktop.
import {create} from '@storybook/theming'
export default create ({
base: 'light',
colorPrimary: 'hotpink',
colorSecondary: 'deepskyblue',
// UI
appBg: 'rgb(234, 0, 133)',
appContentBg: 'white',
appBorderColor: 'white',
appBorderRadius: 4,
// Typography
fontBase: '"Open Sans", sans-serif',
fontCode: 'monospace',
// Text colors
textColor: 'rgb(255, 250, 250)',
textInverseColor: 'white',
// Toolbar default and active colors
barTextColor: 'white',
barSelectedColor: 'white',
barBg: 'rgb(246, 153, 190)',
// Form colors
inputBg: 'white',
inputBorder: 'silver',
inputTextColor: 'black',
inputBorderRadius: 4,
brandTitle: 'Pink Panther Storybook',
brandUrl: 'https://example.com',
brandImage: 'https://botw-pd.s3.amazonaws.com/styles/logo-thumbnail/s3/0019/2539/brand.gif?itok=97rSwE0a',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment