Frontend: Add "Sunrise" theme (yellow)

This commit is contained in:
Michael Mayer 2021-01-04 18:20:20 +01:00
parent 17d5dc8665
commit f2b543385b
3 changed files with 340 additions and 319 deletions

File diff suppressed because it is too large Load diff

View file

@ -100,7 +100,7 @@ export const Languages = () => [
text: "עברית",
translated: $gettext("Hebrew"),
value: "he",
rtl: true
rtl: true,
},
{
text: "हिन्दी",
@ -173,6 +173,10 @@ export const Themes = () => [
text: $gettext("Seaweed"),
value: "seaweed",
},
{
text: $gettext("Sunrise"),
value: "sunrise",
},
];
export const MapsAnimate = () => [
{

View file

@ -166,5 +166,29 @@
"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"
}
}