1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
smov/themes/list/teal.ts

20 lines
311 B
TypeScript
Raw Normal View History

import { createTheme } from "../types";
export default createTheme({
name: "teal",
extend: {
colors: {
themePreview: {
primary: "#469c51",
secondary: "#1a3d2b",
ghost: "white",
},
// light bar
lightBar: {
light: "#469c51",
},
}
}
})