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/gray.ts

19 lines
310 B
TypeScript

import { createTheme } from "../types";
export default createTheme({
name: "gray",
extend: {
colors: {
themePreview: {
primary: "#343441",
secondary: "#0C0C16",
ghost: "white",
},
// light bar
lightBar: {
light: "#343441"
},
}
}
})