Frontend: Rename theme
This commit is contained in:
parent
1efdf1c1a3
commit
5adf2b2521
5 changed files with 97 additions and 97 deletions
|
@ -1,5 +1,5 @@
|
|||
@import url("themes/grayscale.css");
|
||||
@import url("themes/midnight.css");
|
||||
@import url("themes/vanta.css");
|
||||
@import url("themes/shadow.css");
|
||||
@import url("themes/yellowstone.css");
|
||||
|
||||
|
|
|
@ -1,93 +0,0 @@
|
|||
/* Midnight Theme */
|
||||
|
||||
.theme-midnight .v-content__wrap,
|
||||
.theme-midnight .p-page,
|
||||
.theme-midnight .form,
|
||||
.theme-midnight .v-content {
|
||||
background: #212121 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-small-dialog__content,
|
||||
#photoprism.theme-midnight .theme--light.v-sheet,
|
||||
#photoprism.theme-midnight .theme--light.v-card {
|
||||
background: #212121;
|
||||
}
|
||||
|
||||
.theme-midnight .application.theme--light {
|
||||
background: #212121;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light .v-table {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-table thead th,
|
||||
#photoprism.theme-midnight .theme--light.v-table tbody td {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-table tbody tr:hover {
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-chip,
|
||||
#photoprism.theme-midnight .v-card__actions .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon,
|
||||
#photoprism.theme-midnight .theme--light.v-input--is-disabled .v-label,
|
||||
#photoprism.theme-midnight .theme--light.v-input--is-disabled input,
|
||||
#photoprism.theme-midnight .theme--light.v-input--is-disabled textarea {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight,
|
||||
#photoprism.theme-midnight .p-page a,
|
||||
#photoprism.theme-midnight .v-datatable a,
|
||||
#photoprism.theme-midnight .theme--light.v-expansion-panel .v-expansion-panel__container,
|
||||
#photoprism.theme-midnight .theme--light.v-tabs__bar .v-tabs__div,
|
||||
#photoprism.theme-midnight .theme--light {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-list {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight a.text-link {
|
||||
color: #c8e3e7 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-select .v-select__selections {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-list .v-list__tile__sub-title,
|
||||
#photoprism.theme-midnight .accent--text {
|
||||
color: #919bd4 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-input:not(.v-input--is-disabled) input,
|
||||
#photoprism.theme-theri .theme--light.v-input:not(.v-input--is-disabled) textarea {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-btn.v-btn--disabled,
|
||||
#photoprism.theme-midnight .theme--light.v-btn.v-btn--disabled .v-btn__loading,
|
||||
#photoprism.theme-midnight .theme--light.v-btn.v-btn--disabled .v-icon {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-midnight .theme--light.v-list .v-list__tile__mask {
|
||||
color: #cccccc;
|
||||
background: transparent;
|
||||
}
|
93
frontend/src/css/themes/vanta.css
Normal file
93
frontend/src/css/themes/vanta.css
Normal file
|
@ -0,0 +1,93 @@
|
|||
/* Black Aqua Theme */
|
||||
|
||||
.theme-vanta .v-content__wrap,
|
||||
.theme-vanta .p-page,
|
||||
.theme-vanta .form,
|
||||
.theme-vanta .v-content {
|
||||
background: #212121 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-small-dialog__content,
|
||||
#photoprism.theme-vanta .theme--light.v-sheet,
|
||||
#photoprism.theme-vanta .theme--light.v-card {
|
||||
background: #212121;
|
||||
}
|
||||
|
||||
.theme-vanta .application.theme--light {
|
||||
background: #212121;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light .v-table {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-table thead th,
|
||||
#photoprism.theme-vanta .theme--light.v-table tbody td {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-table tbody tr:hover {
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-chip,
|
||||
#photoprism.theme-vanta .v-card__actions .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon,
|
||||
#photoprism.theme-vanta .theme--light.v-input--is-disabled .v-label,
|
||||
#photoprism.theme-vanta .theme--light.v-input--is-disabled input,
|
||||
#photoprism.theme-vanta .theme--light.v-input--is-disabled textarea {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta,
|
||||
#photoprism.theme-vanta .p-page a,
|
||||
#photoprism.theme-vanta .v-datatable a,
|
||||
#photoprism.theme-vanta .theme--light.v-expansion-panel .v-expansion-panel__container,
|
||||
#photoprism.theme-vanta .theme--light.v-tabs__bar .v-tabs__div,
|
||||
#photoprism.theme-vanta .theme--light {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-list {
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta a.text-link {
|
||||
color: #c8e3e7 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-select .v-select__selections {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-list .v-list__tile__sub-title,
|
||||
#photoprism.theme-vanta .accent--text {
|
||||
color: #05dde1 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-input:not(.v-input--is-disabled) input,
|
||||
#photoprism.theme-vanta .theme--light.v-input:not(.v-input--is-disabled) textarea {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-btn.v-btn--disabled,
|
||||
#photoprism.theme-vanta .theme--light.v-btn.v-btn--disabled .v-btn__loading,
|
||||
#photoprism.theme-vanta .theme--light.v-btn.v-btn--disabled .v-icon {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
#photoprism.theme-vanta .theme--light.v-list .v-list__tile__mask {
|
||||
color: #cccccc;
|
||||
background: transparent;
|
||||
}
|
|
@ -231,8 +231,8 @@ export const Themes = () => [
|
|||
disabled: false,
|
||||
},
|
||||
{
|
||||
text: $gettext("Midnight"),
|
||||
value: "midnight",
|
||||
text: $gettext("Vanta"),
|
||||
value: "vanta",
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -289,7 +289,7 @@
|
|||
"navigation-home": "#000000"
|
||||
}
|
||||
},
|
||||
"midnight": {
|
||||
"vanta": {
|
||||
"dark": true,
|
||||
"sponsor": true,
|
||||
"colors": {
|
||||
|
|
Loading…
Reference in a new issue