fix: minor ui improvements

This commit is contained in:
liyasthomas
2021-11-20 08:28:38 +05:30
parent 5ab24d1439
commit d57e465806
3 changed files with 17 additions and 5 deletions

View File

@@ -94,9 +94,11 @@ export const baseTheme = EditorView.theme({
".cm-activeLine": { backgroundColor: "transparent" },
".cm-searchMatch": {
outline: "1px solid var(--accent-dark-color)",
backgroundColor: "var(--divider-dark-color)",
},
".cm-selectionMatch": {
outline: "1px solid var(--accent-dark-color)",
backgroundColor: "var(--divider-light-color)",
},
".cm-matchingBracket, .cm-nonmatchingBracket": {
backgroundColor: "var(--divider-color)",