Give your Cloud9 instance a modern look!
- Animations!
- Retina ready!
- Modern fonts!
- Updated filetype icons!
- Tested with C9 v3.1.1022
- Latest version of Chrome, Safari, Firefox
-
Git clone or download this repo into
c9sdk/plugins/c9.ide.theme.jett -
Open
c9sdk/configs/client-default.js. Beforereturn plugins;add the following:{ packagePath: "plugins/c9.ide.theme.jett/plugin", staticPrefix: staticPrefix + "/plugins/c9.ide.theme.jett" }
Note: This plugin styles collaborative features and has a hard set dependancy on
--collabbeing enabled. -
Open
c9sdk/configs/standalone.js. Add the following somewhere in the config:{ packagePath: "./c9.ide.theme.jett/build-theme", pathRoot: __dirname }
-
Run cloud9 in
--collabmode.node server.js -p 8081 -a : --collab -
Upon launching your Cloud9 instance you should have a new color option in Preferences > Themes > Flat Theme. This will allow you switch this theme on/off.
If you want to run cloud9 with minification turned on ( --packed mode ), you'll need to rebuild assets.
scripts/makestandalone.sh --compress
This is a little manual at the moment.
- Delete the current compilation. (
rm build/compile_jett.css) - Restart cloud9. The server-side plugin will detect the missing asset and rebuild it.
- Licensed under the MIT License:
Please submit a pull request through github.
- GitHub: https://github.com/jumbojett/
