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

Commit

Permalink
Update dark theme with lower-contrast sidebars.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Feb 14, 2018
1 parent ffb2e34 commit 21fc1f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ button:focus {
overflow: hidden;
}

.theme-dark .editor-pane {
background-color: var(--theme-toolbar-background);
}

.editor-container {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/SecondaryPanes/CommandBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ html[dir="rtl"] .command-bar {
}

.theme-dark .command-bar {
background-color: var(--theme-tab-toolbar-background);
background-color: var(--theme-toolbar-background);
}

img.pause,
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/Accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

:root.theme-dark {
--accordion-header-background: #141416;
--accordion-header-background: #222225;
}

.accordion {
Expand Down

0 comments on commit 21fc1f7

Please sign in to comment.