Browse Source

Merge pull request #8852 from weseek/fix/146998-editor-nord-brackets

fix: Brackets appearance when Nord editor theme
Yuki Takei 1 year ago
parent
commit
f11aa1abd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/editor/src/services-internal/editor-theme/nord.ts

+ 1 - 1
packages/editor/src/services-internal/editor-theme/nord.ts

@@ -87,7 +87,7 @@ export const nordTheme = EditorView.theme(
     '&.cm-focused .cm-matchingBracket': {
       // Customize
       backgroundColor: base02,
-      color: base02,
+      color: base04,
     },
 
     '.cm-gutters': {