Merge pull request #54 from mcchrish/bot/build/main

chore: rebuild artifacts
This commit is contained in:
Michael Chris Lopez
2021-11-13 08:23:27 +08:00
committed by GitHub
6 changed files with 52 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ if &background ==# 'dark'
let g:terminal_color_2 = '#98BD99' let g:terminal_color_2 = '#98BD99'
let g:terminal_color_3 = '#FFDF9B' let g:terminal_color_3 = '#FFDF9B'
let g:terminal_color_4 = '#97BDDE' let g:terminal_color_4 = '#97BDDE'
let g:terminal_color_5 = '#9A9BBD' let g:terminal_color_5 = '#A5A6C5'
let g:terminal_color_6 = '#6FBDBE' let g:terminal_color_6 = '#6FBDBE'
let g:terminal_color_7 = '#E2E2E2' let g:terminal_color_7 = '#E2E2E2'
let g:terminal_color_8 = '#6C6465' let g:terminal_color_8 = '#6C6465'
@@ -27,7 +27,7 @@ if &background ==# 'dark'
let g:terminal_color_10 = '#8FCD92' let g:terminal_color_10 = '#8FCD92'
let g:terminal_color_11 = '#FFE5B3' let g:terminal_color_11 = '#FFE5B3'
let g:terminal_color_12 = '#A2C8E9' let g:terminal_color_12 = '#A2C8E9'
let g:terminal_color_13 = '#A9AAD6' let g:terminal_color_13 = '#B2B3DA'
let g:terminal_color_14 = '#6BCACB' let g:terminal_color_14 = '#6BCACB'
let g:terminal_color_15 = '#ABABAB' 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
@@ -49,7 +49,6 @@ if &background ==# 'dark'
highlight Comment guifg=#719871 guibg=NONE guisp=NONE gui=italic cterm=italic highlight Comment guifg=#719871 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#989898 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 Conditional guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Constant guifg=#A6A6A6 guibg=NONE guisp=NONE gui=italic cterm=italic 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
@@ -62,11 +61,11 @@ if &background ==# 'dark'
highlight! link NeogitDiffContextHighlight CursorLine highlight! link NeogitDiffContextHighlight CursorLine
highlight! link TelescopeSelection CursorLine highlight! link TelescopeSelection CursorLine
highlight CursorLineNr guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold highlight CursorLineNr guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight Delimiter guifg=#AB966A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Delimiter guifg=#9B9B9B 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=#9A9BBD guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight DiagnosticHint guifg=#A5A6C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link LspDiagnosticsDefaultHint DiagnosticHint highlight! link LspDiagnosticsDefaultHint DiagnosticHint
highlight DiagnosticInfo guifg=#97BDDE 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
@@ -75,7 +74,7 @@ if &background ==# 'dark'
highlight DiagnosticSignError guifg=#E388A3 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=#9A9BBD guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight DiagnosticSignHint guifg=#A5A6C5 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=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight DiagnosticSignInfo guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -87,7 +86,7 @@ if &background ==# 'dark'
highlight DiagnosticUnderlineError guifg=#E388A3 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=#9A9BBD guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight DiagnosticUnderlineHint guifg=#A5A6C5 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=#97BDDE guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight DiagnosticUnderlineInfo guifg=#97BDDE guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
@@ -118,7 +117,7 @@ if &background ==# 'dark'
highlight FloatBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight FloatBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#868686 guibg=NONE guisp=NONE gui=bold cterm=bold highlight FoldColumn guifg=#868686 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight Folded guifg=#BBBBBB guibg=#666666 guisp=NONE gui=NONE cterm=NONE highlight Folded guifg=#BBBBBB guibg=#666666 guisp=NONE gui=NONE cterm=NONE
highlight Function guifg=#E2E2E2 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Function guifg=#DFDFC1 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=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight GitSignsAdd guifg=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -128,24 +127,25 @@ if &background ==# 'dark'
highlight GitSignsDelete guifg=#E388A3 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=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight HopNextKey2 guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Identifier guifg=#BEBEBE guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Identifier guifg=#E2E2E2 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=#4B4B4B guibg=#DCDCE8 guisp=NONE gui=bold cterm=bold highlight IncSearch guifg=#4B4B4B guibg=#DCDCE8 guisp=NONE gui=bold cterm=bold
highlight IndentBlanklineChar guifg=#636363 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 Keyword guifg=#DC8CA3 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Keyword guifg=#DC8CA3 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Exception Keyword
highlight LightspeedGreyWash guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight LightspeedGreyWash guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link HopUnmatched LightspeedGreyWash highlight! link HopUnmatched LightspeedGreyWash
highlight LightspeedLabel guifg=#9A9BBD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline highlight LightspeedLabel guifg=#A5A6C5 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
highlight! link HopNextKey LightspeedLabel highlight! link HopNextKey LightspeedLabel
highlight LightspeedLabelDistant guifg=#6FBDBE 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=#6FBDBE guibg=NONE guisp=NONE gui=underline cterm=underline highlight LightspeedLabelDistantOverlapped guifg=#6FBDBE guibg=NONE guisp=NONE gui=underline cterm=underline
highlight LightspeedLabelOverlapped guifg=#9A9BBD guibg=NONE guisp=NONE gui=underline cterm=underline highlight LightspeedLabelOverlapped guifg=#A5A6C5 guibg=NONE guisp=NONE gui=underline cterm=underline
highlight LightspeedOneCharMatch guifg=#4B4B4B guibg=#9A9BBD guisp=NONE gui=bold cterm=bold highlight LightspeedOneCharMatch guifg=#4B4B4B guibg=#A5A6C5 guisp=NONE gui=bold cterm=bold
highlight LightspeedPendingChangeOpArea guifg=#9A9BBD guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight LightspeedPendingChangeOpArea guifg=#A5A6C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight LightspeedShortcut guifg=#4B4B4B guibg=#9A9BBD guisp=NONE gui=bold,underline cterm=bold,underline highlight LightspeedShortcut guifg=#4B4B4B guibg=#A5A6C5 guisp=NONE gui=bold,underline cterm=bold,underline
highlight LineNr guifg=#868686 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
@@ -162,7 +162,7 @@ if &background ==# 'dark'
highlight! link Whitespace NonText highlight! link Whitespace NonText
highlight Normal guifg=#E2E2E2 guibg=#4B4B4B guisp=NONE gui=NONE cterm=NONE highlight Normal guifg=#E2E2E2 guibg=#4B4B4B guisp=NONE gui=NONE cterm=NONE
highlight NormalFloat guifg=NONE guibg=#575757 guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#575757 guisp=NONE gui=NONE cterm=NONE
highlight Number guifg=#FADFAB guibg=NONE guisp=NONE gui=italic cterm=italic highlight Number guifg=#F7E0B3 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight! link Boolean Number highlight! link Boolean Number
highlight! link TSConstBuiltin Number highlight! link TSConstBuiltin Number
highlight! link TSConstMacro Number highlight! link TSConstMacro Number
@@ -172,7 +172,7 @@ if &background ==# 'dark'
highlight NvimTreeNormal guifg=#E2E2E2 guibg=#505050 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=#97BDDE guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeRootFolder guifg=#97BDDE guibg=NONE guisp=NONE gui=bold cterm=bold
highlight NvimTreeSpecialFile guifg=#9A9BBD guibg=NONE guisp=NONE gui=underline cterm=underline highlight NvimTreeSpecialFile guifg=#A5A6C5 guibg=NONE guisp=NONE gui=underline cterm=underline
highlight NvimTreeSymlink guifg=#97BDDE 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=#5E5E5E guisp=NONE gui=NONE cterm=NONE highlight Pmenu guifg=NONE guibg=#5E5E5E guisp=NONE gui=NONE cterm=NONE
@@ -184,8 +184,8 @@ if &background ==# 'dark'
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=#9A9BBD guibg=#9A9BBD guisp=NONE gui=NONE cterm=NONE highlight SneakLabelMask guifg=#A5A6C5 guibg=#A5A6C5 guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#BFBFD5 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Special guifg=#BCBCD3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link TSNamespace Special highlight! link TSNamespace Special
highlight! link TSTag Special highlight! link TSTag Special
highlight! link WhichKeyGroup Special highlight! link WhichKeyGroup Special
@@ -200,7 +200,7 @@ if &background ==# 'dark'
highlight SpellCap guifg=#D291A3 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=#D291A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight SpellRare guifg=#D291A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
highlight Statement guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Statement guifg=#97BDDE 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
@@ -213,11 +213,11 @@ if &background ==# 'dark'
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=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight TelescopeBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight TelescopeMatching guifg=#9A9BBD guibg=NONE guisp=NONE gui=bold cterm=bold highlight TelescopeMatching guifg=#A5A6C5 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight TelescopeSelectionCaret guifg=#E388A3 guibg=#525252 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=#DFDFBD guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Type guifg=#AEAEAE 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=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight VertSplit guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -226,7 +226,7 @@ if &background ==# 'dark'
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=#4B4B4B guibg=#9A9BBD guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#4B4B4B guibg=#A5A6C5 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu highlight! link SneakLabel WildMenu
highlight diffAdded guifg=#98BD99 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
@@ -234,7 +234,7 @@ if &background ==# 'dark'
highlight! link NvimTreeGitDirty diffChanged highlight! link NvimTreeGitDirty diffChanged
highlight diffFile guifg=#FFDF9B guibg=NONE guisp=NONE gui=bold cterm=bold highlight diffFile guifg=#FFDF9B guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffIndexLine guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight diffIndexLine guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffLine guifg=#9A9BBD guibg=NONE guisp=NONE gui=bold cterm=bold highlight diffLine guifg=#A5A6C5 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffNewFile guifg=#98BD99 guibg=NONE guisp=NONE gui=italic cterm=italic highlight diffNewFile guifg=#98BD99 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffOldFile guifg=#E388A3 guibg=NONE guisp=NONE gui=italic cterm=italic highlight diffOldFile guifg=#E388A3 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffRemoved guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight diffRemoved guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -302,7 +302,6 @@ else
highlight Comment guifg=#628562 guibg=NONE guisp=NONE gui=italic cterm=italic highlight Comment guifg=#628562 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#777777 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 Conditional guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Constant guifg=#7C7C7C guibg=NONE guisp=NONE gui=italic cterm=italic 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
@@ -315,7 +314,7 @@ else
highlight! link NeogitDiffContextHighlight CursorLine highlight! link NeogitDiffContextHighlight CursorLine
highlight! link TelescopeSelection CursorLine highlight! link TelescopeSelection CursorLine
highlight CursorLineNr guifg=#555555 guibg=NONE guisp=NONE gui=bold cterm=bold highlight CursorLineNr guifg=#555555 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight Delimiter guifg=#A17C6B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Delimiter guifg=#7C7C7C 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
@@ -371,7 +370,7 @@ else
highlight FloatBorder guifg=#6A6A6A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight FloatBorder guifg=#6A6A6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#919191 guibg=NONE guisp=NONE gui=bold cterm=bold highlight FoldColumn guifg=#919191 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight Folded guifg=#4B4B4B guibg=#BBBBBB guisp=NONE gui=NONE cterm=NONE highlight Folded guifg=#4B4B4B guibg=#BBBBBB guisp=NONE gui=NONE cterm=NONE
highlight Function guifg=#555555 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Function guifg=#6C6B20 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=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight GitSignsAdd guifg=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -381,13 +380,14 @@ else
highlight GitSignsDelete guifg=#DC5284 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=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight HopNextKey2 guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Identifier guifg=#6D6D6D guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Identifier guifg=#555555 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=#E2E2E2 guibg=#9E779D guisp=NONE gui=bold cterm=bold highlight IncSearch guifg=#E2E2E2 guibg=#9E779D guisp=NONE gui=bold cterm=bold
highlight IndentBlanklineChar guifg=#C4C4C4 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 Keyword guifg=#CA6284 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Keyword guifg=#CA6284 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Exception Keyword
highlight LightspeedGreyWash guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight LightspeedGreyWash guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link HopUnmatched LightspeedGreyWash highlight! link HopUnmatched LightspeedGreyWash
highlight LightspeedLabel guifg=#896788 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline highlight LightspeedLabel guifg=#896788 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
@@ -438,7 +438,7 @@ else
highlight! link Sneak Search highlight! link Sneak Search
highlight! link LightspeedPendingOpArea SneakLabel highlight! link LightspeedPendingOpArea SneakLabel
highlight SneakLabelMask guifg=#896788 guibg=#896788 guisp=NONE gui=NONE cterm=NONE highlight SneakLabelMask guifg=#896788 guibg=#896788 guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#896788 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Special guifg=#755F74 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link TSNamespace Special highlight! link TSNamespace Special
highlight! link TSTag Special highlight! link TSTag Special
highlight! link WhichKeyGroup Special highlight! link WhichKeyGroup Special
@@ -453,7 +453,7 @@ else
highlight SpellCap guifg=#C66484 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=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl highlight SpellRare guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
highlight Statement guifg=#555555 guibg=NONE guisp=NONE gui=bold cterm=bold highlight Statement guifg=#0084A3 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
@@ -461,7 +461,7 @@ else
highlight! link TabLine StatusLine highlight! link TabLine StatusLine
highlight StatusLineNC guifg=#818181 guibg=#C9C9C9 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 String guifg=#487384 guibg=NONE guisp=NONE gui=italic cterm=italic highlight String guifg=#4A7587 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight TSConstant guifg=#6D6D6D guibg=NONE guisp=NONE gui=bold cterm=bold highlight TSConstant guifg=#6D6D6D guibg=NONE guisp=NONE gui=bold cterm=bold
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
@@ -470,7 +470,7 @@ else
highlight TelescopeSelectionCaret guifg=#DC5284 guibg=#DADADA 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=#727100 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight Type guifg=#6D4C52 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=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight VertSplit guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE

View File

@@ -12,7 +12,7 @@ colors:
green: '#98BD99' green: '#98BD99'
yellow: '#FFDF9B' yellow: '#FFDF9B'
blue: '#97BDDE' blue: '#97BDDE'
magenta: '#9A9BBD' magenta: '#A5A6C5'
cyan: '#6FBDBE' cyan: '#6FBDBE'
white: '#E2E2E2' white: '#E2E2E2'
bright: bright:
@@ -21,6 +21,6 @@ colors:
green: '#8FCD92' green: '#8FCD92'
yellow: '#FFE5B3' yellow: '#FFE5B3'
blue: '#A2C8E9' blue: '#A2C8E9'
magenta: '#A9AAD6' magenta: '#B2B3DA'
cyan: '#6BCACB' cyan: '#6BCACB'
white: '#ABABAB' white: '#ABABAB'

View File

@@ -72,13 +72,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.8392156862745098</real> <real>0.8549019607843137</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6666666666666666</real> <real>0.7019607843137254</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.6627450980392157</real> <real>0.6980392156862745</real>
</dict> </dict>
<key>Ansi 14 Color</key> <key>Ansi 14 Color</key>
<dict> <dict>
@@ -150,13 +150,13 @@
<key>Alpha Component</key> <key>Alpha Component</key>
<real>1</real> <real>1</real>
<key>Blue Component</key> <key>Blue Component</key>
<real>0.7411764705882353</real> <real>0.7725490196078432</real>
<key>Color Space</key> <key>Color Space</key>
<string>sRGB</string> <string>sRGB</string>
<key>Green Component</key> <key>Green Component</key>
<real>0.6078431372549019</real> <real>0.6509803921568628</real>
<key>Red Component</key> <key>Red Component</key>
<real>0.6039215686274509</real> <real>0.6470588235294118</real>
</dict> </dict>
<key>Ansi 6 Color</key> <key>Ansi 6 Color</key>
<dict> <dict>

View File

@@ -37,8 +37,8 @@ color11 #FFE5B3
color4 #97BDDE color4 #97BDDE
color12 #A2C8E9 color12 #A2C8E9
# magenta # magenta
color5 #9A9BBD color5 #A5A6C5
color13 #A9AAD6 color13 #B2B3DA
# cyan # cyan
color6 #6FBDBE color6 #6FBDBE
color14 #6BCACB color14 #6BCACB

View File

@@ -1,19 +1,19 @@
# This file is auto-generated by shipwright.nvim # This file is auto-generated by shipwright.nvim
set -g status-left ' #[fg=#9A9BBD,bold]#{s/root//:client_key_table} ' set -g status-left ' #[fg=#A5A6C5,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-right '#[fg=#A5A6C5,bold] [#S]#[fg=#A5A6C5,bold] [%d/%m] #[fg=#A5A6C5,bold][%I:%M%p] '
set -g status-style fg='#9A9BBD',bg='#E2E2E2' set -g status-style fg='#A5A6C5',bg='#E2E2E2'
set -g window-status-current-style fg='#9A9BBD',bg='#E2E2E2',bold set -g window-status-current-style fg='#A5A6C5',bg='#E2E2E2',bold
set -g pane-border-style fg='#9A9BBD' set -g pane-border-style fg='#A5A6C5'
set -g pane-active-border-style fg='#9A9BBD' set -g pane-active-border-style fg='#A5A6C5'
set -g message-style fg='#4B4B4B',bg='#777777' set -g message-style fg='#4B4B4B',bg='#777777'
set -g display-panes-active-colour '#9A9BBD' set -g display-panes-active-colour '#A5A6C5'
set -g display-panes-colour '#9A9BBD' set -g display-panes-colour '#A5A6C5'
set -g clock-mode-colour '#9A9BBD' set -g clock-mode-colour '#A5A6C5'
set -g mode-style fg='#4B4B4B',bg='#777777' set -g mode-style fg='#4B4B4B',bg='#777777'

View File

@@ -7,5 +7,5 @@ cursor_bg = "#E8E8E8"
cursor_border = "#4B4B4B" cursor_border = "#4B4B4B"
selection_fg = "#E2E2E2" selection_fg = "#E2E2E2"
selection_bg = "#777777" selection_bg = "#777777"
ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#9A9BBD", "#6FBDBE", "#E2E2E2"] ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#A5A6C5", "#6FBDBE", "#E2E2E2"]
brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#A9AAD6", "#6BCACB", "#ABABAB"] brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#B2B3DA", "#6BCACB", "#ABABAB"]