|
@@ -72,6 +72,7 @@ export const nordTheme = EditorView.theme(
|
|
|
color: base00,
|
|
color: base00,
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
+ // Custom
|
|
|
'.cm-activeLine': { backgroundColor: activeLineBackground },
|
|
'.cm-activeLine': { backgroundColor: activeLineBackground },
|
|
|
'.cm-selectionMatch': {
|
|
'.cm-selectionMatch': {
|
|
|
backgroundColor: base05,
|
|
backgroundColor: base05,
|
|
@@ -95,6 +96,7 @@ export const nordTheme = EditorView.theme(
|
|
|
border: 'none',
|
|
border: 'none',
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
+ // Custom
|
|
|
'.cm-activeLineGutter': {
|
|
'.cm-activeLineGutter': {
|
|
|
backgroundColor: activeLineBackground,
|
|
backgroundColor: activeLineBackground,
|
|
|
color: base04,
|
|
color: base04,
|