Skip to content

Commit

Permalink
Merge commit 'a7c77fa73b4f1340af242bae0dbbb269e1768a38'
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed May 5, 2011
2 parents 8d2931e + a7c77fa commit 3681b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim-colors-solarized/colors/solarized.vim
Expand Up @@ -410,7 +410,7 @@ endif
"}}}
" Overrides dependent on user specified values and environment "{{{
" ---------------------------------------------------------------------
if (g:solarized_bold == 0 || &t_Co < 16)
if (g:solarized_bold == 0 || &t_Co == 8 )
let s:b = ""
let s:bb = ",bold"
else
Expand Down

0 comments on commit 3681b45

Please sign in to comment.