Skip to content

Commit c243d45

Browse files
committed
UX: Improve theme card background colors
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 449f9f8 commit c243d45

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Diff for: frontend/src/css/themes.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ body.dark-theme #photoprism .theme--light.v-table thead th {
2727
}
2828

2929
.card {
30-
background-color: #77787e;
30+
background-color: #e0e0e0;
3131
}
3232

3333
body.dark-theme .card {
34-
background-color: #4c4e52;
34+
background-color: #1a1a1a;
3535
}
3636

3737
body.dark-theme #photoprism .v-table .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {

Diff for: frontend/src/options/themes.js

+14-14
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let themes = {
1010
colors: {
1111
application: "#F5F5F5",
1212
form: "#eeeeee",
13-
card: "#bdbdbd",
13+
card: "#e0e0e0",
1414
primary: "#FFCA28",
1515
"primary-button": "#212121",
1616
"secondary-dark": "#212121",
@@ -41,7 +41,7 @@ let themes = {
4141
colors: {
4242
application: "#525252",
4343
form: "#e5e4e2",
44-
card: "#444444",
44+
card: "#5e5e5e",
4545
primary: "#c8bdb1",
4646
"primary-button": "#726e69",
4747
"secondary-dark": "#c8bdb1",
@@ -72,12 +72,12 @@ let themes = {
7272
colors: {
7373
application: "#eceff1",
7474
form: "#eceff1",
75-
card: "#bdbdbd",
75+
card: "#d8dbde",
7676
primary: "#80deea",
7777
"primary-button": "#757575",
7878
"secondary-dark": "#757575",
7979
secondary: "#b0bec5",
80-
"secondary-light": "#eeeeee",
80+
"secondary-light": "#d8dbde",
8181
accent: "#757575",
8282
error: "#e57373",
8383
info: "#00acc1",
@@ -103,7 +103,7 @@ let themes = {
103103
colors: {
104104
application: "#FDEDF5",
105105
form: "#fafafa",
106-
card: "#edd5df",
106+
card: "#f9d1e1",
107107
primary: "#ffb3cc",
108108
"primary-button": "#d32d86",
109109
"secondary-dark": "#d34892",
@@ -134,7 +134,7 @@ let themes = {
134134
colors: {
135135
application: "#fafafa",
136136
form: "#fafafa",
137-
card: "#bdbdbd",
137+
card: "#eef0f6",
138138
primary: "#9ca2c9",
139139
"primary-button": "#6c6f84",
140140
"secondary-dark": "#475185",
@@ -165,7 +165,7 @@ let themes = {
165165
colors: {
166166
application: "#e5e4e2",
167167
form: "#e5e4e2",
168-
card: "#bdbdbd",
168+
card: "#cdccca",
169169
primary: "#c8bdb1",
170170
"primary-button": "#353839",
171171
"secondary-dark": "#353839",
@@ -196,7 +196,7 @@ let themes = {
196196
colors: {
197197
application: "#444",
198198
form: "#eeeeee",
199-
card: "#3c3f41",
199+
card: "#666666",
200200
primary: "#c4f1e5",
201201
"primary-button": "#74817d",
202202
"secondary-dark": "#c8e3e7",
@@ -227,7 +227,7 @@ let themes = {
227227
colors: {
228228
application: "#444",
229229
form: "#eeeeee",
230-
card: "#3c3f41",
230+
card: "#666666",
231231
primary: "#ffb700",
232232
"primary-button": "#918c7d",
233233
"secondary-dark": "#ffb700",
@@ -258,7 +258,7 @@ let themes = {
258258
colors: {
259259
application: "#212121",
260260
form: "#AFB42B",
261-
card: "#3c3f41",
261+
card: "#1a1a1a",
262262
primary: "#814fd9",
263263
"primary-button": "#7e57c2",
264264
"secondary-dark": "#814fd9",
@@ -289,7 +289,7 @@ let themes = {
289289
colors: {
290290
application: "#212121",
291291
form: "#AFB42B",
292-
card: "#3c3f41",
292+
card: "#1d1d1d",
293293
primary: "#04acaf",
294294
"primary-button": "#444444",
295295
"secondary-dark": "#04acaf",
@@ -320,7 +320,7 @@ let themes = {
320320
colors: {
321321
application: "#212121",
322322
form: "#AFB42B",
323-
card: "#3c3f41",
323+
card: "#1a1a1a",
324324
primary: "#e53be2",
325325
"primary-button": "#7d177c",
326326
"secondary-dark": "#b332b1",
@@ -351,7 +351,7 @@ let themes = {
351351
colors: {
352352
application: "#353535",
353353
form: "#eeeeee",
354-
card: "#3c3f41",
354+
card: "#424242",
355355
primary: "#AFB4D4",
356356
"primary-button": "#545465",
357357
"secondary-dark": "#9BA0C5",
@@ -383,7 +383,7 @@ let themes = {
383383
colors: {
384384
application: "#16141c",
385385
form: "#eeeeee",
386-
card: "#403C4D",
386+
card: "#292732",
387387
primary: "#8a6eff",
388388
"primary-button": "#53478a",
389389
"secondary-dark": "#7f63fd",

0 commit comments

Comments
 (0)