Skip to content

Commit

Permalink
Themes: Code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Nov 30, 2021
1 parent a174448 commit 13cfcf6
Show file tree
Hide file tree
Showing 7 changed files with 206 additions and 206 deletions.
4 changes: 2 additions & 2 deletions frontend/src/css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@import url("themes/vanta.css");
@import url("themes/shadow.css");
@import url("themes/yellowstone.css");
@import url("themes/dark-purple.css");
@import url("themes/dark-lavender.css");
@import url("themes/abyss.css");
@import url("themes/gemstone.css");

/* General Styles */

Expand Down
93 changes: 93 additions & 0 deletions frontend/src/css/themes/abyss.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
/* Abyss Theme */

.theme-abyss .v-content__wrap,
.theme-abyss .p-page,
.theme-abyss .form,
.theme-abyss .v-content {
background: #212121 !important;
}

#photoprism.theme-abyss .theme--light.v-small-dialog__content,
#photoprism.theme-abyss .theme--light.v-sheet,
#photoprism.theme-abyss .theme--light.v-card {
background: #212121;
}

.theme-abyss .application.theme--light {
background: #212121;
}

#photoprism.theme-abyss .theme--light .v-table {
background: #262626;
}

#photoprism.theme-abyss .theme--light.v-table thead th,
#photoprism.theme-abyss .theme--light.v-table tbody td {
color: #fff;
}

#photoprism.theme-abyss .theme--light.v-table tbody tr:hover {
background: #333333;
}

#photoprism.theme-abyss .theme--light.v-chip,
#photoprism.theme-abyss .v-card__actions .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
background: #333;
}

#photoprism.theme-abyss .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
background: #262626;
}

#photoprism.theme-abyss .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
color: #999 !important;
}

#photoprism.theme-abyss .theme--light.v-input--selection-controls.v-input--is-disabled .v-icon,
#photoprism.theme-abyss .theme--light.v-input--is-disabled .v-label,
#photoprism.theme-abyss .theme--light.v-input--is-disabled input,
#photoprism.theme-abyss .theme--light.v-input--is-disabled textarea {
color: #ccc;
}

#photoprism.theme-abyss,
#photoprism.theme-abyss .p-page a,
#photoprism.theme-abyss .v-datatable a,
#photoprism.theme-abyss .theme--light.v-expansion-panel .v-expansion-panel__container,
#photoprism.theme-abyss .theme--light.v-tabs__bar .v-tabs__div,
#photoprism.theme-abyss .theme--light {
color: #fff;
}

#photoprism.theme-abyss .theme--light.v-list {
background: #262626;
}

#photoprism.theme-abyss a.text-link {
color: #c8e3e7 !important;
}

#photoprism.theme-abyss .theme--light.v-select .v-select__selections {
color: #eee;
}

#photoprism.theme-abyss .theme--light.v-list .v-list__tile__sub-title,
#photoprism.theme-abyss .accent--text {
color: #643da9 !important;
}

#photoprism.theme-abyss .theme--light.v-input:not(.v-input--is-disabled) input,
#photoprism.theme-abyss .theme--light.v-input:not(.v-input--is-disabled) textarea {
color: #fff;
}

#photoprism.theme-abyss .theme--light.v-btn.v-btn--disabled,
#photoprism.theme-abyss .theme--light.v-btn.v-btn--disabled .v-btn__loading,
#photoprism.theme-abyss .theme--light.v-btn.v-btn--disabled .v-icon {
color: #999 !important;
}

#photoprism.theme-abyss .theme--light.v-list .v-list__tile__mask {
color: #cccccc;
background: transparent;
}
106 changes: 0 additions & 106 deletions frontend/src/css/themes/dark-lavender.css

This file was deleted.

93 changes: 0 additions & 93 deletions frontend/src/css/themes/dark-purple.css

This file was deleted.

Loading

0 comments on commit 13cfcf6

Please sign in to comment.