Explorar el Código

change cobalt url color

reiji-h hace 2 años
padre
commit
0a250fea66
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      packages/editor/src/services/editor-theme/cobalt.ts

+ 5 - 1
packages/editor/src/services/editor-theme/cobalt.ts

@@ -75,8 +75,12 @@ export const cobalt = createTheme({
       color: '#fff',
     },
     {
-      tag: [t.url, t.escape, t.link],
+      tag: [t.url, t.escape],
       color: '#497DBA',
     },
+    {
+      tag: [t.brace, t.processingInstruction, t.inserted],
+      color: '#7491B4',
+    },
   ],
 });