kopia lustrzana https://github.com/c9/core
				
				
				
			|  7203e26e57 | ||
|---|---|---|
| .. | ||
| fonts | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
| screenshot.png | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Cloud9 Jett Theme
A flat theme for C9 IDE
Give your Cloud9 instance a modern look!
 
Features
- Animations!
- Retina ready!
- Modern fonts!
- Updated filetype icons!
Compatibility
- Tested with C9 v3.1.1022
- Latest version of Chrome, Safari, Firefox
Installation
- 
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. 
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.
- Delete the current compilation. (rm build/compile_jett.css)
- Restart cloud9. The server-side plugin will detect the missing asset and rebuild it.
License
- MIT
Contributing
Please submit a pull request through github.
Author
- GitHub: https://github.com/jumbojett/