Page tree
Skip to end of metadata
Go to start of metadata

릴리즈 2.6.0 이상

테마 적용하기

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

    index.html
    <!-- 테마 CSS -->
    <link rel='stylesheet' href='../dist/themes/dark-gray.css'>


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

    config.js
    var synapEditorConfig = {
        "editor.ui.theme": "dark-gray"  // 테마 이름
    };
  3. 테마가 적용됩니다.


제공 테마

기본

dark-gray


  • No labels