Frontend: Improve "Neon" theme colors

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-12-28 18:33:33 +01:00
parent b38dac8e8c
commit e3f4703e0a
2 changed files with 16 additions and 16 deletions

View file

@ -68,7 +68,7 @@ body.dark-theme.theme-neon {
}
#photoprism.theme-neon a.text-link {
color: #c32b94 !important;
color: #e138de !important;
}
#photoprism.theme-neon .theme--light.v-select .v-select__selections {
@ -77,7 +77,7 @@ body.dark-theme.theme-neon {
#photoprism.theme-neon .theme--light.v-list .v-list__tile__sub-title,
#photoprism.theme-neon .accent--text {
color: #b50080 !important;
color: #cc36ca !important;
}
#photoprism.theme-neon .theme--light.v-input:not(.v-input--is-disabled) input,

View file

@ -321,24 +321,24 @@ let themes = {
application: "#212121",
form: "#AFB42B",
card: "#3c3f41",
primary: "#e107a1",
"primary-button": "#93116e",
"secondary-dark": "#c32b94",
primary: "#e53be2",
"primary-button": "#80227f",
"secondary-dark": "#ba33b8",
secondary: "#111111",
"secondary-light": "#1a1a1a",
accent: "#090c10",
error: "#d11614",
info: "#22b49f",
success: "#137463",
warning: "#fda032",
error: "#973396",
info: "#1ea1be",
success: "#37a472",
warning: "#fece3e",
love: "#fb4483",
remove: "#d2164d",
restore: "#719cf9",
album: "#fc9136",
download: "#22b49f",
private: "#3c7cf5",
edit: "#3c7cf5",
share: "#b962da",
remove: "#9100a0",
restore: "#5e33f8",
album: "#6234b5",
download: "#8d56eb",
private: "#4749c8",
edit: "#5658eb",
share: "#5692eb",
terminal: "#333333",
navigation: "#0d0d0d",
"navigation-home": "#000000",