All Projects → jumbojett → c9.ide.theme.jett

jumbojett / c9.ide.theme.jett

Licence: MIT license
Flat Material Look for Cloud9!

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to c9.ide.theme.jett

dockside
Dockside is a tool for provisioning lightweight access-controlled IDEs, staging environments and sandboxes - aka 'devtainers' - on local machine, on-premises raw metal or VM, or in the cloud
Stars: ✭ 205 (+688.46%)
Mutual labels:  web-ide, ide, cloud-ide
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (+230.77%)
Mutual labels:  web-ide, ide, cloud-ide
Gitpod
Gitpod automates the provisioning of ready-to-code development environments.
Stars: ✭ 6,261 (+23980.77%)
Mutual labels:  ide, cloud-ide
graphiql-storm
🌪 A GraphQl Web IDE
Stars: ✭ 111 (+326.92%)
Mutual labels:  web-ide, ide
exlcode
EXLcode - VS Code-based Online IDE
Stars: ✭ 42 (+61.54%)
Mutual labels:  ide, cloud-ide
Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+25176.92%)
Mutual labels:  ide, cloud-ide
exlcode-chrome
EXLcode - VS Code-based Online IDE Chrome Extension
Stars: ✭ 18 (-30.77%)
Mutual labels:  ide, cloud-ide
Theia
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
Stars: ✭ 15,920 (+61130.77%)
Mutual labels:  ide, cloud-ide
Webide
Coding WebIDE Community Edition
Stars: ✭ 1,623 (+6142.31%)
Mutual labels:  web-ide, ide
Monodevelop
MonoDevelop is a cross platform .NET IDE
Stars: ✭ 2,682 (+10215.38%)
Mutual labels:  ide
Ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Stars: ✭ 237 (+811.54%)
Mutual labels:  ide
Sdk
The jMonkeyEngine3 SDK based on netbeans
Stars: ✭ 240 (+823.08%)
Mutual labels:  ide
Ecere Sdk
Ecere SDK (eC Language, Ecere IDE, Cross platform GUI, graphics, and more) — http://ec-lang.org —
Stars: ✭ 244 (+838.46%)
Mutual labels:  ide
BuildPhp
php and web env manager for mac,include apache nginx php mysql memcached redis node with mutable version, and SSL make, file info... extend tools
Stars: ✭ 111 (+326.92%)
Mutual labels:  web-ide
dslforge
A generator of domain-specific language (DSL) editors for web applications and cloud IDEs.
Stars: ✭ 74 (+184.62%)
Mutual labels:  cloud-ide
Ocaml Language Server
A language server for OCaml and related languages
Stars: ✭ 238 (+815.38%)
Mutual labels:  ide
Ide Haskell
Haskell IDE plugin for Atom editor
Stars: ✭ 236 (+807.69%)
Mutual labels:  ide
tree-core-ide
The next generation integrated development environment for processor design and verification. It has multi-hardware language support, open source IP management and easy-to-use rtl simulation toolset.
Stars: ✭ 79 (+203.85%)
Mutual labels:  ide
lily
Lily is a modular and lightweight IDE for languages based on Panda Framework
Stars: ✭ 24 (-7.69%)
Mutual labels:  ide
flaskcode
A web based code editor on python flask framework.
Stars: ✭ 43 (+65.38%)
Mutual labels:  web-ide

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:

    {
       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.

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

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

    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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].