테마 적용하기

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

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



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

    var synapEditorConfig = {
        "editor.ui.theme": "dark-gray"  // 테마 이름
    };


     

  3. 테마가 적용됩니다.


제공 테마

기본

dark-gray