Skip to content

Commit

Permalink
Make the active line background transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 12, 2022
1 parent affdfe8 commit d1c6cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/one-dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const oneDarkTheme = EditorView.theme({
backgroundColor: "#6199ff2f"
},

".cm-activeLine": {backgroundColor: highlightBackground},
".cm-activeLine": {backgroundColor: "#6699ff0b"},
".cm-selectionMatch": {backgroundColor: "#aafe661a"},

"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
Expand Down

0 comments on commit d1c6cca

Please sign in to comment.