Skip to content

Commit

Permalink
Merge pull request #2 from bgr/master
Browse files Browse the repository at this point in the history
version using .minttyrc
  • Loading branch information
karlin committed Sep 4, 2012
2 parents 4b6fdfe + cc9a75f commit fac34d6
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .minttyrc--solarized-dark
@@ -0,0 +1,22 @@
BoldAsFont=yes
Term=xterm-256color
BoldAsColour=yes
Black=7,54,66
Red=220,50,47
Green=133,153,0
Yellow=181,137,0
Blue=38,139,210
Magenta=211,54,130
Cyan=42,161,152
White=238,232,213
BoldBlack=0,43,54
BoldRed=203,75,22
BoldGreen=88,110,117
BoldYellow=101,123,131
BoldBlue=131,148,150
BoldMagenta=108,113,196
BoldCyan=147,161,161
BoldWhite=253,246,227
ForegroundColour=238,232,213
BackgroundColour=0,43,54
CursorColour=133,153,0
22 changes: 22 additions & 0 deletions .minttyrc--solarized-light
@@ -0,0 +1,22 @@
BoldAsFont=yes
Term=xterm-256color
BoldAsColour=yes
Black=7,54,66
Red=220,50,47
Green=133,153,0
Yellow=181,137,0
Blue=38,139,210
Magenta=211,54,130
Cyan=42,161,152
White=238,232,213
BoldBlack=0,43,54
BoldRed=203,75,22
BoldGreen=88,110,117
BoldYellow=101,123,131
BoldBlue=131,148,150
BoldMagenta=108,113,196
BoldCyan=147,161,161
BoldWhite=253,246,227
ForegroundColour=88,110,117
BackgroundColour=253,246,227
CursorColour=238,232,213
12 changes: 9 additions & 3 deletions README.mkd
Expand Up @@ -14,12 +14,18 @@ or the main [Solarized repository][solarized-repo].
[solarized]: http://ethanschoonover.com/solarized
[solarized-repo]: https://github.com/altercation/solarized

Installation (mintty)
--------------------
Installation (using shell script)
---------------------------------

Source one of the shell scripts in your environment. For example, you might put this in your .bashrc file:

source ~/git/solarized/mintty-colors-solarized/mintty-solarized-dark.sh
source ~/git/solarized/mintty-colors-solarized/mintty-solarized-dark.sh

For more information about changing colors in mintty, see http://code.google.com/p/mintty/wiki/Tips#Changing_colours.

Installation - alternative method (using .minttyrc)
---------------------------------------------------

Put one of the dot files (_.minttyrc--solarized-dark_ or _.minttyrc--solarized-light_) into your `~/` directory and rename the file into _.minttyrc_.
If you already have an existing file called _.minttyrc_ then append contents of one of the provided files to your local version.
If you chose this method then the first method (using shell script) is not required.

0 comments on commit fac34d6

Please sign in to comment.