satof3 1 год назад
Родитель
Сommit
f4b41d3e72

+ 2 - 2
packages/editor/src/services/editor-theme/material.ts

@@ -66,7 +66,7 @@ export const materialDarkTheme = EditorView.theme(
       backgroundColor: highlightBackground,
     },
 
-    // Custom
+    // Customize
     '.cm-activeLine': { backgroundColor: activeLineBackground },
     '.cm-selectionMatch': {
       backgroundColor: darkBackground,
@@ -88,7 +88,7 @@ export const materialDarkTheme = EditorView.theme(
       color: base02,
     },
 
-    // Custom
+    // Customize
     '.cm-activeLineGutter': {
       backgroundColor: activeLineBackground,
       color: base07,

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

@@ -60,8 +60,8 @@ export const nordTheme = EditorView.theme(
       { backgroundColor: selection },
 
     '.cm-panels': { backgroundColor: darkBackground, color: base03 },
-    // '.cm-panels.cm-panels-top': { borderBottom: '2px solid black' },
-    // '.cm-panels.cm-panels-bottom': { borderTop: '2px solid black' },
+    '.cm-panels.cm-panels-top': { borderBottom: '2px solid black' },
+    '.cm-panels.cm-panels-bottom': { borderTop: '2px solid black' },
 
     '.cm-searchMatch': {
       backgroundColor: 'transparent',