satof3 1 年間 前
コミット
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: {