mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Se background before hi clear.
See $VIMRUNTIME/colors/README.txt.
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
" Author: Lifepillar <lifepillar@lifepillar.me>
|
||||
" License: OSI approved MIT license (see end of this file)
|
||||
|
||||
set background=dark
|
||||
hi clear
|
||||
if exists("syntax_on")
|
||||
syntax reset
|
||||
endif
|
||||
|
||||
let colors_name = "solarized8_dark_high"
|
||||
set background=dark
|
||||
|
||||
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||
hi! Normal cterm=NONE gui=NONE ctermfg=14 guifg=#93a1a1 ctermbg=NONE guibg=NONE
|
||||
|
||||
Reference in New Issue
Block a user