소스 검색

Fix details

satof3 2 년 전
부모
커밋
f4b41d3e72
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      packages/editor/src/services/editor-theme/material.ts
  2. 2 2
      packages/editor/src/services/editor-theme/nord.ts

+ 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',