diff --git a/packages/codemirror/themes.mjs b/packages/codemirror/themes.mjs index d7f144e0..f7723871 100644 --- a/packages/codemirror/themes.mjs +++ b/packages/codemirror/themes.mjs @@ -31,7 +31,7 @@ import tokyoNightStorm, { settings as tokyoNightStormSettings } from './themes/t import tokyoNightDay, { settings as tokyoNightDaySettings } from './themes/tokyoNightDay.mjs'; import vscodeDark, { settings as vscodeDarkSettings } from './themes/vscodeDark.mjs'; import vscodeLight, { settings as vscodeLightSettings } from './themes/vscodeLight.mjs'; -import xcodeDark, { settings as xcodeDarkSettings } from './themes/xcodeDark.mjs'; +// import xcodeDark, { settings as xcodeDarkSettings } from './themes/xcodeDark.mjs'; import xcodeLight, { settings as xcodeLightSettings } from './themes/xcodeLight.mjs'; import bbedit, { settings as bbeditSettings } from './themes/bbedit.mjs'; import noctisLilac, { settings as noctisLilacSettings } from './themes/noctisLilac.mjs'; @@ -64,7 +64,8 @@ export const themes = { tokyoNight, tokyoNightStorm, vscodeDark, - xcodeDark, + //xcodeDark, + // LIGHT bbedit, //duotoneLight, eclipse,