satof3 пре 1 година
родитељ
комит
6f0c060d0d
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      packages/editor/src/services/editor-theme/material.ts

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

@@ -26,11 +26,14 @@ const base00 = '#2e3235',
   base_teal = '#4ebaaa'
 
 const invalid = base_red,
+  // Adjust color
   darkBackground = '#36383a',
+  // Adjust color
   highlightBackground = '#44494d',
   background = base00,
   tooltipBackground = base01,
   selection = base01,
+  // Change color
   cursor = base05
 
 /// The editor theme styles for Material Dark.