Cloud9 IDE local themes

前端 未结 1 876
忘了有多久
忘了有多久 2021-02-09 22:49

The Cloud9 IDE docs say you can import a Textmate theme, but i cant figure it out. Can some one explain step-by-step how i can do this. Im trying to include the theme on my loca

相关标签:
1条回答
  • 2021-02-09 23:45

    Follow these steps, assuming my theme name is 'pretty.tmTheme':

    1. Copy pretty.tmTheme to 'cloud9/node_modules/ace/tool/tmThemes/'
    2. Go to cloud9/node_modules/ace/tool/ and run 'node tmtheme.js'
    3. Go to cloud9/
    4. Run 'make ace'
    5. Run 'make theme'
    6. Open cloud9/plugins-client/ext.themes_default/themes_default.js and add your theme to the list. For ex: '"Pretty": "ace/theme/pretty"'
    7. Run Cloud9 and select new theme from the view/themes list.
    8. Enjoy! ;)
    0 讨论(0)
提交回复
热议问题