mirror of
https://github.com/altercation/solarized
synced 2024-11-22 03:33:03 +00:00
Merge commit 'a7c77fa73b4f1340af242bae0dbbb269e1768a38'
This commit is contained in:
commit
3681b451ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue