Settings: Sort free themes alphabetically #3368

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-05-05 21:04:53 +02:00
parent 7a7ffbced2
commit e31aa6e357

View file

@ -34,36 +34,35 @@ let themes = {
"navigation-home": "#000000", "navigation-home": "#000000",
}, },
}, },
nordic: { grayscale: {
dark: false, name: "grayscale",
dark: true,
sponsor: false, sponsor: false,
title: "Nordic",
name: "nordic",
colors: { colors: {
application: "#f7f8fa", application: "#525252",
form: "#eeeeee", form: "#e5e4e2",
card: "#ECEFF4", card: "#5e5e5e",
primary: "#4ca0b8", primary: "#c8bdb1",
"primary-button": "#519fb6", "primary-button": "#726e69",
"secondary-dark": "#4ca0b8", "secondary-dark": "#c8bdb1",
secondary: "#e2e7ee", secondary: "#444",
"secondary-light": "#eceff4", "secondary-light": "#5E5E5E",
accent: "#81A1C1", accent: "#333",
error: "#BF616A", error: "#e57373",
info: "#88C0D0", info: "#5a94dd",
success: "#8FBCBB", success: "#26A69A",
warning: "#f0d8a8", warning: "#e3d181",
remove: "#BF616A",
restore: "#81A1C1",
album: "#EBCB8B",
download: "#8FBCBB",
private: "#88C0D0",
edit: "#88C0D0",
share: "#B48EAD",
love: "#ef5350", love: "#ef5350",
terminal: "#4C566A", remove: "#e35333",
navigation: "#e7ebf1", restore: "#64b5f6",
"navigation-home": "#dde3eb", album: "#ffab40",
download: "#07bd9f",
private: "#48bcd6",
edit: "#48bcd6",
share: "#0070a0",
terminal: "#333333",
navigation: "#353839",
"navigation-home": "#212121",
}, },
}, },
lavender: { lavender: {
@ -97,6 +96,38 @@ let themes = {
"navigation-home": "#121421", "navigation-home": "#121421",
}, },
}, },
nordic: {
dark: false,
sponsor: false,
title: "Nordic",
name: "nordic",
colors: {
application: "#f7f8fa",
form: "#eeeeee",
card: "#ECEFF4",
primary: "#4ca0b8",
"primary-button": "#519fb6",
"secondary-dark": "#4ca0b8",
secondary: "#e2e7ee",
"secondary-light": "#eceff4",
accent: "#81A1C1",
error: "#BF616A",
info: "#88C0D0",
success: "#8FBCBB",
warning: "#f0d8a8",
remove: "#BF616A",
restore: "#81A1C1",
album: "#EBCB8B",
download: "#8FBCBB",
private: "#88C0D0",
edit: "#88C0D0",
share: "#B48EAD",
love: "#ef5350",
terminal: "#4C566A",
navigation: "#e7ebf1",
"navigation-home": "#dde3eb",
},
},
onyx: { onyx: {
name: "onyx", name: "onyx",
dark: false, dark: false,
@ -128,37 +159,6 @@ let themes = {
"navigation-home": "#212121", "navigation-home": "#212121",
}, },
}, },
grayscale: {
name: "grayscale",
dark: true,
sponsor: false,
colors: {
application: "#525252",
form: "#e5e4e2",
card: "#5e5e5e",
primary: "#c8bdb1",
"primary-button": "#726e69",
"secondary-dark": "#c8bdb1",
secondary: "#444",
"secondary-light": "#5E5E5E",
accent: "#333",
error: "#e57373",
info: "#5a94dd",
success: "#26A69A",
warning: "#e3d181",
love: "#ef5350",
remove: "#e35333",
restore: "#64b5f6",
album: "#ffab40",
download: "#07bd9f",
private: "#48bcd6",
edit: "#48bcd6",
share: "#0070a0",
terminal: "#333333",
navigation: "#353839",
"navigation-home": "#212121",
},
},
abyss: { abyss: {
name: "abyss", name: "abyss",
dark: true, dark: true,
@ -388,8 +388,8 @@ let options = [
disabled: false, disabled: false,
}, },
{ {
text: "Nordic", text: "Grayscale",
value: "nordic", value: "grayscale",
disabled: false, disabled: false,
}, },
{ {
@ -398,13 +398,13 @@ let options = [
disabled: false, disabled: false,
}, },
{ {
text: "Onyx", text: "Nordic",
value: "onyx", value: "nordic",
disabled: false, disabled: false,
}, },
{ {
text: "Grayscale", text: "Onyx",
value: "grayscale", value: "onyx",
disabled: false, disabled: false,
}, },
{ {