Skip to content

Commit 0d2a25e

Browse files
committed
UX: Improve theme styles and search field contrast in Places
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 7d62182 commit 0d2a25e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

frontend/src/css/themes/carbon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body.dark-theme.theme-carbon,
2020
}
2121

2222
#photoprism.theme-carbon .theme--light.v-text-field--solo>.v-input__control>.v-input__slot{
23-
background: #474256a3;
23+
background: rgba(250, 250, 255, 0.1);
2424
}
2525

2626
#photoprism.container.theme-carbon {

frontend/src/css/themes/gemstone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body.dark-theme.theme-gemstone,
4343

4444
#photoprism.theme-gemstone .theme--light.v-chip,
4545
#photoprism.theme-gemstone .v-card__actions .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
46-
background: #333;
46+
background: rgba(250, 250, 255, 0.1);
4747
}
4848

4949
#photoprism.theme-gemstone .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {

frontend/src/css/themes/grayscale.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body.dark-theme.theme-grayscale {
5353
}
5454

5555
#photoprism.theme-grayscale .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
56-
background: #4E4E4E;
56+
background: rgba(250, 250, 255, 0.1);
5757
}
5858

5959
#photoprism.theme-grayscale .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {

frontend/src/css/themes/shadow.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body.dark-theme.theme-shadow {
5353
}
5454

5555
#photoprism.theme-shadow .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
56-
background: #4E4E4E;
56+
background: rgba(250, 250, 255, 0.1);
5757
}
5858

5959
#photoprism.theme-shadow .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {

frontend/src/css/themes/vanta.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body.dark-theme.theme-vanta {
5353
}
5454

5555
#photoprism.theme-vanta .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
56-
background: #262626;
56+
background: rgba(250, 250, 255, 0.1);
5757
}
5858

5959
#photoprism.theme-vanta .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {

frontend/src/css/themes/yellowstone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body.dark-theme.theme-yellowstone,
4747
}
4848

4949
#photoprism.theme-yellowstone .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
50-
background: #32312e;
50+
background: rgba(250, 250, 255, 0.1);
5151
}
5252

5353
#photoprism.theme-yellowstone .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {

frontend/src/options/themes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ let themes = {
372372
edit: "#00b8d4",
373373
share: "#9575cd",
374374
love: "#ef5350",
375-
terminal: "#333333",
375+
terminal: "#464544",
376376
navigation: "#191817",
377377
"navigation-home": "#0c0c0b",
378378
},

0 commit comments

Comments
 (0)