This commit is contained in:
parent
fa89cba0b0
commit
d2589333f6
2 changed files with 12 additions and 12 deletions
|
@ -11,11 +11,11 @@ export interface IThemeDataProps {
|
|||
}
|
||||
|
||||
export const defaultTheme: IThemeProps = {
|
||||
label: "Classic",
|
||||
label: "Chalk",
|
||||
value: 0,
|
||||
mainColor: "#000000",
|
||||
accentColor: "#1e272e",
|
||||
backgroundColor: "#ffffff",
|
||||
mainColor: "#aabbc3",
|
||||
accentColor: "#ff869a",
|
||||
backgroundColor: "#263238",
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue