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

Commit

Permalink
Improve dark theme in Project diff panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Bonani committed May 18, 2019
1 parent 5d01382 commit cbd5be5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
background-color: #383C45;
}

.node-dialog-view-diff-panel .red-ui-editableList-container {
background-color: #383C45;
}

.node-diff-element .debug-message-row:hover {
background-color: #f3f3f3;
}
Expand Down Expand Up @@ -320,6 +324,10 @@
background-color: #434954;
}

.node-text-diff table.node-text-diff-content td.linetext {
border-left-color: #2E333A;
}

.node-text-diff table.node-text-diff-content tr.node-text-diff-commit-header td .commit-summary {
border-top-color: #2E333A;
}
Expand Down

0 comments on commit cbd5be5

Please sign in to comment.