Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 21fc1f7

Browse files
committed
Update dark theme with lower-contrast sidebars.
1 parent ffb2e34 commit 21fc1f7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/components/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ button:focus {
3232
overflow: hidden;
3333
}
3434

35+
.theme-dark .editor-pane {
36+
background-color: var(--theme-toolbar-background);
37+
}
38+
3539
.editor-container {
3640
width: 100%;
3741
}

src/components/SecondaryPanes/CommandBar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ html[dir="rtl"] .command-bar {
1616
}
1717

1818
.theme-dark .command-bar {
19-
background-color: var(--theme-tab-toolbar-background);
19+
background-color: var(--theme-toolbar-background);
2020
}
2121

2222
img.pause,

src/components/shared/Accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
:root.theme-dark {
10-
--accordion-header-background: #141416;
10+
--accordion-header-background: #222225;
1111
}
1212

1313
.accordion {

0 commit comments

Comments
 (0)