satof3 2 лет назад
Родитель
Сommit
1b06e93684
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/editor/src/services/editor-theme/nord.ts

+ 2 - 0
packages/editor/src/services/editor-theme/nord.ts

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