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