Skip to content

Commit

Permalink
fix #1784: apply dark theme to autocomplete popup
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jun 20, 2024
1 parent 9c22474 commit 67ba465
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions edit/codemirror-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
.cm-s-default div.CodeMirror-cursor {
border-left: 1px solid #fff;
}
.CodeMirror-hints {
background: #333;
}
.CodeMirror-hint {
color: var(--fg);
}
/* Using Chromium's dark devtools colors */
/* WARNING! Declare in the same order as the original codemirror.css */
.cm-s-default .cm-header { color: #5db0d7 }
Expand Down

0 comments on commit 67ba465

Please sign in to comment.