Skip to content

Commit

Permalink
Dark theme changes (#11)
Browse files Browse the repository at this point in the history
* change variable due to new color changes in dark theme

* change variable due to new color changes in dark theme
  • Loading branch information
liquidely authored Dec 15, 2022
1 parent d0c4e49 commit a8550f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/styles/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ div.wikiEditor-ui-toolbar .group .tool-select .options {
}

.CodeMirror-activeline-background {
background-color: var( --clr-surface-2, #e8f2ff );
background-color: var( --clr-surface-3, #e8f2ff );
}

.CodeMirror-linenumber {
Expand All @@ -102,15 +102,15 @@ div.wikiEditor-ui-toolbar .group .tool-select .options {
}

.CodeMirror-selected {
background: var( --clr-surface-2, #d9d9d9 );
background: var( --clr-surface-3, #d9d9d9 );
}

.CodeMirror-focused .CodeMirror-selected {
background: var( --clr-surface-2, #d7d4f0 );
background: var( --clr-surface-3, #d7d4f0 );
}

.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: var( --clr-surface-2, #d7d4f0 );
background: var( --clr-surface-3, #d7d4f0 );
}

0 comments on commit a8550f5

Please sign in to comment.