hypnagaga/src/components/Theme/themes/light.js
2024-05-23 11:31:12 +01:00

15 lines
355 B
JavaScript

import common from './common.js';
/** @type {import('../@types/component').Theme} */
export default {
...common,
colour: {
background: '#ffffff',
'text-primary': '#404040',
'text-secondary': '#666666',
accent: ' #d64000',
'brand-logo': '#d64000',
'brand-rules': '#d0d0d0',
'brand-shadow': 'rgba(64, 64, 64, .08)',
},
};