Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 에디터가 적용된 html 페이지에 테마 CSS 파일을 include 합니다.

    Code Block
    languagexml
    themeEmacs
    titleindex.html
    <!-- 테마 CSS -->
    <link rel='stylesheet' href='../dist/themes/dark-gray.css'>



  2. 에디터 설정 'editor.ui.theme' 에 테마를 설정합니다.

    Code Block
    languagejs
    themeEmacs
    titleconfig.js
    var synapEditorConfig = {
        "editor.ui.theme": "dark-gray"  // 테마 이름
    };


     

  3. 테마가 적용됩니다.


제공 테마

기본

Image RemovedImage Added

dark-gray

Image RemovedImage Added