mirror of https://github.com/gabehf/Koito.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
488 B
16 lines
488 B
export const themeVars = {
|
|
bg: '--color-bg',
|
|
bgSecondary: '--color-bg-secondary',
|
|
bgTertiary: '--color-bg-tertiary',
|
|
fg: '--color-fg',
|
|
fgSecondary: '--color-fg-secondary',
|
|
fgTertiary: '--color-fg-tertiary',
|
|
primary: '--color-primary',
|
|
primaryDim: '--color-primary-dim',
|
|
accent: '--color-accent',
|
|
accentDim: '--color-accent-dim',
|
|
error: '--color-error',
|
|
warning: '--color-warning',
|
|
info: '--color-info',
|
|
success: '--color-success',
|
|
} |