Rebuild the color schemes.

This commit is contained in:
Lifepillar
2019-06-26 19:33:42 +02:00
parent de124fa1ea
commit c518404623
5 changed files with 35 additions and 22 deletions

View File

@@ -4,9 +4,9 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Thu Jun 6 20:45:03 2019
" Last Updated: Wed Jun 26 19:26:04 2019
" Generated by Colortemplate v2.0.0b2
" Generated by Colortemplate v2.0.0b3
hi clear
if exists('syntax_on')
@@ -18,6 +18,7 @@ let g:colors_name = 'solarized8_high'
let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co > 1 ? &t_Co : 2
let s:italics = (((&t_ZH != '' && &t_ZH != '') || has('gui_running')) && !has('iOS')) || has('nvim')
let s:t_Co = get(g:, 'solarized_use16', 0) ? 16 : s:t_Co
let s:italics = s:italics && get(g:, 'solarized_italics', 1)
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')
hi! link Boolean Constant
@@ -2210,6 +2211,7 @@ if s:t_Co >= 2
finish
endif
" let s:t_Co = get(g:, '@optionprefix_use16', 0) ? 16 : s:t_Co
" let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
" let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
" Boolean -> Constant
@@ -2933,7 +2935,7 @@ endif
" unlet s:termtrans
" Background: any
" Variant: 2
" Color: unused #000000 0
" Color: unused #000000 0 0
" Normal unused unused
" ColorColumn unused unused reverse
" Conceal unused unused