项目作者: jumbojett

项目描述 :
Flat Material Look for Cloud9!
高级语言: CSS
项目地址: git://github.com/jumbojett/c9.ide.theme.jett.git
创建时间: 2016-06-02T16:11:20Z
项目社区:https://github.com/jumbojett/c9.ide.theme.jett

开源协议:MIT License

下载


Cloud9 Jett Theme

A flat theme for C9 IDE

Give your Cloud9 instance a modern look!

screenshot

Features

  • Animations!
  • Retina ready!
  • Modern fonts!
  • Updated filetype icons!

Compatibility

  • Tested with C9 v3.1.1022
  • Latest version of Chrome, Safari, Firefox

Installation

  1. Git clone or download this repo into c9sdk/plugins/c9.ide.theme.jett
  2. Open c9sdk/configs/client-default.js. Before return plugins; add the following:

    1. {
    2. packagePath: "plugins/c9.ide.theme.jett/plugin",
    3. staticPrefix: staticPrefix + "/plugins/c9.ide.theme.jett"
    4. }

    Note: This plugin styles collaborative features and has a hard set dependancy on --collab being enabled.

  3. Open c9sdk/configs/standalone.js. Add the following somewhere in the config:

    1. {
    2. packagePath: "./c9.ide.theme.jett/build-theme",
    3. pathRoot: __dirname
    4. }
  4. Run cloud9 in --collab mode.

    1. node server.js -p 8081 -a : --collab
  5. 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.

Minification

If you want to run cloud9 with minification turned on ( --packed mode ), you’ll need to rebuild assets.

  1. scripts/makestandalone.sh --compress

Customize CSS

This is a little manual at the moment.

  1. Delete the current compilation. (rm build/compile_jett.css)
  2. Restart cloud9. The server-side plugin will detect the missing asset and rebuild it.

License

Contributing

Please submit a pull request through github.

Author