mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-09 23:26:16 -04:00
Rebuild templates.
This commit is contained in:
parent
73f74def13
commit
345e6b423a
|
|
@ -4,9 +4,9 @@
|
|||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" URL: https://github.com/lifepillar/vim-solarized8
|
||||
" License: OSI approved MIT license
|
||||
" Last Change: 2026 Jan 19
|
||||
" Last Change: 2026 Mar 01
|
||||
|
||||
" Generated by Colortemplate v3.0.0-beta10
|
||||
" Generated by Colortemplate v3.0.0-rc1
|
||||
|
||||
hi clear
|
||||
let g:colors_name = 'solarized8'
|
||||
|
|
@ -14,15 +14,7 @@ let g:colors_name = 'solarized8'
|
|||
let hs_highlight_boolean=1
|
||||
let hs_highlight_delimiters=1
|
||||
|
||||
" set color capability order: gui --> user request (guarded) --> terminal
|
||||
if has('gui_running')
|
||||
let s:t_Co = 16777216
|
||||
elseif get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16
|
||||
let s:t_Co = 16
|
||||
else
|
||||
let s:t_Co = str2nr(&t_Co)
|
||||
endif
|
||||
|
||||
let s:t_Co = has('gui_running') ? 16777216 : get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16 ? 16 : str2nr(&t_Co)
|
||||
let s:tgc = has('termguicolors') && &termguicolors
|
||||
|
||||
hi! link Boolean Constant
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" URL: https://github.com/lifepillar/vim-solarized8
|
||||
" License: OSI approved MIT license
|
||||
" Last Change: 2026 Jan 19
|
||||
" Last Change: 2026 Mar 01
|
||||
|
||||
" Generated by Colortemplate v3.0.0-beta10
|
||||
" Generated by Colortemplate v3.0.0-rc1
|
||||
|
||||
hi clear
|
||||
let g:colors_name = 'solarized8_flat'
|
||||
|
|
@ -14,15 +14,7 @@ let g:colors_name = 'solarized8_flat'
|
|||
let hs_highlight_boolean=1
|
||||
let hs_highlight_delimiters=1
|
||||
|
||||
" set color capability order: gui --> user request (guarded) --> terminal
|
||||
if has('gui_running')
|
||||
let s:t_Co = 16777216
|
||||
elseif get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16
|
||||
let s:t_Co = 16
|
||||
else
|
||||
let s:t_Co = str2nr(&t_Co)
|
||||
endif
|
||||
|
||||
let s:t_Co = has('gui_running') ? 16777216 : get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16 ? 16 : str2nr(&t_Co)
|
||||
let s:tgc = has('termguicolors') && &termguicolors
|
||||
|
||||
hi! link Boolean Constant
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" URL: https://github.com/lifepillar/vim-solarized8
|
||||
" License: OSI approved MIT license
|
||||
" Last Change: 2026 Jan 19
|
||||
" Last Change: 2026 Mar 01
|
||||
|
||||
" Generated by Colortemplate v3.0.0-beta10
|
||||
" Generated by Colortemplate v3.0.0-rc1
|
||||
|
||||
hi clear
|
||||
let g:colors_name = 'solarized8_high'
|
||||
|
|
@ -14,15 +14,7 @@ let g:colors_name = 'solarized8_high'
|
|||
let hs_highlight_boolean=1
|
||||
let hs_highlight_delimiters=1
|
||||
|
||||
" set color capability order: gui --> user request (guarded) --> terminal
|
||||
if has('gui_running')
|
||||
let s:t_Co = 16777216
|
||||
elseif get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16
|
||||
let s:t_Co = 16
|
||||
else
|
||||
let s:t_Co = str2nr(&t_Co)
|
||||
endif
|
||||
|
||||
let s:t_Co = has('gui_running') ? 16777216 : get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16 ? 16 : str2nr(&t_Co)
|
||||
let s:tgc = has('termguicolors') && &termguicolors
|
||||
|
||||
hi! link Boolean Constant
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" URL: https://github.com/lifepillar/vim-solarized8
|
||||
" License: OSI approved MIT license
|
||||
" Last Change: 2026 Jan 19
|
||||
" Last Change: 2026 Mar 01
|
||||
|
||||
" Generated by Colortemplate v3.0.0-beta10
|
||||
" Generated by Colortemplate v3.0.0-rc1
|
||||
|
||||
hi clear
|
||||
let g:colors_name = 'solarized8_low'
|
||||
|
|
@ -14,15 +14,7 @@ let g:colors_name = 'solarized8_low'
|
|||
let hs_highlight_boolean=1
|
||||
let hs_highlight_delimiters=1
|
||||
|
||||
" set color capability order: gui --> user request (guarded) --> terminal
|
||||
if has('gui_running')
|
||||
let s:t_Co = 16777216
|
||||
elseif get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16
|
||||
let s:t_Co = 16
|
||||
else
|
||||
let s:t_Co = str2nr(&t_Co)
|
||||
endif
|
||||
|
||||
let s:t_Co = has('gui_running') ? 16777216 : get(g:, 'solarized_use16', 0) && str2nr(&t_Co) >= 16 ? 16 : str2nr(&t_Co)
|
||||
let s:tgc = has('termguicolors') && &termguicolors
|
||||
|
||||
hi! link Boolean Constant
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
*solarized8.txt* For Vim version 9 Last change: 2026 Jan 19
|
||||
*solarized8.txt* For Vim version 9 Last change: 2026 Mar 01
|
||||
|
||||
|
||||
Solarized 8 color scheme
|
||||
|
|
@ -52,6 +52,13 @@ Set to 1 if you want a transparent background. Takes effect only in the
|
|||
terminal.
|
||||
>
|
||||
let g:solarized_termtrans = 0
|
||||
<
|
||||
*g:solarized_use16*
|
||||
Set to 1 to use ANSI colors in the range 0–15 even if your terminal supports
|
||||
more colors. This option has no effect in GUI Vim or if your terminal has less
|
||||
than 16 colors.
|
||||
>
|
||||
let g:solarized_use16 = 0
|
||||
<
|
||||
*g:solarized_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ Background: any
|
|||
|
||||
Include: _linked_groups.colortemplate
|
||||
|
||||
#const t_Co = has('gui_running') ? 16777216 : get(g:, '@prefix_use16', 0) && str2nr(&t_Co) >= 16 ? 16 : str2nr(&t_Co)
|
||||
#const italics = get(g:, '@prefix_italics', 1) && (has('gui_running') || has('nvim') || (&t_ZH != '' && &t_ZH != '[7m' && !has('win32')))
|
||||
#const termtrans = get(g:, '@prefix_termtrans', 0) && !has('gui_running')
|
||||
#const visibility = get(g:, '@prefix_visibility', 'normal')
|
||||
|
|
|
|||
|
|
@ -53,6 +53,13 @@ Set to 1 if you want a transparent background. Takes effect only in the
|
|||
terminal.
|
||||
>
|
||||
let g:@prefix_termtrans = 0
|
||||
<
|
||||
*g:@prefix_use16*
|
||||
Set to 1 to use ANSI colors in the range 0–15 even if your terminal supports
|
||||
more colors. This option has no effect in GUI Vim or if your terminal has less
|
||||
than 16 colors.
|
||||
>
|
||||
let g:@prefix_use16 = 0
|
||||
<
|
||||
*g:@prefix_visibility*
|
||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue