Rebuild the color scheme with fix for italics in iOS.

This commit is contained in:
Lifepillar
2019-06-06 20:59:01 +02:00
parent 9469551d31
commit 37fbf3ee78
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Thu Jun 6 17:42:25 2019
" Last Updated: Thu Jun 6 20:45:00 2019
" Generated by Colortemplate v2.0.0b2
@@ -16,7 +16,7 @@ endif
let g:colors_name = 'solarized8'
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:italics = (((&t_ZH != '' && &t_ZH != '') || has('gui_running')) && !has('iOS')) || has('nvim')
let s:italics = s:italics && get(g:, 'solarized_italics', 1)
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Thu Jun 6 17:42:26 2019
" Last Updated: Thu Jun 6 20:45:01 2019
" Generated by Colortemplate v2.0.0b2
@@ -16,7 +16,7 @@ endif
let g:colors_name = 'solarized8_flat'
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:italics = (((&t_ZH != '' && &t_ZH != '') || has('gui_running')) && !has('iOS')) || has('nvim')
let s:italics = s:italics && get(g:, 'solarized_italics', 1)
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Thu Jun 6 17:42:28 2019
" Last Updated: Thu Jun 6 20:45:03 2019
" Generated by Colortemplate v2.0.0b2
@@ -16,7 +16,7 @@ endif
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:italics = (((&t_ZH != '' && &t_ZH != '') || has('gui_running')) && !has('iOS')) || has('nvim')
let s:italics = s:italics && get(g:, 'solarized_italics', 1)
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Thu Jun 6 17:42:30 2019
" Last Updated: Thu Jun 6 20:45:05 2019
" Generated by Colortemplate v2.0.0b2
@@ -16,7 +16,7 @@ endif
let g:colors_name = 'solarized8_low'
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:italics = (((&t_ZH != '' && &t_ZH != '') || has('gui_running')) && !has('iOS')) || has('nvim')
let s:italics = s:italics && get(g:, 'solarized_italics', 1)
let s:termtrans = get(g:, 'solarized_termtrans', 0) && !has('gui_running')