- Make theme CSS
Go to some temporary dir:
git clone https://github.com/ajaxorg/ace
cd ace/tool
npm i
node tmtheme.js THEME-NAME \
/path/to/some-theme.tmtheme /path/to/output/dir - Edit the theme CSS
Go to /path/to/output/dir
Open THEME-NAME.css
Replace the prefix CSS class ".ace-XXX" to ".ace_content"
Ctrl-A (Select all CSS), Ctrl-C (Copy) - Apply the theme CSS
Open Cloud9 IDE, go to Preferences >> Themes >> Edit your stylesheet
Ctrl-V (Paste the CSS), Ctrl-S (Save) - See it applied!
Open any file, to enjoy the custome theme.
https://community.c9.io/t/how-do-i-upload-a-custom-theme-to-my-workspace/20893/3
No comments:
Post a Comment