mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
12 lines
185 B
TypeScript
12 lines
185 B
TypeScript
import { createTheme } from '@codedoc/core/transport';
|
|
|
|
|
|
export const theme = /*#__PURE__*/createTheme({
|
|
light: {
|
|
primary: '#1eb2a6'
|
|
},
|
|
dark: {
|
|
primary: '#1eb2a6'
|
|
}
|
|
});
|