Skip to content
Snippets Groups Projects
theme.js 265 B
export default {
  colors: {
    primary: '#E1A809',
    background: '#fff',
    sidebar: {
      background: '#ffffff',
      link: '#737373',
      heading: '#aaa',
      linkActive: '#13131A',
      itemActive: '#F5F5FA',
      footer: '#A8A8B3',
    },
  },
};