فهرست منبع

set theme name

reiji-h 2 سال پیش
والد
کامیت
979fc2cef8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/PageEditor/OptionsSelector.tsx

+ 1 - 1
apps/app/src/components/PageEditor/OptionsSelector.tsx

@@ -14,7 +14,7 @@ import { DEFAULT_THEME, KeyMapMode } from '../../interfaces/editor-settings';
 
 
 const AVAILABLE_THEMES = [
-  'eclipse', 'elegant', 'neo', 'mdn-like', 'material', 'dracula', 'monokai', 'twilight',
+  'GrowiLight', 'eclipse', 'basic', 'ayu', 'rosé pine', 'GrowiDark', 'material', 'nord', 'cobalt', 'kimbie',
 ];
 
 const TYPICAL_INDENT_SIZE = [2, 4];