Original Solarized Color Scheme created and developed by Ethan Schoonover [email protected]
Console2 is a replacement for the traditional Windows Console. Console2 add tabs, easier text editing, background and color configurations as well as other features.
Adapted for Windows Console2 by:
- Steven Harman ~ Website, Github, Twitter, [email protected]
- Ben Doerr ~ Website, Github, Twitter, [email protected]
The Solarized homepage has great screenshots, details, and links to other adaptations of the color scheme sush as Vim, IntelliJ, and other applications.
Clone the repository
Using git clone the repository. git clone git://github.com/bendoerr/console2-solarized.git
.
Github
You can download the latest code from Github here or by clicking the 'Download' link at the top of the repository.
Groovy 1.8+ is required to run the configuration script.
usage: configure.groovy [-options]
Options:
-b,--background <color> light or dark
-c,--config <file> console xml config file
- Type
groovy configuration.groovy
to get usage instructions. - To set the background to light use the
-b light
option, or to dark use the-b dark
option. - Console2's configuration file
console.xml
can typically be found in~/AppData/Roaming/Console
.
Typical usage would be groovy configuration.groovy -b light -c ~/AppData/Roaming/Console/console.xml
.
Copyright (c) 2011 Ethan Schoonover
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.