Skip to content

Commit

Permalink
reduced green/brown tint, for improved legibility for vim & iTerm2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary StarkJones committed Mar 1, 2014
1 parent e40cd41 commit f304f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions iterm2-colors-solarized/Solarized Dark.itermcolors
Expand Up @@ -5,9 +5,9 @@
<key>Ansi 0 Color</key>
<dict>
<key>Blue Component</key>
<real>0.19370138645172119</real>
<real>0.14370138645172119</real>
<key>Green Component</key>
<real>0.15575926005840302</real>
<real>0.11575926005840302</real>
<key>Red Component</key>
<real>0.0</real>
</dict>
Expand Down Expand Up @@ -149,9 +149,9 @@
<key>Background Color</key>
<dict>
<key>Blue Component</key>
<real>0.15170273184776306</real>
<real>0.10170273184776306</real>
<key>Green Component</key>
<real>0.11783610284328461</real>
<real>0.06783610284328461</real>
<key>Red Component</key>
<real>0.0</real>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions vim-colors-solarized/colors/solarized.vim
Expand Up @@ -242,8 +242,8 @@ let colors_name = "solarized"
" neutral gray monotone palette component)
if (has("gui_running") && g:solarized_degrade == 0)
let s:vmode = "gui"
let s:base03 = "#002b36"
let s:base02 = "#073642"
let s:base03 = "#001c23"
let s:base02 = "#052933"
let s:base01 = "#586e75"
let s:base00 = "#657b83"
let s:base0 = "#839496"
Expand Down

0 comments on commit f304f51

Please sign in to comment.