chore: rebuild artifacts
This commit is contained in:
23
autoload/lightline/colorscheme/seoulbones_dark.vim
Normal file
23
autoload/lightline/colorscheme/seoulbones_dark.vim
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
" This file is auto-generated by shipwright.nvim
|
||||||
|
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
||||||
|
|
||||||
|
let s:p.normal.left = [ [ "#BBBBBB", "#8E8E8E", "bold" ], [ "#BBBBBB", "#727272" ] ]
|
||||||
|
let s:p.normal.middle = [ [ "#E2E2E2", "#666666" ] ]
|
||||||
|
let s:p.normal.right = [ [ "#BBBBBB", "#727272" ], [ "#BBBBBB", "#727272" ] ]
|
||||||
|
let s:p.normal.warning = [ [ "#FFDF9B", "#53504A" ] ]
|
||||||
|
let s:p.normal.error = [ [ "#E388A3", "#5E4B50" ] ]
|
||||||
|
|
||||||
|
let s:p.inactive.left = [ [ "#EBEBEB", "#5C5C5C" ], [ "#EBEBEB", "#5C5C5C" ] ]
|
||||||
|
let s:p.inactive.middle = [ [ "#EBEBEB", "#5C5C5C" ] ]
|
||||||
|
let s:p.inactive.right = [ [ "#EBEBEB", "#5C5C5C" ] ]
|
||||||
|
|
||||||
|
let s:p.insert.left = [ [ "#BBBBBB", "#5D809B", "bold" ], [ "#BBBBBB", "#727272" ] ]
|
||||||
|
let s:p.replace.left = [ [ "#BBBBBB", "#82505E", "bold" ], [ "#BBBBBB", "#727272" ] ]
|
||||||
|
let s:p.visual.left = [ [ "#BBBBBB", "#777777", "bold" ], [ "#BBBBBB", "#727272" ] ]
|
||||||
|
|
||||||
|
let s:p.tabline.left = [ [ "#E2E2E2", "#727272", "italic" ] ]
|
||||||
|
let s:p.tabline.middle = [ [ "#EBEBEB", "#5C5C5C" ] ]
|
||||||
|
let s:p.tabline.right = [ [ "#E2E2E2", "#727272" ] ]
|
||||||
|
let s:p.tabline.tabsel = [ [ "#E2E2E2", "#4B4B4B", "bold" ] ]
|
||||||
|
|
||||||
|
let g:lightline#colorscheme#seoulbones_dark#palette = lightline#colorscheme#fill(s:p)
|
||||||
23
autoload/lightline/colorscheme/seoulbones_light.vim
Normal file
23
autoload/lightline/colorscheme/seoulbones_light.vim
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
" This file is auto-generated by shipwright.nvim
|
||||||
|
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
||||||
|
|
||||||
|
let s:p.normal.left = [ [ "#4B4B4B", "#9E9E9E", "bold" ], [ "#4B4B4B", "#B0B0B0" ] ]
|
||||||
|
let s:p.normal.middle = [ [ "#555555", "#BEBEBE" ] ]
|
||||||
|
let s:p.normal.right = [ [ "#4B4B4B", "#B0B0B0" ], [ "#4B4B4B", "#B0B0B0" ] ]
|
||||||
|
let s:p.normal.warning = [ [ "#C48562", "#EDD1C6" ] ]
|
||||||
|
let s:p.normal.error = [ [ "#DC5284", "#EDD0D7" ] ]
|
||||||
|
|
||||||
|
let s:p.inactive.left = [ [ "#818181", "#C9C9C9" ], [ "#818181", "#C9C9C9" ] ]
|
||||||
|
let s:p.inactive.middle = [ [ "#818181", "#C9C9C9" ] ]
|
||||||
|
let s:p.inactive.right = [ [ "#818181", "#C9C9C9" ] ]
|
||||||
|
|
||||||
|
let s:p.insert.left = [ [ "#4B4B4B", "#99B5C3", "bold" ], [ "#4B4B4B", "#B0B0B0" ] ]
|
||||||
|
let s:p.replace.left = [ [ "#4B4B4B", "#E5CBD1", "bold" ], [ "#4B4B4B", "#B0B0B0" ] ]
|
||||||
|
let s:p.visual.left = [ [ "#4B4B4B", "#CCCCCC", "bold" ], [ "#4B4B4B", "#B0B0B0" ] ]
|
||||||
|
|
||||||
|
let s:p.tabline.left = [ [ "#555555", "#B0B0B0", "italic" ] ]
|
||||||
|
let s:p.tabline.middle = [ [ "#818181", "#C9C9C9" ] ]
|
||||||
|
let s:p.tabline.right = [ [ "#555555", "#B0B0B0" ] ]
|
||||||
|
let s:p.tabline.tabsel = [ [ "#555555", "#E2E2E2", "bold" ] ]
|
||||||
|
|
||||||
|
let g:lightline#colorscheme#seoulbones_light#palette = lightline#colorscheme#fill(s:p)
|
||||||
@@ -192,7 +192,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#5A5F7B guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#5A5F7B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#484E6D guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#484E6D guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#CA4F40 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#CA4F40 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#6E7B85 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#6E7B85 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#5D6D78 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#5D6D78 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#D48688 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#D48688 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
@@ -440,7 +440,7 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#9A9071 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#9A9071 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#C0B079 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#C0B079 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#536977 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#536977 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#3E5868 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#3E5868 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
@@ -436,7 +436,7 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#878D88 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#878D88 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#A3AEA4 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#A3AEA4 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#737C90 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#737C90 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#606B81 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#606B81 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#B16B70 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#B16B70 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#69657E guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#69657E guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#565172 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#565172 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#D67E95 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#D67E95 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
@@ -439,7 +439,7 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#A18E72 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#A18E72 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#CEAF7E guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#CEAF7E guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -14,175 +14,178 @@ let s:italics = (&t_ZH != '' && &t_ZH != '[7m') || has('gui_running') || has('n
|
|||||||
if &background ==# 'dark'
|
if &background ==# 'dark'
|
||||||
" dark start
|
" dark start
|
||||||
" This codeblock is auto-generated by shipwright.nvim
|
" This codeblock is auto-generated by shipwright.nvim
|
||||||
let g:terminal_color_0 = '#1A1B26'
|
let g:terminal_color_0 = '#4B4B4B'
|
||||||
let g:terminal_color_1 = '#F77890'
|
let g:terminal_color_1 = '#E388A3'
|
||||||
let g:terminal_color_2 = '#74DBCB'
|
let g:terminal_color_2 = '#98BD99'
|
||||||
let g:terminal_color_3 = '#E1B068'
|
let g:terminal_color_3 = '#FFDF9B'
|
||||||
let g:terminal_color_4 = '#7BA2F7'
|
let g:terminal_color_4 = '#97BDDE'
|
||||||
let g:terminal_color_5 = '#BB9BF7'
|
let g:terminal_color_5 = '#9A9BBD'
|
||||||
let g:terminal_color_6 = '#2BC4DE'
|
let g:terminal_color_6 = '#6FBDBE'
|
||||||
let g:terminal_color_7 = '#C0CAF5'
|
let g:terminal_color_7 = '#E2E2E2'
|
||||||
let g:terminal_color_8 = '#36384D'
|
let g:terminal_color_8 = '#6C6465'
|
||||||
let g:terminal_color_9 = '#F98EA0'
|
let g:terminal_color_9 = '#EB99B1'
|
||||||
let g:terminal_color_10 = '#6DE5D3'
|
let g:terminal_color_10 = '#8FCD92'
|
||||||
let g:terminal_color_11 = '#F2BA64'
|
let g:terminal_color_11 = '#FFE5B3'
|
||||||
let g:terminal_color_12 = '#90AFFA'
|
let g:terminal_color_12 = '#A2C8E9'
|
||||||
let g:terminal_color_13 = '#C6ACFA'
|
let g:terminal_color_13 = '#A9AAD6'
|
||||||
let g:terminal_color_14 = '#74DBCB'
|
let g:terminal_color_14 = '#6BCACB'
|
||||||
let g:terminal_color_15 = '#7E98EB'
|
let g:terminal_color_15 = '#ABABAB'
|
||||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link LightspeedUnlabeledMatch Bold
|
highlight! link LightspeedUnlabeledMatch Bold
|
||||||
highlight BufferVisible guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight BufferVisible guifg=#EBEBEB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight BufferVisibleIndex guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight BufferVisibleIndex guifg=#EBEBEB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight BufferVisibleSign guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight BufferVisibleSign guifg=#EBEBEB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemAbbr guifg=#98ABEF guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemAbbr guifg=#BEBEBE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemAbbrDeprecated guifg=#3E6DD5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemAbbrDeprecated guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemAbbrMatch guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight CmpItemAbbrMatch guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight CmpItemAbbrMatchFuzzy guifg=#A3B4F1 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight CmpItemAbbrMatchFuzzy guifg=#C9C9C9 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight CmpItemKind guifg=#7592EA guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemKind guifg=#A6A6A6 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemMenu guifg=#6085E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemMenu guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CocMarkdownLink guifg=#2BC4DE guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight CocMarkdownLink guifg=#6FBDBE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight ColorColumn guifg=NONE guibg=#4E402E guisp=NONE gui=NONE cterm=NONE
|
highlight ColorColumn guifg=NONE guibg=#857556 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link LspReferenceRead ColorColumn
|
highlight! link LspReferenceRead ColorColumn
|
||||||
highlight! link LspReferenceText ColorColumn
|
highlight! link LspReferenceText ColorColumn
|
||||||
highlight! link LspReferenceWrite ColorColumn
|
highlight! link LspReferenceWrite ColorColumn
|
||||||
highlight Comment guifg=#65677D guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight Comment guifg=#719871 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight Conceal guifg=#6085E7 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
highlight Conceal guifg=#989898 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
||||||
highlight! link LightspeedMaskedChar Conceal
|
highlight! link LightspeedMaskedChar Conceal
|
||||||
highlight Constant guifg=#7592EA guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight Conditional guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
|
highlight Constant guifg=#A6A6A6 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight! link TroubleSource Constant
|
highlight! link TroubleSource Constant
|
||||||
highlight! link WhichKeyValue Constant
|
highlight! link WhichKeyValue Constant
|
||||||
highlight! link helpHyperTextJump Constant
|
highlight! link helpHyperTextJump Constant
|
||||||
highlight! link helpOption Constant
|
highlight! link helpOption Constant
|
||||||
highlight Cursor guifg=#1A1B26 guibg=#CED6F7 guisp=NONE gui=NONE cterm=NONE
|
highlight Cursor guifg=#4B4B4B guibg=#E8E8E8 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TermCursor Cursor
|
highlight! link TermCursor Cursor
|
||||||
highlight CursorLine guifg=NONE guibg=#222330 guisp=NONE gui=NONE cterm=NONE
|
highlight CursorLine guifg=NONE guibg=#525252 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CursorColumn CursorLine
|
highlight! link CursorColumn CursorLine
|
||||||
highlight! link NeogitDiffContextHighlight CursorLine
|
highlight! link NeogitDiffContextHighlight CursorLine
|
||||||
highlight! link TelescopeSelection CursorLine
|
highlight! link TelescopeSelection CursorLine
|
||||||
highlight CursorLineNr guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight CursorLineNr guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Delimiter guifg=#787A94 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Delimiter guifg=#AB966A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link markdownLinkTextDelimiter Delimiter
|
highlight! link markdownLinkTextDelimiter Delimiter
|
||||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||||
highlight! link NeogitNotificationError DiagnosticError
|
highlight! link NeogitNotificationError DiagnosticError
|
||||||
highlight DiagnosticHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticHint guifg=#9A9BBD guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||||
highlight DiagnosticInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticInfo guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||||
highlight! link TSNote DiagnosticInfo
|
highlight! link TSNote DiagnosticInfo
|
||||||
highlight DiagnosticSignError guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignError guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocErrorSign DiagnosticSignError
|
highlight! link CocErrorSign DiagnosticSignError
|
||||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||||
highlight DiagnosticSignHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignHint guifg=#9A9BBD guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocHintSign DiagnosticSignHint
|
highlight! link CocHintSign DiagnosticSignHint
|
||||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||||
highlight DiagnosticSignInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignInfo guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocInfoSign DiagnosticSignInfo
|
highlight! link CocInfoSign DiagnosticSignInfo
|
||||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||||
highlight DiagnosticSignWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignWarn guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocWarningSign DiagnosticSignWarn
|
highlight! link CocWarningSign DiagnosticSignWarn
|
||||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||||
highlight DiagnosticUnderlineError guifg=#F77890 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineError guifg=#E388A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||||
highlight DiagnosticUnderlineHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineHint guifg=#9A9BBD guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||||
highlight DiagnosticUnderlineInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineInfo guifg=#97BDDE guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||||
highlight DiagnosticUnderlineWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineWarn guifg=#FFDF9B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||||
highlight DiagnosticVirtualTextError guifg=#F77890 guibg=#271D1E guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticVirtualTextError guifg=#E388A3 guibg=#5E4B50 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||||
highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#211F1D guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticVirtualTextWarn guifg=#FFDF9B guibg=#53504A guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||||
highlight DiffAdd guifg=NONE guibg=#1D2F2C guisp=NONE gui=NONE cterm=NONE
|
highlight DiffAdd guifg=NONE guibg=#406742 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||||
highlight DiffChange guifg=NONE guibg=#212C44 guisp=NONE gui=NONE cterm=NONE
|
highlight DiffChange guifg=NONE guibg=#466177 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight DiffDelete guifg=NONE guibg=#412428 guisp=NONE gui=NONE cterm=NONE
|
highlight DiffDelete guifg=NONE guibg=#82505E guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
||||||
highlight DiffText guifg=#C0CAF5 guibg=#36466A guisp=NONE gui=NONE cterm=NONE
|
highlight DiffText guifg=#E2E2E2 guibg=#5D809B guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Error guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Error guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link DiagnosticError Error
|
highlight! link DiagnosticError Error
|
||||||
highlight! link ErrorMsg Error
|
highlight! link ErrorMsg Error
|
||||||
highlight! link TSDanger Error
|
highlight! link TSDanger Error
|
||||||
highlight FloatBorder guifg=#767892 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight FloatBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight FoldColumn guifg=#5F617E guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight FoldColumn guifg=#868686 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Folded guifg=#A3A5B7 guibg=#36384A guisp=NONE gui=NONE cterm=NONE
|
highlight Folded guifg=#BBBBBB guibg=#666666 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Function guifg=#C0CAF5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Function guifg=#E2E2E2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TroubleNormal Function
|
highlight! link TroubleNormal Function
|
||||||
highlight! link TroubleText Function
|
highlight! link TroubleText Function
|
||||||
highlight GitSignsAdd guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight GitSignsAdd guifg=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link GitGutterAdd GitSignsAdd
|
highlight! link GitGutterAdd GitSignsAdd
|
||||||
highlight GitSignsChange guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight GitSignsChange guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link GitGutterChange GitSignsChange
|
highlight! link GitGutterChange GitSignsChange
|
||||||
highlight GitSignsDelete guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight GitSignsDelete guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link GitGutterDelete GitSignsDelete
|
highlight! link GitGutterDelete GitSignsDelete
|
||||||
highlight HopNextKey2 guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight HopNextKey2 guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Identifier guifg=#98ABEF guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Identifier guifg=#BEBEBE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TSVariable Identifier
|
highlight! link TSVariable Identifier
|
||||||
highlight! link markdownCode Identifier
|
highlight! link markdownCode Identifier
|
||||||
highlight IncSearch guifg=#1A1B26 guibg=#B38DF6 guisp=NONE gui=bold cterm=bold
|
highlight IncSearch guifg=#4B4B4B guibg=#DCDCE8 guisp=NONE gui=bold cterm=bold
|
||||||
highlight IndentBlanklineChar guifg=#353644 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight IndentBlanklineChar guifg=#636363 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight LightspeedGreyWash guifg=#65677D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Keyword guifg=#DC8CA3 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
|
highlight LightspeedGreyWash guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link HopUnmatched LightspeedGreyWash
|
highlight! link HopUnmatched LightspeedGreyWash
|
||||||
highlight LightspeedLabel guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight LightspeedLabel guifg=#9A9BBD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight! link HopNextKey LightspeedLabel
|
highlight! link HopNextKey LightspeedLabel
|
||||||
highlight LightspeedLabelDistant guifg=#2BC4DE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight LightspeedLabelDistant guifg=#6FBDBE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight! link HopNextKey1 LightspeedLabelDistant
|
highlight! link HopNextKey1 LightspeedLabelDistant
|
||||||
highlight LightspeedLabelDistantOverlapped guifg=#2BC4DE guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight LightspeedLabelDistantOverlapped guifg=#6FBDBE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight LightspeedLabelOverlapped guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight LightspeedLabelOverlapped guifg=#9A9BBD guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight LightspeedOneCharMatch guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=bold cterm=bold
|
highlight LightspeedOneCharMatch guifg=#4B4B4B guibg=#9A9BBD guisp=NONE gui=bold cterm=bold
|
||||||
highlight LightspeedPendingChangeOpArea guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight LightspeedPendingChangeOpArea guifg=#9A9BBD guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight LightspeedShortcut guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight LightspeedShortcut guifg=#4B4B4B guibg=#9A9BBD guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight LineNr guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight LineNr guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocCodeLens LineNr
|
highlight! link CocCodeLens LineNr
|
||||||
highlight! link LspCodeLens LineNr
|
highlight! link LspCodeLens LineNr
|
||||||
highlight! link NeogitHunkHeader LineNr
|
highlight! link NeogitHunkHeader LineNr
|
||||||
highlight! link SignColumn LineNr
|
highlight! link SignColumn LineNr
|
||||||
highlight! link WhichKeySeparator LineNr
|
highlight! link WhichKeySeparator LineNr
|
||||||
highlight MoreMsg guifg=#74DBCB guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight MoreMsg guifg=#98BD99 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link Question MoreMsg
|
highlight! link Question MoreMsg
|
||||||
highlight NeogitHunkHeaderHighlight guifg=#C0CAF5 guibg=#222330 guisp=NONE gui=bold cterm=bold
|
highlight NeogitHunkHeaderHighlight guifg=#E2E2E2 guibg=#525252 guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link NnnNormalNC NnnNormal
|
highlight! link NnnNormalNC NnnNormal
|
||||||
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight NonText guifg=#535570 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NonText guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link EndOfBuffer NonText
|
highlight! link EndOfBuffer NonText
|
||||||
highlight! link Whitespace NonText
|
highlight! link Whitespace NonText
|
||||||
highlight Normal guifg=#C0CAF5 guibg=#1A1B26 guisp=NONE gui=NONE cterm=NONE
|
highlight Normal guifg=#E2E2E2 guibg=#4B4B4B guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight NormalFloat guifg=NONE guibg=#282938 guisp=NONE gui=NONE cterm=NONE
|
highlight NormalFloat guifg=NONE guibg=#575757 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Number guifg=#2BC4DE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Number guifg=#FADFAB guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight! link Boolean Number
|
highlight! link Boolean Number
|
||||||
|
highlight! link TSConstBuiltin Number
|
||||||
highlight! link TSConstMacro Number
|
highlight! link TSConstMacro Number
|
||||||
highlight! link TSVariableBuiltin Number
|
highlight! link TSVariableBuiltin Number
|
||||||
highlight NvimTreeCursorLine guifg=NONE guibg=#2E2F3F guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeCursorLine guifg=NONE guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
||||||
highlight NvimTreeNormal guifg=#C0CAF5 guibg=#20212D guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeNormal guifg=#E2E2E2 guibg=#505050 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NnnNormal NvimTreeNormal
|
highlight! link NnnNormal NvimTreeNormal
|
||||||
highlight NvimTreeRootFolder guifg=#7BA2F7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight NvimTreeRootFolder guifg=#97BDDE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight NvimTreeSpecialFile guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight NvimTreeSpecialFile guifg=#9A9BBD guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight NvimTreeSymlink guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeSymlink guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Pmenu guifg=NONE guibg=#303142 guisp=NONE gui=NONE cterm=NONE
|
highlight Pmenu guifg=NONE guibg=#5E5E5E guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PmenuSbar guifg=NONE guibg=#696B87 guisp=NONE gui=NONE cterm=NONE
|
highlight PmenuSbar guifg=NONE guibg=#8E8E8E guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PmenuSel guifg=NONE guibg=#484A61 guisp=NONE gui=NONE cterm=NONE
|
highlight PmenuSel guifg=NONE guibg=#727272 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PmenuThumb guifg=NONE guibg=#80829B guisp=NONE gui=NONE cterm=NONE
|
highlight PmenuThumb guifg=NONE guibg=#A0A0A0 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PreProc guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight PreProc guifg=#D590A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Search guifg=#C0CAF5 guibg=#6E20BD guisp=NONE gui=NONE cterm=NONE
|
highlight Search guifg=#E2E2E2 guibg=#8283AD guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link MatchParen Search
|
highlight! link MatchParen Search
|
||||||
highlight! link Sneak Search
|
highlight! link Sneak Search
|
||||||
highlight! link LightspeedPendingOpArea SneakLabel
|
highlight! link LightspeedPendingOpArea SneakLabel
|
||||||
highlight SneakLabelMask guifg=#BB9BF7 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
|
highlight SneakLabelMask guifg=#9A9BBD guibg=#9A9BBD guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Special guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Special guifg=#BFBFD5 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link TSNamespace Special
|
highlight! link TSNamespace Special
|
||||||
highlight! link TSTag Special
|
highlight! link TSTag Special
|
||||||
highlight! link WhichKeyGroup Special
|
highlight! link WhichKeyGroup Special
|
||||||
@@ -190,56 +193,55 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#65677D guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#535570 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#7C7C7C guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#D291A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
highlight SpellCap guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellCap guifg=#D291A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link SpellLocal SpellCap
|
highlight! link SpellLocal SpellCap
|
||||||
highlight SpellRare guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellRare guifg=#D291A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight Statement guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Statement guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link WhichKey Statement
|
highlight! link WhichKey Statement
|
||||||
highlight! link markdownH2 Statement
|
highlight! link markdownH2 Statement
|
||||||
highlight! link markdownH3 Statement
|
highlight! link markdownH3 Statement
|
||||||
highlight StatusLine guifg=#C0CAF5 guibg=#36384A guisp=NONE gui=NONE cterm=NONE
|
highlight StatusLine guifg=#E2E2E2 guibg=#666666 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TabLine StatusLine
|
highlight! link TabLine StatusLine
|
||||||
highlight StatusLineNC guifg=#D2D9F8 guibg=#2E2F3F guisp=NONE gui=NONE cterm=NONE
|
highlight StatusLineNC guifg=#EBEBEB guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TabLineFill StatusLineNC
|
highlight! link TabLineFill StatusLineNC
|
||||||
highlight TSConstBuiltin guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight String guifg=#ABC4DB guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight TSConstant guifg=#FF9E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight TSConstant guifg=#BEBEBE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight TSKeyword guifg=#BB9BF7 guibg=NONE guisp=NONE gui=italic cterm=italic
|
|
||||||
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link BufferCurrent TabLineSel
|
highlight! link BufferCurrent TabLineSel
|
||||||
highlight TelescopeBorder guifg=#767892 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight TelescopeBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight TelescopeMatching guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight TelescopeMatching guifg=#9A9BBD guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight TelescopeSelectionCaret guifg=#F77890 guibg=#222330 guisp=NONE gui=NONE cterm=NONE
|
highlight TelescopeSelectionCaret guifg=#E388A3 guibg=#525252 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight Type guifg=#9394AA guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Type guifg=#DFDFBD guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link helpSpecial Type
|
highlight! link helpSpecial Type
|
||||||
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight VertSplit guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight VertSplit guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Visual guifg=NONE guibg=#2C4075 guisp=NONE gui=NONE cterm=NONE
|
highlight Visual guifg=NONE guibg=#777777 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight WarningMsg guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight WarningMsg guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link DiagnosticWarn WarningMsg
|
highlight! link DiagnosticWarn WarningMsg
|
||||||
highlight! link TSWarning WarningMsg
|
highlight! link TSWarning WarningMsg
|
||||||
highlight! link gitcommitOverflow WarningMsg
|
highlight! link gitcommitOverflow WarningMsg
|
||||||
highlight WildMenu guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
|
highlight WildMenu guifg=#4B4B4B guibg=#9A9BBD guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link SneakLabel WildMenu
|
highlight! link SneakLabel WildMenu
|
||||||
highlight diffAdded guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffAdded guifg=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeGitNew diffAdded
|
highlight! link NvimTreeGitNew diffAdded
|
||||||
highlight diffChanged guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffChanged guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeGitDirty diffChanged
|
highlight! link NvimTreeGitDirty diffChanged
|
||||||
highlight diffFile guifg=#E1B068 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight diffFile guifg=#FFDF9B guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight diffIndexLine guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffIndexLine guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight diffLine guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight diffLine guifg=#9A9BBD guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight diffNewFile guifg=#74DBCB guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight diffNewFile guifg=#98BD99 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight diffOldFile guifg=#F77890 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight diffOldFile guifg=#E388A3 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight diffRemoved guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffRemoved guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeGitDeleted diffRemoved
|
highlight! link NvimTreeGitDeleted diffRemoved
|
||||||
highlight lCursor guifg=#1A1B26 guibg=#5C82E6 guisp=NONE gui=NONE cterm=NONE
|
highlight lCursor guifg=#4B4B4B guibg=#919191 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TermCursorNC lCursor
|
highlight! link TermCursorNC lCursor
|
||||||
highlight markdownH1 guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight markdownH1 guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
" dark end
|
" dark end
|
||||||
|
|
||||||
if !s:italics
|
if !s:italics
|
||||||
@@ -248,9 +250,11 @@ if &background ==# 'dark'
|
|||||||
highlight Boolean gui=NONE cterm=NONE
|
highlight Boolean gui=NONE cterm=NONE
|
||||||
highlight Comment gui=NONE cterm=NONE
|
highlight Comment gui=NONE cterm=NONE
|
||||||
highlight Constant gui=NONE cterm=NONE
|
highlight Constant gui=NONE cterm=NONE
|
||||||
|
highlight Number gui=NONE cterm=NONE
|
||||||
highlight SpecialKey gui=NONE cterm=NONE
|
highlight SpecialKey gui=NONE cterm=NONE
|
||||||
|
highlight String gui=NONE cterm=NONE
|
||||||
|
highlight TSConstBuiltin gui=NONE cterm=NONE
|
||||||
highlight TSConstMacro gui=NONE cterm=NONE
|
highlight TSConstMacro gui=NONE cterm=NONE
|
||||||
highlight TSKeyword gui=NONE cterm=NONE
|
|
||||||
highlight TSVariableBuiltin gui=NONE cterm=NONE
|
highlight TSVariableBuiltin gui=NONE cterm=NONE
|
||||||
highlight TroubleSource gui=NONE cterm=NONE
|
highlight TroubleSource gui=NONE cterm=NONE
|
||||||
highlight WhichKeyValue gui=NONE cterm=NONE
|
highlight WhichKeyValue gui=NONE cterm=NONE
|
||||||
@@ -263,175 +267,178 @@ if &background ==# 'dark'
|
|||||||
else
|
else
|
||||||
" light start
|
" light start
|
||||||
" This codeblock is auto-generated by shipwright.nvim
|
" This codeblock is auto-generated by shipwright.nvim
|
||||||
let g:terminal_color_0 = '#D6D7DC'
|
let g:terminal_color_0 = '#E2E2E2'
|
||||||
let g:terminal_color_1 = '#8B4351'
|
let g:terminal_color_1 = '#DC5284'
|
||||||
let g:terminal_color_2 = '#34645D'
|
let g:terminal_color_2 = '#628562'
|
||||||
let g:terminal_color_3 = '#8F5E14'
|
let g:terminal_color_3 = '#C48562'
|
||||||
let g:terminal_color_4 = '#34548C'
|
let g:terminal_color_4 = '#0084A3'
|
||||||
let g:terminal_color_5 = '#5A4A79'
|
let g:terminal_color_5 = '#896788'
|
||||||
let g:terminal_color_6 = '#176775'
|
let g:terminal_color_6 = '#008586'
|
||||||
let g:terminal_color_7 = '#333A57'
|
let g:terminal_color_7 = '#555555'
|
||||||
let g:terminal_color_8 = '#ADB0BD'
|
let g:terminal_color_8 = '#BFBABB'
|
||||||
let g:terminal_color_9 = '#7E3242'
|
let g:terminal_color_9 = '#BE3C6D'
|
||||||
let g:terminal_color_10 = '#26554F'
|
let g:terminal_color_10 = '#487249'
|
||||||
let g:terminal_color_11 = '#794E0D'
|
let g:terminal_color_11 = '#A76B48'
|
||||||
let g:terminal_color_12 = '#26467A'
|
let g:terminal_color_12 = '#006F89'
|
||||||
let g:terminal_color_13 = '#503875'
|
let g:terminal_color_13 = '#7F4C7E'
|
||||||
let g:terminal_color_14 = '#34645D'
|
let g:terminal_color_14 = '#006F70'
|
||||||
let g:terminal_color_15 = '#56618D'
|
let g:terminal_color_15 = '#777777'
|
||||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link LightspeedUnlabeledMatch Bold
|
highlight! link LightspeedUnlabeledMatch Bold
|
||||||
highlight BufferVisible guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight BufferVisible guifg=#818181 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight BufferVisibleIndex guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight BufferVisibleIndex guifg=#818181 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight BufferVisibleSign guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight BufferVisibleSign guifg=#818181 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemAbbr guifg=#4A537A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemAbbr guifg=#6D6D6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemAbbrDeprecated guifg=#7D87B4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemAbbrDeprecated guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemAbbrMatch guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight CmpItemAbbrMatch guifg=#555555 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight CmpItemAbbrMatchFuzzy guifg=#434C70 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight CmpItemAbbrMatchFuzzy guifg=#666666 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight CmpItemKind guifg=#5B6694 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemKind guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CmpItemMenu guifg=#6370A2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight CmpItemMenu guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight CocMarkdownLink guifg=#176775 guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight CocMarkdownLink guifg=#008586 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight ColorColumn guifg=NONE guibg=#DBAD85 guisp=NONE gui=NONE cterm=NONE
|
highlight ColorColumn guifg=NONE guibg=#E2B8A6 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link LspReferenceRead ColorColumn
|
highlight! link LspReferenceRead ColorColumn
|
||||||
highlight! link LspReferenceText ColorColumn
|
highlight! link LspReferenceText ColorColumn
|
||||||
highlight! link LspReferenceWrite ColorColumn
|
highlight! link LspReferenceWrite ColorColumn
|
||||||
highlight Comment guifg=#7C7E89 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight Comment guifg=#628562 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight Conceal guifg=#56618D guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
highlight Conceal guifg=#777777 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
||||||
highlight! link LightspeedMaskedChar Conceal
|
highlight! link LightspeedMaskedChar Conceal
|
||||||
highlight Constant guifg=#5B6694 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight Conditional guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
|
highlight Constant guifg=#7C7C7C guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight! link TroubleSource Constant
|
highlight! link TroubleSource Constant
|
||||||
highlight! link WhichKeyValue Constant
|
highlight! link WhichKeyValue Constant
|
||||||
highlight! link helpHyperTextJump Constant
|
highlight! link helpHyperTextJump Constant
|
||||||
highlight! link helpOption Constant
|
highlight! link helpOption Constant
|
||||||
highlight Cursor guifg=#D6D7DC guibg=#333A57 guisp=NONE gui=NONE cterm=NONE
|
highlight Cursor guifg=#E2E2E2 guibg=#555555 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TermCursor Cursor
|
highlight! link TermCursor Cursor
|
||||||
highlight CursorLine guifg=NONE guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
|
highlight CursorLine guifg=NONE guibg=#DADADA guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CursorColumn CursorLine
|
highlight! link CursorColumn CursorLine
|
||||||
highlight! link NeogitDiffContextHighlight CursorLine
|
highlight! link NeogitDiffContextHighlight CursorLine
|
||||||
highlight! link TelescopeSelection CursorLine
|
highlight! link TelescopeSelection CursorLine
|
||||||
highlight CursorLineNr guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight CursorLineNr guifg=#555555 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Delimiter guifg=#737686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Delimiter guifg=#A17C6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link markdownLinkTextDelimiter Delimiter
|
highlight! link markdownLinkTextDelimiter Delimiter
|
||||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||||
highlight! link NeogitNotificationError DiagnosticError
|
highlight! link NeogitNotificationError DiagnosticError
|
||||||
highlight DiagnosticHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticHint guifg=#896788 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||||
highlight DiagnosticInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticInfo guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||||
highlight! link TSNote DiagnosticInfo
|
highlight! link TSNote DiagnosticInfo
|
||||||
highlight DiagnosticSignError guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignError guifg=#DC5284 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocErrorSign DiagnosticSignError
|
highlight! link CocErrorSign DiagnosticSignError
|
||||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||||
highlight DiagnosticSignHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignHint guifg=#896788 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocHintSign DiagnosticSignHint
|
highlight! link CocHintSign DiagnosticSignHint
|
||||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||||
highlight DiagnosticSignInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignInfo guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocInfoSign DiagnosticSignInfo
|
highlight! link CocInfoSign DiagnosticSignInfo
|
||||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||||
highlight DiagnosticSignWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticSignWarn guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocWarningSign DiagnosticSignWarn
|
highlight! link CocWarningSign DiagnosticSignWarn
|
||||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||||
highlight DiagnosticUnderlineError guifg=#8B4351 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineError guifg=#DC5284 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||||
highlight DiagnosticUnderlineHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineHint guifg=#896788 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||||
highlight DiagnosticUnderlineInfo guifg=#34548C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineInfo guifg=#0084A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||||
highlight DiagnosticUnderlineWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight DiagnosticUnderlineWarn guifg=#C48562 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||||
highlight DiagnosticVirtualTextError guifg=#8B4351 guibg=#E8C3C8 guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticVirtualTextError guifg=#DC5284 guibg=#EDD0D7 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||||
highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E9C5A8 guisp=NONE gui=NONE cterm=NONE
|
highlight DiagnosticVirtualTextWarn guifg=#C48562 guibg=#EDD1C6 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||||
highlight DiffAdd guifg=NONE guibg=#A9CEC7 guisp=NONE gui=NONE cterm=NONE
|
highlight DiffAdd guifg=NONE guibg=#AEDEAE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||||
highlight DiffChange guifg=NONE guibg=#C0C6D8 guisp=NONE gui=NONE cterm=NONE
|
highlight DiffChange guifg=NONE guibg=#C0D5E0 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight DiffDelete guifg=NONE guibg=#DFBEC3 guisp=NONE gui=NONE cterm=NONE
|
highlight DiffDelete guifg=NONE guibg=#E5CBD1 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
||||||
highlight DiffText guifg=#333A57 guibg=#9BA6C2 guisp=NONE gui=NONE cterm=NONE
|
highlight DiffText guifg=#555555 guibg=#99B5C3 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Error guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Error guifg=#DC5284 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link DiagnosticError Error
|
highlight! link DiagnosticError Error
|
||||||
highlight! link ErrorMsg Error
|
highlight! link ErrorMsg Error
|
||||||
highlight! link TSDanger Error
|
highlight! link TSDanger Error
|
||||||
highlight FloatBorder guifg=#626573 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight FloatBorder guifg=#6A6A6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight FoldColumn guifg=#888B99 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight FoldColumn guifg=#919191 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Folded guifg=#464953 guibg=#AEB0BA guisp=NONE gui=NONE cterm=NONE
|
highlight Folded guifg=#4B4B4B guibg=#BBBBBB guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Function guifg=#333A57 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Function guifg=#555555 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TroubleNormal Function
|
highlight! link TroubleNormal Function
|
||||||
highlight! link TroubleText Function
|
highlight! link TroubleText Function
|
||||||
highlight GitSignsAdd guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight GitSignsAdd guifg=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link GitGutterAdd GitSignsAdd
|
highlight! link GitGutterAdd GitSignsAdd
|
||||||
highlight GitSignsChange guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight GitSignsChange guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link GitGutterChange GitSignsChange
|
highlight! link GitGutterChange GitSignsChange
|
||||||
highlight GitSignsDelete guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight GitSignsDelete guifg=#DC5284 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link GitGutterDelete GitSignsDelete
|
highlight! link GitGutterDelete GitSignsDelete
|
||||||
highlight HopNextKey2 guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight HopNextKey2 guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Identifier guifg=#4A537A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Identifier guifg=#6D6D6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TSVariable Identifier
|
highlight! link TSVariable Identifier
|
||||||
highlight! link markdownCode Identifier
|
highlight! link markdownCode Identifier
|
||||||
highlight IncSearch guifg=#D6D7DC guibg=#8271A4 guisp=NONE gui=bold cterm=bold
|
highlight IncSearch guifg=#E2E2E2 guibg=#9E779D guisp=NONE gui=bold cterm=bold
|
||||||
highlight IndentBlanklineChar guifg=#BABBC2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight IndentBlanklineChar guifg=#C4C4C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight LightspeedGreyWash guifg=#7C7E89 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Keyword guifg=#CA6284 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
|
highlight LightspeedGreyWash guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link HopUnmatched LightspeedGreyWash
|
highlight! link HopUnmatched LightspeedGreyWash
|
||||||
highlight LightspeedLabel guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight LightspeedLabel guifg=#896788 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight! link HopNextKey LightspeedLabel
|
highlight! link HopNextKey LightspeedLabel
|
||||||
highlight LightspeedLabelDistant guifg=#176775 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight LightspeedLabelDistant guifg=#008586 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight! link HopNextKey1 LightspeedLabelDistant
|
highlight! link HopNextKey1 LightspeedLabelDistant
|
||||||
highlight LightspeedLabelDistantOverlapped guifg=#176775 guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight LightspeedLabelDistantOverlapped guifg=#008586 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight LightspeedLabelOverlapped guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight LightspeedLabelOverlapped guifg=#896788 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight LightspeedOneCharMatch guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=bold cterm=bold
|
highlight LightspeedOneCharMatch guifg=#E2E2E2 guibg=#896788 guisp=NONE gui=bold cterm=bold
|
||||||
highlight LightspeedPendingChangeOpArea guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight LightspeedPendingChangeOpArea guifg=#896788 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight LightspeedShortcut guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight LightspeedShortcut guifg=#E2E2E2 guibg=#896788 guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight LineNr guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight LineNr guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link CocCodeLens LineNr
|
highlight! link CocCodeLens LineNr
|
||||||
highlight! link LspCodeLens LineNr
|
highlight! link LspCodeLens LineNr
|
||||||
highlight! link NeogitHunkHeader LineNr
|
highlight! link NeogitHunkHeader LineNr
|
||||||
highlight! link SignColumn LineNr
|
highlight! link SignColumn LineNr
|
||||||
highlight! link WhichKeySeparator LineNr
|
highlight! link WhichKeySeparator LineNr
|
||||||
highlight MoreMsg guifg=#34645D guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight MoreMsg guifg=#628562 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link Question MoreMsg
|
highlight! link Question MoreMsg
|
||||||
highlight NeogitHunkHeaderHighlight guifg=#333A57 guibg=#CDCED4 guisp=NONE gui=bold cterm=bold
|
highlight NeogitHunkHeaderHighlight guifg=#555555 guibg=#DADADA guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link NnnNormalNC NnnNormal
|
highlight! link NnnNormalNC NnnNormal
|
||||||
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight NonText guifg=#9B9DA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NonText guifg=#A6A6A6 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link EndOfBuffer NonText
|
highlight! link EndOfBuffer NonText
|
||||||
highlight! link Whitespace NonText
|
highlight! link Whitespace NonText
|
||||||
highlight Normal guifg=#333A57 guibg=#D6D7DC guisp=NONE gui=NONE cterm=NONE
|
highlight Normal guifg=#555555 guibg=#E2E2E2 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight NormalFloat guifg=NONE guibg=#C8C9CF guisp=NONE gui=NONE cterm=NONE
|
highlight NormalFloat guifg=NONE guibg=#D4D4D4 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Number guifg=#176775 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Number guifg=#896500 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight! link Boolean Number
|
highlight! link Boolean Number
|
||||||
|
highlight! link TSConstBuiltin Number
|
||||||
highlight! link TSConstMacro Number
|
highlight! link TSConstMacro Number
|
||||||
highlight! link TSVariableBuiltin Number
|
highlight! link TSVariableBuiltin Number
|
||||||
highlight NvimTreeCursorLine guifg=NONE guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeCursorLine guifg=NONE guibg=#C9C9C9 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
||||||
highlight NvimTreeNormal guifg=#333A57 guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeNormal guifg=#555555 guibg=#DADADA guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NnnNormal NvimTreeNormal
|
highlight! link NnnNormal NvimTreeNormal
|
||||||
highlight NvimTreeRootFolder guifg=#34548C guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight NvimTreeRootFolder guifg=#0084A3 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight NvimTreeSpecialFile guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight NvimTreeSpecialFile guifg=#896788 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight NvimTreeSymlink guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeSymlink guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Pmenu guifg=NONE guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
|
highlight Pmenu guifg=NONE guibg=#C9C9C9 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PmenuSbar guifg=NONE guibg=#9395A2 guisp=NONE gui=NONE cterm=NONE
|
highlight PmenuSbar guifg=NONE guibg=#9E9E9E guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PmenuSel guifg=NONE guibg=#A6A8B3 guisp=NONE gui=NONE cterm=NONE
|
highlight PmenuSel guifg=NONE guibg=#B0B0B0 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PmenuThumb guifg=NONE guibg=#EDEEF0 guisp=NONE gui=NONE cterm=NONE
|
highlight PmenuThumb guifg=NONE guibg=#F3F3F3 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight PreProc guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight PreProc guifg=#BE6A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Search guifg=#333A57 guibg=#B3A9C9 guisp=NONE gui=NONE cterm=NONE
|
highlight Search guifg=#555555 guibg=#CBB1CA guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link MatchParen Search
|
highlight! link MatchParen Search
|
||||||
highlight! link Sneak Search
|
highlight! link Sneak Search
|
||||||
highlight! link LightspeedPendingOpArea SneakLabel
|
highlight! link LightspeedPendingOpArea SneakLabel
|
||||||
highlight SneakLabelMask guifg=#5A4A79 guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
|
highlight SneakLabelMask guifg=#896788 guibg=#896788 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Special guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Special guifg=#896788 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link TSNamespace Special
|
highlight! link TSNamespace Special
|
||||||
highlight! link TSTag Special
|
highlight! link TSTag Special
|
||||||
highlight! link WhichKeyGroup Special
|
highlight! link WhichKeyGroup Special
|
||||||
@@ -439,56 +446,55 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#7C7E89 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#9B9DA9 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#A6A6A6 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
highlight SpellCap guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellCap guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link SpellLocal SpellCap
|
highlight! link SpellLocal SpellCap
|
||||||
highlight SpellRare guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellRare guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight Statement guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Statement guifg=#555555 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link WhichKey Statement
|
highlight! link WhichKey Statement
|
||||||
highlight! link markdownH2 Statement
|
highlight! link markdownH2 Statement
|
||||||
highlight! link markdownH3 Statement
|
highlight! link markdownH3 Statement
|
||||||
highlight StatusLine guifg=#333A57 guibg=#B4B6BE guisp=NONE gui=NONE cterm=NONE
|
highlight StatusLine guifg=#555555 guibg=#BEBEBE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TabLine StatusLine
|
highlight! link TabLine StatusLine
|
||||||
highlight StatusLineNC guifg=#5F6B9B guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
|
highlight StatusLineNC guifg=#818181 guibg=#C9C9C9 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TabLineFill StatusLineNC
|
highlight! link TabLineFill StatusLineNC
|
||||||
highlight TSConstBuiltin guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight String guifg=#487384 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight TSConstant guifg=#965127 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight TSConstant guifg=#6D6D6D guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight TSKeyword guifg=#5A4A79 guibg=NONE guisp=NONE gui=italic cterm=italic
|
|
||||||
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight! link BufferCurrent TabLineSel
|
highlight! link BufferCurrent TabLineSel
|
||||||
highlight TelescopeBorder guifg=#626573 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight TelescopeBorder guifg=#6A6A6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight TelescopeMatching guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight TelescopeMatching guifg=#896788 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight TelescopeSelectionCaret guifg=#8B4351 guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
|
highlight TelescopeSelectionCaret guifg=#DC5284 guibg=#DADADA guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
highlight Type guifg=#484F6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight Type guifg=#727100 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link helpSpecial Type
|
highlight! link helpSpecial Type
|
||||||
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
|
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||||
highlight VertSplit guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight VertSplit guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight Visual guifg=NONE guibg=#BBC0D8 guisp=NONE gui=NONE cterm=NONE
|
highlight Visual guifg=NONE guibg=#CCCCCC guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight WarningMsg guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight WarningMsg guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link DiagnosticWarn WarningMsg
|
highlight! link DiagnosticWarn WarningMsg
|
||||||
highlight! link TSWarning WarningMsg
|
highlight! link TSWarning WarningMsg
|
||||||
highlight! link gitcommitOverflow WarningMsg
|
highlight! link gitcommitOverflow WarningMsg
|
||||||
highlight WildMenu guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
|
highlight WildMenu guifg=#E2E2E2 guibg=#896788 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link SneakLabel WildMenu
|
highlight! link SneakLabel WildMenu
|
||||||
highlight diffAdded guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffAdded guifg=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeGitNew diffAdded
|
highlight! link NvimTreeGitNew diffAdded
|
||||||
highlight diffChanged guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffChanged guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeGitDirty diffChanged
|
highlight! link NvimTreeGitDirty diffChanged
|
||||||
highlight diffFile guifg=#8F5E14 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight diffFile guifg=#C48562 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight diffIndexLine guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffIndexLine guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight diffLine guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight diffLine guifg=#896788 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||||
highlight diffNewFile guifg=#34645D guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight diffNewFile guifg=#628562 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight diffOldFile guifg=#8B4351 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight diffOldFile guifg=#DC5284 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight diffRemoved guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
highlight diffRemoved guifg=#DC5284 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link NvimTreeGitDeleted diffRemoved
|
highlight! link NvimTreeGitDeleted diffRemoved
|
||||||
highlight lCursor guifg=#D6D7DC guibg=#525C87 guisp=NONE gui=NONE cterm=NONE
|
highlight lCursor guifg=#E2E2E2 guibg=#747474 guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight! link TermCursorNC lCursor
|
highlight! link TermCursorNC lCursor
|
||||||
highlight markdownH1 guifg=#333A57 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
highlight markdownH1 guifg=#555555 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||||
" light end
|
" light end
|
||||||
|
|
||||||
if !s:italics
|
if !s:italics
|
||||||
@@ -497,9 +503,11 @@ else
|
|||||||
highlight Boolean gui=NONE cterm=NONE
|
highlight Boolean gui=NONE cterm=NONE
|
||||||
highlight Comment gui=NONE cterm=NONE
|
highlight Comment gui=NONE cterm=NONE
|
||||||
highlight Constant gui=NONE cterm=NONE
|
highlight Constant gui=NONE cterm=NONE
|
||||||
|
highlight Number gui=NONE cterm=NONE
|
||||||
highlight SpecialKey gui=NONE cterm=NONE
|
highlight SpecialKey gui=NONE cterm=NONE
|
||||||
|
highlight String gui=NONE cterm=NONE
|
||||||
|
highlight TSConstBuiltin gui=NONE cterm=NONE
|
||||||
highlight TSConstMacro gui=NONE cterm=NONE
|
highlight TSConstMacro gui=NONE cterm=NONE
|
||||||
highlight TSKeyword gui=NONE cterm=NONE
|
|
||||||
highlight TSVariableBuiltin gui=NONE cterm=NONE
|
highlight TSVariableBuiltin gui=NONE cterm=NONE
|
||||||
highlight TroubleSource gui=NONE cterm=NONE
|
highlight TroubleSource gui=NONE cterm=NONE
|
||||||
highlight WhichKeyValue gui=NONE cterm=NONE
|
highlight WhichKeyValue gui=NONE cterm=NONE
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#65677D guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#65677D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#535570 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#535570 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
@@ -439,7 +439,7 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#7C7E89 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#7C7E89 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#9B9DA9 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#9B9DA9 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ if &background ==# 'light'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#8C8C7C guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#8C8C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#B0B093 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#B0B093 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#6E6763 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#6E6763 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#5C534F guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#5C534F guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
@@ -439,7 +439,7 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#BBABA3 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#BBABA3 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#848484 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#747474 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#747474 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#D07C7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#D07C7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ if &background ==# 'dark'
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#686868 guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#555555 guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#555555 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
@@ -439,7 +439,7 @@ else
|
|||||||
highlight! link markdownH4 Special
|
highlight! link markdownH4 Special
|
||||||
highlight! link markdownH5 Special
|
highlight! link markdownH5 Special
|
||||||
highlight! link markdownH6 Special
|
highlight! link markdownH6 Special
|
||||||
highlight SpecialComment guifg=#8B8B8B guibg=NONE guisp=NONE gui=bold cterm=bold
|
highlight SpecialComment guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||||
highlight SpecialKey guifg=#AEAEAE guibg=NONE guisp=NONE gui=italic cterm=italic
|
highlight SpecialKey guifg=#AEAEAE guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||||
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||||
highlight! link CocSelectedText SpellBad
|
highlight! link CocSelectedText SpellBad
|
||||||
|
|||||||
26
extras/alacritty/seoulbones_dark.yml
Normal file
26
extras/alacritty/seoulbones_dark.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: '#E2E2E2'
|
||||||
|
background: '#4B4B4B'
|
||||||
|
cursor:
|
||||||
|
cursor: '#4B4B4B'
|
||||||
|
text: '#E8E8E8'
|
||||||
|
normal:
|
||||||
|
black: '#4B4B4B'
|
||||||
|
red: '#E388A3'
|
||||||
|
green: '#98BD99'
|
||||||
|
yellow: '#FFDF9B'
|
||||||
|
blue: '#97BDDE'
|
||||||
|
magenta: '#9A9BBD'
|
||||||
|
cyan: '#6FBDBE'
|
||||||
|
white: '#E2E2E2'
|
||||||
|
bright:
|
||||||
|
black: '#6C6465'
|
||||||
|
red: '#EB99B1'
|
||||||
|
green: '#8FCD92'
|
||||||
|
yellow: '#FFE5B3'
|
||||||
|
blue: '#A2C8E9'
|
||||||
|
magenta: '#A9AAD6'
|
||||||
|
cyan: '#6BCACB'
|
||||||
|
white: '#ABABAB'
|
||||||
26
extras/alacritty/seoulbones_light.yml
Normal file
26
extras/alacritty/seoulbones_light.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
foreground: '#555555'
|
||||||
|
background: '#E2E2E2'
|
||||||
|
cursor:
|
||||||
|
cursor: '#E2E2E2'
|
||||||
|
text: '#555555'
|
||||||
|
normal:
|
||||||
|
black: '#E2E2E2'
|
||||||
|
red: '#DC5284'
|
||||||
|
green: '#628562'
|
||||||
|
yellow: '#C48562'
|
||||||
|
blue: '#0084A3'
|
||||||
|
magenta: '#896788'
|
||||||
|
cyan: '#008586'
|
||||||
|
white: '#555555'
|
||||||
|
bright:
|
||||||
|
black: '#BFBABB'
|
||||||
|
red: '#BE3C6D'
|
||||||
|
green: '#487249'
|
||||||
|
yellow: '#A76B48'
|
||||||
|
blue: '#006F89'
|
||||||
|
magenta: '#7F4C7E'
|
||||||
|
cyan: '#006F70'
|
||||||
|
white: '#777777'
|
||||||
357
extras/iterm/seoulbones_dark.itermcolors
Normal file
357
extras/iterm/seoulbones_dark.itermcolors
Normal file
@@ -0,0 +1,357 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Ansi 0 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 1 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6392156862745098</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8901960784313725</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 10 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5725490196078431</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8039215686274510</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5607843137254902</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 11 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7019607843137254</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8980392156862745</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>1.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 12 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9137254901960784</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7843137254901961</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6352941176470588</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 13 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8392156862745098</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6666666666666666</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6627450980392157</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 14 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7960784313725490</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7921568627450980</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4196078431372549</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 15 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6705882352941176</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6705882352941176</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6705882352941176</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 2 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6000000000000000</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7411764705882353</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5960784313725490</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 3 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6078431372549019</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8745098039215686</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>1.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 4 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8705882352941177</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7411764705882353</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5921568627450980</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 5 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7411764705882353</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6078431372549019</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6039215686274509</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 6 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7450980392156863</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7411764705882353</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4352941176470588</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 7 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 8 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3960784313725490</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3921568627450980</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4235294117647059</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 9 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6941176470588235</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6000000000000000</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9215686274509803</real>
|
||||||
|
</dict>
|
||||||
|
<key>Background Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
</dict>
|
||||||
|
<key>Badge Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4431372549019608</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5960784313725490</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4431372549019608</real>
|
||||||
|
</dict>
|
||||||
|
<key>Bold Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3960784313725490</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3921568627450980</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4235294117647059</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9098039215686274</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9098039215686274</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9098039215686274</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Guide Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3215686274509804</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3215686274509804</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
</dict>
|
||||||
|
<key>Foreground Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
<key>Link Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9137254901960784</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7843137254901961</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6352941176470588</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selected Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selection Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4666666666666667</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4666666666666667</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4666666666666667</real>
|
||||||
|
</dict>
|
||||||
|
<key>Tab Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2941176470588235</real>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
357
extras/iterm/seoulbones_light.itermcolors
Normal file
357
extras/iterm/seoulbones_light.itermcolors
Normal file
@@ -0,0 +1,357 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Ansi 0 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 1 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5176470588235295</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8627450980392157</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 10 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2862745098039216</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4470588235294118</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2823529411764706</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 11 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2823529411764706</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4196078431372549</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6549019607843137</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 12 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5372549019607843</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4352941176470588</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 13 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4941176470588236</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2980392156862745</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4980392156862745</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 14 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4392156862745098</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4352941176470588</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 15 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4666666666666667</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4666666666666667</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4666666666666667</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 2 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3843137254901961</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3843137254901961</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 3 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3843137254901961</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7686274509803922</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 4 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6392156862745098</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5176470588235295</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 5 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4039215686274510</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5372549019607843</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 6 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5254901960784314</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 7 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 8 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7294117647058823</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7490196078431373</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 9 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4274509803921568</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2352941176470588</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7450980392156863</real>
|
||||||
|
</dict>
|
||||||
|
<key>Background Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
<key>Badge Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3843137254901961</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3843137254901961</real>
|
||||||
|
</dict>
|
||||||
|
<key>Bold Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7294117647058823</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7490196078431373</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Guide Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8549019607843137</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8549019607843137</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8549019607843137</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
<key>Foreground Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
</dict>
|
||||||
|
<key>Link Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5372549019607843</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4352941176470588</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selected Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selection Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8000000000000000</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8000000000000000</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Tab Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
48
extras/kitty/seoulbones_dark.conf
Normal file
48
extras/kitty/seoulbones_dark.conf
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
# vim:ft=kitty
|
||||||
|
## name: seoulbones_dark
|
||||||
|
## author: Michael Chris Lopez
|
||||||
|
## license: MIT
|
||||||
|
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf
|
||||||
|
foreground #E2E2E2
|
||||||
|
background #4B4B4B
|
||||||
|
selection_foreground #E2E2E2
|
||||||
|
selection_background #777777
|
||||||
|
# Cursor colors
|
||||||
|
cursor #E8E8E8
|
||||||
|
cursor_text_color #4B4B4B
|
||||||
|
# URL underline color when hovering with mouse
|
||||||
|
# kitty window border colors
|
||||||
|
# OS Window titlebar colors
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #E2E2E2
|
||||||
|
active_tab_background #8283AD
|
||||||
|
inactive_tab_foreground #E2E2E2
|
||||||
|
inactive_tab_background #666666
|
||||||
|
# Colors for marks (marked text in the terminal)
|
||||||
|
# The basic 16 colors
|
||||||
|
# black
|
||||||
|
color0 #4B4B4B
|
||||||
|
color8 #6C6465
|
||||||
|
# red
|
||||||
|
color1 #E388A3
|
||||||
|
color9 #EB99B1
|
||||||
|
# green
|
||||||
|
color2 #98BD99
|
||||||
|
color10 #8FCD92
|
||||||
|
# yellow
|
||||||
|
color3 #FFDF9B
|
||||||
|
color11 #FFE5B3
|
||||||
|
# blue
|
||||||
|
color4 #97BDDE
|
||||||
|
color12 #A2C8E9
|
||||||
|
# magenta
|
||||||
|
color5 #9A9BBD
|
||||||
|
color13 #A9AAD6
|
||||||
|
# cyan
|
||||||
|
color6 #6FBDBE
|
||||||
|
color14 #6BCACB
|
||||||
|
# white
|
||||||
|
color7 #E2E2E2
|
||||||
|
color15 #ABABAB
|
||||||
|
# You can set the remaining 240 colors as color16 to color255.
|
||||||
48
extras/kitty/seoulbones_light.conf
Normal file
48
extras/kitty/seoulbones_light.conf
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
# vim:ft=kitty
|
||||||
|
## name: seoulbones_light
|
||||||
|
## author: Michael Chris Lopez
|
||||||
|
## license: MIT
|
||||||
|
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_light.conf
|
||||||
|
foreground #555555
|
||||||
|
background #E2E2E2
|
||||||
|
selection_foreground #555555
|
||||||
|
selection_background #CCCCCC
|
||||||
|
# Cursor colors
|
||||||
|
cursor #555555
|
||||||
|
cursor_text_color #E2E2E2
|
||||||
|
# URL underline color when hovering with mouse
|
||||||
|
# kitty window border colors
|
||||||
|
# OS Window titlebar colors
|
||||||
|
# Tab bar colors
|
||||||
|
active_tab_foreground #555555
|
||||||
|
active_tab_background #CBB1CA
|
||||||
|
inactive_tab_foreground #555555
|
||||||
|
inactive_tab_background #BEBEBE
|
||||||
|
# Colors for marks (marked text in the terminal)
|
||||||
|
# The basic 16 colors
|
||||||
|
# black
|
||||||
|
color0 #E2E2E2
|
||||||
|
color8 #BFBABB
|
||||||
|
# red
|
||||||
|
color1 #DC5284
|
||||||
|
color9 #BE3C6D
|
||||||
|
# green
|
||||||
|
color2 #628562
|
||||||
|
color10 #487249
|
||||||
|
# yellow
|
||||||
|
color3 #C48562
|
||||||
|
color11 #A76B48
|
||||||
|
# blue
|
||||||
|
color4 #0084A3
|
||||||
|
color12 #006F89
|
||||||
|
# magenta
|
||||||
|
color5 #896788
|
||||||
|
color13 #7F4C7E
|
||||||
|
# cyan
|
||||||
|
color6 #008586
|
||||||
|
color14 #006F70
|
||||||
|
# white
|
||||||
|
color7 #555555
|
||||||
|
color15 #777777
|
||||||
|
# You can set the remaining 240 colors as color16 to color255.
|
||||||
19
extras/tmux/seoulbones_dark.tmux
Normal file
19
extras/tmux/seoulbones_dark.tmux
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
set -g status-left ' #[fg=#9A9BBD,bold]#{s/root//:client_key_table} '
|
||||||
|
set -g status-right '#[fg=#9A9BBD,bold] [#S]#[fg=#9A9BBD,bold] [%d/%m] #[fg=#9A9BBD,bold][%I:%M%p] '
|
||||||
|
set -g status-style fg='#9A9BBD',bg='#E2E2E2'
|
||||||
|
|
||||||
|
set -g window-status-current-style fg='#9A9BBD',bg='#E2E2E2',bold
|
||||||
|
|
||||||
|
set -g pane-border-style fg='#9A9BBD'
|
||||||
|
set -g pane-active-border-style fg='#9A9BBD'
|
||||||
|
|
||||||
|
set -g message-style fg='#4B4B4B',bg='#777777'
|
||||||
|
|
||||||
|
set -g display-panes-active-colour '#9A9BBD'
|
||||||
|
set -g display-panes-colour '#9A9BBD'
|
||||||
|
|
||||||
|
set -g clock-mode-colour '#9A9BBD'
|
||||||
|
|
||||||
|
set -g mode-style fg='#4B4B4B',bg='#777777'
|
||||||
|
|
||||||
19
extras/tmux/seoulbones_light.tmux
Normal file
19
extras/tmux/seoulbones_light.tmux
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
set -g status-left ' #[fg=#896788,bold]#{s/root//:client_key_table} '
|
||||||
|
set -g status-right '#[fg=#896788,bold] [#S]#[fg=#896788,bold] [%d/%m] #[fg=#896788,bold][%I:%M%p] '
|
||||||
|
set -g status-style fg='#896788',bg='#555555'
|
||||||
|
|
||||||
|
set -g window-status-current-style fg='#896788',bg='#555555',bold
|
||||||
|
|
||||||
|
set -g pane-border-style fg='#896788'
|
||||||
|
set -g pane-active-border-style fg='#896788'
|
||||||
|
|
||||||
|
set -g message-style fg='#E2E2E2',bg='#CCCCCC'
|
||||||
|
|
||||||
|
set -g display-panes-active-colour '#896788'
|
||||||
|
set -g display-panes-colour '#896788'
|
||||||
|
|
||||||
|
set -g clock-mode-colour '#896788'
|
||||||
|
|
||||||
|
set -g mode-style fg='#E2E2E2',bg='#CCCCCC'
|
||||||
|
|
||||||
11
extras/wezterm/Seoulbones_dark.toml
Normal file
11
extras/wezterm/Seoulbones_dark.toml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
[colors]
|
||||||
|
foreground = "#E2E2E2"
|
||||||
|
background = "#4B4B4B"
|
||||||
|
cursor_fg = "#4B4B4B"
|
||||||
|
cursor_bg = "#E8E8E8"
|
||||||
|
cursor_border = "#4B4B4B"
|
||||||
|
selection_fg = "#E2E2E2"
|
||||||
|
selection_bg = "#777777"
|
||||||
|
ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#9A9BBD", "#6FBDBE", "#E2E2E2"]
|
||||||
|
brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#A9AAD6", "#6BCACB", "#ABABAB"]
|
||||||
11
extras/wezterm/Seoulbones_light.toml
Normal file
11
extras/wezterm/Seoulbones_light.toml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# This file is auto-generated by shipwright.nvim
|
||||||
|
[colors]
|
||||||
|
foreground = "#555555"
|
||||||
|
background = "#E2E2E2"
|
||||||
|
cursor_fg = "#E2E2E2"
|
||||||
|
cursor_bg = "#555555"
|
||||||
|
cursor_border = "#E2E2E2"
|
||||||
|
selection_fg = "#555555"
|
||||||
|
selection_bg = "#CCCCCC"
|
||||||
|
ansi = ["#E2E2E2", "#DC5284", "#628562", "#C48562", "#0084A3", "#896788", "#008586", "#555555"]
|
||||||
|
brights = ["#BFBABB", "#BE3C6D", "#487249", "#A76B48", "#006F89", "#7F4C7E", "#006F70", "#777777"]
|
||||||
34
lua/lualine/themes/seoulbones_dark.lua
Normal file
34
lua/lualine/themes/seoulbones_dark.lua
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
-- This file is auto-generated by shipwright.nvim
|
||||||
|
local common_fg = "#BBBBBB"
|
||||||
|
local inactive_bg = "#5C5C5C"
|
||||||
|
local inactive_fg = "#EBEBEB"
|
||||||
|
|
||||||
|
return {
|
||||||
|
normal = {
|
||||||
|
a = { bg = "#8E8E8E", fg = common_fg, gui = "bold" },
|
||||||
|
b = { bg = "#727272", fg = common_fg },
|
||||||
|
c = { bg = "#666666", fg = "#E2E2E2" },
|
||||||
|
},
|
||||||
|
|
||||||
|
insert = {
|
||||||
|
a = { bg = "#5D809B", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
command = {
|
||||||
|
a = { bg = "#8283AD", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
visual = {
|
||||||
|
a = { bg = "#777777", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
replace = {
|
||||||
|
a = { bg = "#82505E", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
inactive = {
|
||||||
|
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
|
||||||
|
b = { bg = inactive_bg, fg = inactive_fg },
|
||||||
|
c = { bg = inactive_bg, fg = inactive_fg },
|
||||||
|
},
|
||||||
|
}
|
||||||
34
lua/lualine/themes/seoulbones_light.lua
Normal file
34
lua/lualine/themes/seoulbones_light.lua
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
-- This file is auto-generated by shipwright.nvim
|
||||||
|
local common_fg = "#4B4B4B"
|
||||||
|
local inactive_bg = "#C9C9C9"
|
||||||
|
local inactive_fg = "#818181"
|
||||||
|
|
||||||
|
return {
|
||||||
|
normal = {
|
||||||
|
a = { bg = "#9E9E9E", fg = common_fg, gui = "bold" },
|
||||||
|
b = { bg = "#B0B0B0", fg = common_fg },
|
||||||
|
c = { bg = "#BEBEBE", fg = "#555555" },
|
||||||
|
},
|
||||||
|
|
||||||
|
insert = {
|
||||||
|
a = { bg = "#99B5C3", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
command = {
|
||||||
|
a = { bg = "#CBB1CA", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
visual = {
|
||||||
|
a = { bg = "#CCCCCC", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
replace = {
|
||||||
|
a = { bg = "#E5CBD1", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
inactive = {
|
||||||
|
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
|
||||||
|
b = { bg = inactive_bg, fg = inactive_fg },
|
||||||
|
c = { bg = inactive_bg, fg = inactive_fg },
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user