Cloud Theme Cloud9 IDE

Cloud9 IDE docs say you can import a Textmate theme, but I can't understand it. Can someone explain step by step how I can do this. I am trying to include a theme in my localhost, by the way.

I found this link, but I still don't get it ...

https://groups.google.com/forum/#!msg/ace-discuss/kLgJFe2l2YY/47QvhIowqqMJ .

The above URL also mentions the ability to edit existing topics. It will also come in handy if anyone knows how / where the files are.

+5
source share
2 answers

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

  • pretty.tmTheme 'cloud9/ node_modules/ace/tool/tmThemes/'
  • cloud9/ node_modules/ace/tool/ 'node tmtheme.js'
  • cloud9/
  • make ace
  • 'make theme'
  • cloud9/plugins-client/ext.themes_default/themes_default.js . : "": "ace/theme/pretty"
  • Cloud9 /.
  • !;)
+4

, , , , , , , , . , @Shogun.

, , "All Hallows Eve.tmTheme":

  • ' Hallows Eve.tmTheme' 'cloud9/ node_modules/ace/tool/tmThemes/'
  • 'cloud9/ node_modules/ace/tool/tmtheme.js' 'theme' var ( 231). : "all_hallows_eve": " ". , , , "ace/theme/" 7, tmTheme. , 7 "ace/theme/all_hallows_eve", , 1, "All Hallows Eve.tmTheme".
  • cloud9/ node_modules/ace/tool/ 'node tmtheme.js'
  • cloud9/
  • make ace
  • 'make theme'
  • cloud9/plugins-client/ext.themes_default/themes_default.js . : " ": "ace/theme/all_hallows_eve" '
  • Cloud9 /.
  • !;)

. . , Pretty.tmTheme, , , "All Hallows Eve".

+1

All Articles