Flat Material Look for Cloud9!
Give your Cloud9 instance a modern look!
c9sdk/plugins/c9.ide.theme.jett
Open c9sdk/configs/client-default.js
. Before return 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
--collab
being 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 --collab
mode.
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.
rm build/compile_jett.css
)Please submit a pull request through github.