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':
- Copy pretty.tmtheme to 'cloud9 / node_modules / ace / tool / tmThemes /'
- cloud9 Go to / node_modules / ace / tool / and run 'node tmtheme.js'
- Go to Cloud 9
- Run' Create Ace '
- ' Create Theme 'Run'
- Cloud 9 / Plugins-Client / Extracts_Default / Themes_default. Open JS and add your theme to the list. Ex: "Beautiful": "Ace / Theme / Beautiful" '
- Run Cloud 9 and select new theme from the View / Themes list.
- Enjoy! ;)
Comments
Post a Comment