mirror of
https://github.com/altercation/solarized
synced 2024-11-10 14:24:26 +00:00
Merge commit 'd93e97f05d7ea7fd8c7d7b79c2b6d522e1ffce1d'
This commit is contained in:
commit
d5fcaceae4
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ endif
|
|||
"}}}
|
||||
" Background value based on termtrans setting "{{{
|
||||
" ---------------------------------------------------------------------
|
||||
if g:solarized_termtrans == 0
|
||||
if (has("gui_running") || g:solarized_termtrans == 0)
|
||||
let s:back = s:base03
|
||||
else
|
||||
let s:back = "NONE"
|
||||
|
|
Loading…
Reference in a new issue