satof3 1 год назад
Родитель
Сommit
61320318ee
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/editor/src/services/editor-theme/eclipse.ts

+ 1 - 2
packages/editor/src/services/editor-theme/eclipse.ts

@@ -1,9 +1,8 @@
-// Ref: https://github.com/vadimdemedes/thememirror/blob/94a6475a9113ec03d880fcb817aadcc5a16e82e4/source/themes/ayu-light.ts
+// Ref: @uiw/codemirror-theme-eclipse/esm/index.js
 
 import { tags as t } from '@lezer/highlight';
 import { createTheme } from '@uiw/codemirror-themes';
 
-// @uiw/codemirror-theme-eclipse/esm/index.js
 export const eclipse = createTheme({
   theme: 'light',
   settings: {