Cloud9 IDE local themes -


Cloud 9 IDE Docs says that you can import a textat theme, but I can not understand whether anyone Step-by-step can tell how I can do this.

I have found this link, but I still do not get it ...

.

The above mentioned URL also mentions being able to edit the topics already present. It will also be useful if anyone knows how the files are located / where. Assuming the name of your theme is 'pretty.tmTheme':

  1. Copy pretty.tmtheme to 'cloud9 / node_modules / ace / tool / tmThemes /'
  2. cloud9 Go to / node_modules / ace / tool / and run 'node tmtheme.js'
  3. Go to Cloud 9
  4. Run' Create Ace '
  5. ' Create Theme 'Run'
  6. Cloud 9 / Plugins-Client / Extracts_Default / Themes_default. Open JS and add your theme to the list. Ex: "Beautiful": "Ace / Theme / Beautiful" '
  7. Run Cloud 9 and select new theme from the View / Themes list.
  8. Enjoy! ;)

Comments