Cloud9 Custom Syntax Color Theme - syntax-highlighting

Many are switching to Cloud9 IDE from other IDEs, and I did. But I miss syntax color schemes I had.
Luckily, Cloud9 allows loading custom themes. https://cloud9-sdk.readme.io/v0.1/docs/themes
Could someone create or share step by step, easy to follow instructions on how to import and activate a custom theme in c9? Much appreciated.

Related

Edit Rstudio theme with template or editor

I´m trying to make some modifications to my Rstudio theme. In the past I´ve used an online tmtheme editor (https://tmtheme-editor.herokuapp.com/), but seeds to be offline or not working.
Do you know an alternative? or a way to code a new one starting from a template?
Thanks!

JetBrains IDE color scheme gallery

In current IDE instances of JetBrains we have default white theme, and the 2nd dark theme.
I would love to have more editor color theme though my google search shows little helpful result i.e. only some JetBrains plugins.
I think we can customize the syntax color theme and export to files to apply to another machine - there should be a gallery for that.
So if you know any JetBrains IDE color scheme gallery, please share.
Thank you.
Hitting Ctrol-Backquote and choose Color Scheme will list some syntax highlight scheme/skin options.

CS-CART Themeing

I have been looking into using CS-CART as a shopping cart and started looking through the themes and it appears to me the only way to build a theme is to extend a default theme and use the theme editor and visual designer to construct themes. Is this the only way or is there a way to code custom themes without being limited to designing in the administration section?
The theme editor is intended to be used as a customization tool for the site administrator, not for the theme developer.
A theme may provide configuration for the theme editor - what colors can be changed, etc.
For the deep customization of how the site looks you can create you own theme with your own CSS code.
Check out this guide on how to create your custom theme - http://docs.cs-cart.com/4.3.x/designer_guide/theme_tutorial/index.html
Also there is an official Bootstrap 3 theme for CS-Cart which can be easily customized - https://github.com/cscart/cscart-boilerplate#the-cs-cart-boilerplate-theme
You are not limited, you have all the tools that you need to develop as you desire, the responsive theme is the base because this theme was tested enough so far and have good feedback and for somebody to start from scratch will take to much time and until you finish CS-Cart will do a big change and you will need to do another work ;)
Please check https://www.ambientlounge.ie and let me know if you find any limitations here :D
It's very easy modift cs-cart theme, cs-cart theme base on bootstrap and and smarty engine, firt you need looking for "index.tpl", "common/script.tpl", "common/style.tpl", "view/block_manager/render/grid.tpl || container.tpl || block.tpl || location.tpl. and you will understand cs-cart theme structure
You need to know smarty engine syntax here http://www.smarty.net/documentation
and cs-cart developer doc here http://docs.cs-cart.com/4.3.x/#designer-guide

Cloud9 IDE Themes not switching

I'm having some problems with the cloud 9 IDE. I was trying out the different themes, when suddenly it stopped changing themes properly. I've tried a lot of things, but as it stands, the only part that changes is the editor. The terminal, file tree, and menus are stuck on one theme. Has anyone encountered this problem and found a way to fix it? Thanks in advance for any help.
Try adding the url param ?reset=1 to your workspace url. This will reset your theme (and all Cloud9 settings such as keybindings etc) to default so that you can change it again.
You can change main theme from preferences tab.
Select view -> Themes -> UI themes

Are there any templates to make Ruby code in Netbeans look as sexy as in Textmate?

As much as I love Netbeans for Ruby programming the traditional white background and drab color coding leave me with Textmate envy.
Is there any solution to this in the absence of buying a Mac?
Dark color schemes in NetBeans
Aloha Color Theme
Google netbeans color schemes
there is a plugin called Extra color themes:
Additional editor color themes designed for use with the Ruby file types in NetBeans. The 'Dark Pastels' theme was designed by Jerrett Taylor. The 'Aloha' theme was created by Mike McKinney (http://huikau.com)
did you tried it?
I use the Dark Psstels theme from the Extra Ruby Color Themes plugin. Be advised, though, that NetBeans only allows you to style the editor, the rest of the IDE will still look as butt-ugly as it did before. (Pardon my French.)
If you want to change that, you will have to change the entire Swing Look&Feel. There are also some plugins which do that, but they are mostly for testing. (There is one which switches NetBeans to the Napkin LAF, which as the name implies makes everything look like it's scribbled on a napkin. This is very useful if you use the NetBeans Application Platform to build your own NetBeans-based applications (does anybody do that?), but otherwise pretty useless.)
Note that this isn't much of a problem if you maximize the editor and put NetBeans in fullscreen mode.

Resources