Browse Source

Adjust color

satof3 1 year ago
parent
commit
119437d731

+ 1 - 1
packages/editor/src/services/editor-theme/.eslintrc.js

@@ -1,5 +1,5 @@
 module.exports = {
   rules: {
-    'camelcase': 'off',
+    camelcase: 'off',
   }
 };

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

@@ -26,12 +26,12 @@ const base00 = '#2e3235',
   base_teal = '#4ebaaa'
 
 const invalid = base_red,
-  darkBackground = '#202325',
-  highlightBackground = '#545b61',
+  darkBackground = '#36383a',
+  highlightBackground = '#44494d',
   background = base00,
   tooltipBackground = base01,
   selection = base01,
-  cursor = base04
+  cursor = base05
 
 /// The editor theme styles for Material Dark.
 export const materialDarkTheme = EditorView.theme(