Skip to content

Commit c10e0d2

Browse files
Update ModernDark theme to latest version (#649)
Co-authored-by: DogmaDragon <[email protected]>
1 parent 497b028 commit c10e0d2

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

themes/Theme-ModernDark/Theme-ModernDark.css

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ div.dropdown-menu {
3838
background-color: var(--nav-color) !important;
3939
}
4040
.card {
41-
background-color: #30404d;
4241
border-radius: 3px;
4342
box-shadow:
4443
0 0 0 1px rgba(16, 22, 26, 0.4),
@@ -253,7 +252,7 @@ option {
253252
.modal-header,
254253
.modal-body,
255254
.modal-footer {
256-
background-color: #30404d;
255+
background-color: --var(--card-color);
257256
color: #f5f8fa;
258257
background-repeat: no-repeat;
259258
background-size: cover;
@@ -534,3 +533,30 @@ button.minimal {
534533
.video-js .vjs-play-progress {
535534
background-color: #e5a00d;
536535
}
536+
.filtered-list-toolbar {
537+
background-color: var(--body-color);
538+
}
539+
.sidebar-pane .sidebar {
540+
background-color: var(--body-color);
541+
border-right: 1px solid var(--nav-color);
542+
}
543+
.sidebar-section {
544+
border-bottom: 1px solid var(--nav-color);
545+
}
546+
.sidebar-toggle-button-container .sidebar-toggle-button {
547+
border: 1px solid var(--tag-color);
548+
border-left: none;
549+
}
550+
.clearable-text-field, .clearable-text-field:active, .clearable-text-field:focus {
551+
background-color: var(--nav-color);
552+
border-color: var(--tag-color);
553+
}
554+
.form-control:focus {
555+
box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .25);
556+
}
557+
.package-manager table thead {
558+
background-color: var(--nav-color);
559+
}
560+
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
561+
background-color: var(--nav-color) !important;
562+
}

themes/Theme-ModernDark/Theme-ModernDark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Theme - ModernDark
22
description: ModernDark Theme for Stash by cj13
3-
version: 1.2
3+
version: 1.3
44
url: https://discourse.stashapp.cc/t/moderndark/1423
55
ui:
66
css:

0 commit comments

Comments
 (0)