WeBuilder currently ships with a number of nice Base 16 colour themes - would love it it if it included 'Ocean'.
http://chriskempson.github.io/base16/#ocean
Any chance of adding that one (and maybe the others if it's easy/possible)?
Base 16: Ocean Colour Scheme
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: Base 16: Ocean Colour Scheme
Sure, I'll add this to suggestions.
There is a way you could create your own Base 16 scheme if you know some programming (which I'm sure you do). Basically what you need is a script that replaces values in file \settings\colors\Base 16 Dark.xsc from those in http://chriskempson.github.io/base16/#dark to those in http://chriskempson.github.io/base16/#ocean.
The colors are converted to Integer like so:
#90a959 --(swap Red and Blue)--> #59a990 --(convert from hex to dec)--> 5876112
Base16 dark colors are listed here: http://chriskempson.github.io/base16/cs ... efault.css
Base16 ocean colors are listed here: http://chriskempson.github.io/base16/cs ... -ocean.css
I think this could be a fun task and if you manage to get it done, I will be happy if you send in the resulting color scheme
There is a way you could create your own Base 16 scheme if you know some programming (which I'm sure you do). Basically what you need is a script that replaces values in file \settings\colors\Base 16 Dark.xsc from those in http://chriskempson.github.io/base16/#dark to those in http://chriskempson.github.io/base16/#ocean.
The colors are converted to Integer like so:
#90a959 --(swap Red and Blue)--> #59a990 --(convert from hex to dec)--> 5876112
Base16 dark colors are listed here: http://chriskempson.github.io/base16/cs ... efault.css
Base16 ocean colors are listed here: http://chriskempson.github.io/base16/cs ... -ocean.css
I think this could be a fun task and if you manage to get it done, I will be happy if you send in the resulting color scheme

Blumentals Software Programmer
Re: Base 16: Ocean Colour Scheme
Nice styles, so I made one (since no-one else did
)
http://forums.blumentals.net/viewtopic.php?f=33&t=6607

http://forums.blumentals.net/viewtopic.php?f=33&t=6607
There are 10 types of people in the world: Those who understand binary and those who don't.