Frontend: Replace "default" theme with "sunrise"
This commit is contained in:
parent
1d9ade4c22
commit
ca323d7749
2 changed files with 14 additions and 42 deletions
|
@ -178,10 +178,6 @@ export const Themes = () => [
|
|||
text: $gettext("Seaweed"),
|
||||
value: "seaweed",
|
||||
},
|
||||
{
|
||||
text: $gettext("Sunrise"),
|
||||
value: "sunrise",
|
||||
},
|
||||
];
|
||||
export const MapsAnimate = () => [
|
||||
{
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
{
|
||||
"default": {
|
||||
"application": "#fafafa",
|
||||
"form": "#fafafa",
|
||||
"primary": "#c7ceea",
|
||||
"secondary-dark": "#7a7a7a",
|
||||
"secondary": "#e0e0e0",
|
||||
"secondary-light": "#eaeaea",
|
||||
"accent": "#9e9e9e",
|
||||
"application": "#F5F5F5",
|
||||
"form": "#eeeeee",
|
||||
"primary": "#FFCA28",
|
||||
"secondary-dark": "#212121",
|
||||
"secondary": "#bdbdbd",
|
||||
"secondary-light": "#e0e0e0",
|
||||
"accent": "#757575",
|
||||
"error": "#e57373",
|
||||
"info": "#00acc1",
|
||||
"success": "#4db6ac",
|
||||
"warning": "#ffd740",
|
||||
"remove": "#e35333",
|
||||
"remove": "#e57373",
|
||||
"restore": "#64b5f6",
|
||||
"album": "#ffab40",
|
||||
"download": "#07bd9f",
|
||||
"album": "#ffab00",
|
||||
"download": "#00bfa5",
|
||||
"private": "#00b8d4",
|
||||
"edit": "#48bcd6",
|
||||
"share": "#0070a0",
|
||||
"edit": "#00b8d4",
|
||||
"share": "#9575cd",
|
||||
"love": "#ef5350",
|
||||
"terminal": "#546e7a",
|
||||
"navigation": "#424242",
|
||||
"terminal": "#333333",
|
||||
"navigation": "#212121",
|
||||
"navigation-home": "#000000"
|
||||
},
|
||||
"cyano": {
|
||||
|
@ -166,29 +166,5 @@
|
|||
"terminal": "#333333",
|
||||
"navigation": "#353839",
|
||||
"navigation-home": "#212121"
|
||||
},
|
||||
"sunrise": {
|
||||
"application": "#F5F5F5",
|
||||
"form": "#eeeeee",
|
||||
"primary": "#FFCA28",
|
||||
"secondary-dark": "#212121",
|
||||
"secondary": "#bdbdbd",
|
||||
"secondary-light": "#e0e0e0",
|
||||
"accent": "#757575",
|
||||
"error": "#e57373",
|
||||
"info": "#00acc1",
|
||||
"success": "#4db6ac",
|
||||
"warning": "#ffd740",
|
||||
"remove": "#e57373",
|
||||
"restore": "#64b5f6",
|
||||
"album": "#ffab00",
|
||||
"download": "#00bfa5",
|
||||
"private": "#00b8d4",
|
||||
"edit": "#00b8d4",
|
||||
"share": "#9575cd",
|
||||
"love": "#ef5350",
|
||||
"terminal": "#333333",
|
||||
"navigation": "#212121",
|
||||
"navigation-home": "#000000"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue