mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-18 19:56:58 +00:00
Fix regression causing some wrong highlight groups in GVim.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" URL: https://github.com/lifepillar/vim-solarized8
|
||||
" License: OSI approved MIT license
|
||||
" Last Change: 2025 May 26
|
||||
" Last Change: 2025 May 28
|
||||
|
||||
" Generated by Colortemplate v3.0.0-beta2
|
||||
" Generated by Colortemplate v3.0.0-beta3
|
||||
|
||||
hi clear
|
||||
let g:colors_name = 'solarized8'
|
||||
@@ -420,6 +420,10 @@ if &background == 'dark'
|
||||
hi SpecialKey guifg=#073642 guibg=NONE guisp=NONE gui=reverse cterm=reverse
|
||||
hi Title guifg=#586e75 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
endif
|
||||
|
||||
if empty(&t_Co)
|
||||
finish
|
||||
endif
|
||||
endif
|
||||
|
||||
if str2nr(&t_Co) >= 256
|
||||
@@ -1554,6 +1558,10 @@ if &background == 'light'
|
||||
hi SpecialKey guifg=#eee8d5 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
hi Title guifg=#93a1a1 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
endif
|
||||
|
||||
if empty(&t_Co)
|
||||
finish
|
||||
endif
|
||||
endif
|
||||
|
||||
if str2nr(&t_Co) >= 256
|
||||
|
||||
Reference in New Issue
Block a user