Skip to content

Commit 3e763dc

Browse files
Update theme to latest version
1 parent 497b028 commit 3e763dc

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

themes/Theme-ModernDark/Theme-ModernDark.css

Lines changed: 25 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,27 @@ 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+
}

0 commit comments

Comments
 (0)