2021-11-11 15:08:32 +08:00
|
|
|
|
if exists('g:colors_name')
|
|
|
|
|
|
highlight clear
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
let g:colors_name = 'duckbones'
|
|
|
|
|
|
set background=dark
|
|
|
|
|
|
|
2023-01-11 13:36:49 -05:00
|
|
|
|
if has('nvim') && !bones#_compat(g:colors_name)
|
2021-11-11 15:08:32 +08:00
|
|
|
|
lua require("zenbones.util").apply_colorscheme()
|
|
|
|
|
|
finish
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
let s:italics = (&t_ZH != '' && &t_ZH != '[7m') || has('gui_running') || has('nvim')
|
|
|
|
|
|
|
|
|
|
|
|
if &background ==# 'dark'
|
|
|
|
|
|
" dark start
|
|
|
|
|
|
" This codeblock is auto-generated by shipwright.nvim
|
|
|
|
|
|
let g:terminal_color_0 = '#0E101A'
|
|
|
|
|
|
let g:terminal_color_1 = '#E03600'
|
|
|
|
|
|
let g:terminal_color_2 = '#5DCD97'
|
|
|
|
|
|
let g:terminal_color_3 = '#E39500'
|
|
|
|
|
|
let g:terminal_color_4 = '#00A3CB'
|
|
|
|
|
|
let g:terminal_color_5 = '#795CCC'
|
|
|
|
|
|
let g:terminal_color_6 = '#00A3CB'
|
|
|
|
|
|
let g:terminal_color_7 = '#EBEFC0'
|
|
|
|
|
|
let g:terminal_color_8 = '#2B2F46'
|
|
|
|
|
|
let g:terminal_color_9 = '#FF4821'
|
|
|
|
|
|
let g:terminal_color_10 = '#58DB9E'
|
|
|
|
|
|
let g:terminal_color_11 = '#F6A100'
|
|
|
|
|
|
let g:terminal_color_12 = '#00B4E0'
|
|
|
|
|
|
let g:terminal_color_13 = '#B3A1E6'
|
|
|
|
|
|
let g:terminal_color_14 = '#00B4E0'
|
|
|
|
|
|
let g:terminal_color_15 = '#B3B692'
|
2022-06-25 10:36:36 +08:00
|
|
|
|
highlight Normal guifg=#EBEFC0 guibg=#0E101A guisp=NONE gui=NONE cterm=NONE
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight! link ModeMsg Normal
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight BufferVisible guifg=#F0F5C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight BufferVisibleIndex guifg=#F0F5C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight BufferVisibleSign guifg=#F0F5C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight CocMarkdownLink guifg=#00A3CB guibg=NONE guisp=NONE gui=underline cterm=underline
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight ColorColumn guifg=NONE guibg=#443426 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link LspReferenceRead ColorColumn
|
|
|
|
|
|
highlight! link LspReferenceText ColorColumn
|
|
|
|
|
|
highlight! link LspReferenceWrite ColorColumn
|
|
|
|
|
|
highlight Comment guifg=#5A5F7B guibg=NONE guisp=NONE gui=italic cterm=italic
|
|
|
|
|
|
highlight Conceal guifg=#9EA080 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
|
|
|
|
|
highlight Constant guifg=#AEB18D guibg=NONE guisp=NONE gui=italic cterm=italic
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight! link Character Constant
|
|
|
|
|
|
highlight! link Float Constant
|
|
|
|
|
|
highlight! link String Constant
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link TroubleSource Constant
|
|
|
|
|
|
highlight! link WhichKeyValue Constant
|
|
|
|
|
|
highlight! link helpOption Constant
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Cursor guifg=#0E101A guibg=#EDF2C2 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link TermCursor Cursor
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight CursorLine guifg=NONE guibg=#161926 guisp=NONE gui=NONE cterm=NONE
|
2022-08-03 05:28:17 +02:00
|
|
|
|
highlight! link CocMenuSel CursorLine
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CursorColumn CursorLine
|
|
|
|
|
|
highlight CursorLineNr guifg=#EBEFC0 guibg=NONE guisp=NONE gui=bold cterm=bold
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Delimiter guifg=#6D759D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link markdownLinkTextDelimiter Delimiter
|
2023-08-30 11:42:36 +00:00
|
|
|
|
highlight! link NotifyERRORIcon DiagnosticError
|
|
|
|
|
|
highlight! link NotifyERRORTitle DiagnosticError
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticHint guifg=#795CCC guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2023-08-30 11:42:36 +00:00
|
|
|
|
highlight! link NotifyDEBUGIcon DiagnosticHint
|
|
|
|
|
|
highlight! link NotifyDEBUGTitle DiagnosticHint
|
|
|
|
|
|
highlight! link NotifyTRACEIcon DiagnosticHint
|
|
|
|
|
|
highlight! link NotifyTRACETitle DiagnosticHint
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticInfo guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2023-08-30 11:42:36 +00:00
|
|
|
|
highlight! link NotifyINFOIcon DiagnosticInfo
|
|
|
|
|
|
highlight! link NotifyINFOTitle DiagnosticInfo
|
2023-10-30 19:24:06 +00:00
|
|
|
|
highlight DiagnosticOk guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticSignError guifg=#E03600 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocErrorSign DiagnosticSignError
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticSignHint guifg=#795CCC guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocHintSign DiagnosticSignHint
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticSignInfo guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocInfoSign DiagnosticSignInfo
|
2023-10-30 19:24:06 +00:00
|
|
|
|
highlight DiagnosticSignOk guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticSignWarn guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocWarningSign DiagnosticSignWarn
|
2021-11-14 04:09:37 +00:00
|
|
|
|
highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#E03600 gui=undercurl cterm=undercurl
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
2021-11-14 04:09:37 +00:00
|
|
|
|
highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#795CCC gui=undercurl cterm=undercurl
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
2021-11-14 04:09:37 +00:00
|
|
|
|
highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#00A3CB gui=undercurl cterm=undercurl
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
2023-10-30 19:24:06 +00:00
|
|
|
|
highlight DiagnosticUnderlineOk guifg=NONE guibg=NONE guisp=#5DCD97 gui=undercurl cterm=undercurl
|
2021-11-14 04:09:37 +00:00
|
|
|
|
highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#E39500 gui=undercurl cterm=undercurl
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticVirtualTextError guifg=#E03600 guibg=#1E1818 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticVirtualTextHint guifg=#795CCC guibg=#1A191E guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight DiagnosticVirtualTextInfo guifg=#00A3CB guibg=#181A1B guisp=NONE gui=NONE cterm=NONE
|
2023-10-30 19:24:06 +00:00
|
|
|
|
highlight DiagnosticVirtualTextOk guifg=#5DCD97 guibg=#181A19 guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiagnosticVirtualTextWarn guifg=#E39500 guibg=#1B1918 guisp=NONE gui=NONE cterm=NONE
|
2024-02-04 01:49:04 +01:00
|
|
|
|
highlight! link CocWarningVirtualText DiagnosticVirtualTextWarn
|
2023-04-09 13:54:38 +08:00
|
|
|
|
highlight! link DiagnosticDeprecated DiagnosticWarn
|
|
|
|
|
|
highlight! link DiagnosticUnnecessary DiagnosticWarn
|
2023-08-30 11:42:36 +00:00
|
|
|
|
highlight! link NotifyWARNIcon DiagnosticWarn
|
|
|
|
|
|
highlight! link NotifyWARNTitle DiagnosticWarn
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight DiffAdd guifg=NONE guibg=#15251C guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight DiffChange guifg=NONE guibg=#17232A guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight DiffDelete guifg=NONE guibg=#311C1A guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight DiffText guifg=#EBEFC0 guibg=#2A3E48 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Error guifg=#E03600 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link DiagnosticError Error
|
|
|
|
|
|
highlight! link ErrorMsg Error
|
2023-07-02 11:47:42 +00:00
|
|
|
|
highlight FlashBackdrop guifg=#5A5F7B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2023-07-02 11:01:02 +00:00
|
|
|
|
highlight FlashLabel guifg=#EBEFC0 guibg=#004B5F guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight FloatBorder guifg=#6B729B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight FoldColumn guifg=#51587A guibg=NONE guisp=NONE gui=bold cterm=bold
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Folded guifg=#9A9FBC guibg=#272B3E guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight Function guifg=#EBEFC0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link TroubleNormal Function
|
|
|
|
|
|
highlight! link TroubleText Function
|
2024-05-19 11:13:20 +00:00
|
|
|
|
highlight FzfLuaBufFlagAlt guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight FzfLuaBufFlagCur guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight FzfLuaBufNr guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight FzfLuaHeaderBind guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight FzfLuaHeaderText guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2024-05-19 11:17:52 +00:00
|
|
|
|
highlight FzfLuaLiveSym guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2024-05-19 11:13:20 +00:00
|
|
|
|
highlight FzfLuaPathColNr guifg=#898FB1 guibg=NONE guisp=NONE gui=bold cterm=bold
|
|
|
|
|
|
highlight! link FzfLuaPathLineNr FzfLuaPathColNr
|
|
|
|
|
|
highlight FzfLuaTabMarker guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight FzfLuaTabTitle guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight GitSignsAdd guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link GitGutterAdd GitSignsAdd
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight GitSignsChange guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link GitGutterChange GitSignsChange
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight GitSignsDelete guifg=#E03600 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link GitGutterDelete GitSignsDelete
|
2023-10-30 19:00:55 +00:00
|
|
|
|
highlight IblIndent guifg=#1F212D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight IblScope guifg=#393D50 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Identifier guifg=#C6CAA1 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight IncSearch guifg=#0E101A guibg=#9A87DC guisp=NONE gui=bold cterm=bold
|
2022-05-01 03:07:49 +02:00
|
|
|
|
highlight! link CurSearch IncSearch
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight LineNr guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link CocCodeLens LineNr
|
|
|
|
|
|
highlight! link LspCodeLens LineNr
|
|
|
|
|
|
highlight! link SignColumn LineNr
|
|
|
|
|
|
highlight MoreMsg guifg=#5DCD97 guibg=NONE guisp=NONE gui=bold cterm=bold
|
|
|
|
|
|
highlight! link Question MoreMsg
|
|
|
|
|
|
highlight! link NnnNormalNC NnnNormal
|
2022-06-25 10:32:50 +08:00
|
|
|
|
highlight! link NnnVertSplit NnnWinSeparator
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight NonText guifg=#484E6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link EndOfBuffer NonText
|
|
|
|
|
|
highlight! link Whitespace NonText
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight NormalFloat guifg=NONE guibg=#222536 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Number guifg=#EBEFC0 guibg=NONE guisp=NONE gui=italic cterm=italic
|
|
|
|
|
|
highlight! link Boolean Number
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Pmenu guifg=NONE guibg=#222536 guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight PmenuSbar guifg=NONE guibg=#4B5170 guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight PmenuSel guifg=NONE guibg=#383C55 guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight PmenuThumb guifg=NONE guibg=#757DA3 guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight PreProc guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight Search guifg=#EBEFC0 guibg=#4D3191 guisp=NONE gui=NONE cterm=NONE
|
2022-05-27 06:18:32 +02:00
|
|
|
|
highlight! link CocSearch Search
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link MatchParen Search
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight! link QuickFixLine Search
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link Sneak Search
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight SneakLabelMask guifg=#795CCC guibg=#795CCC guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight Special guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link WhichKeyGroup Special
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight SpecialComment guifg=#5A5F7B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2022-10-22 09:34:59 +08:00
|
|
|
|
highlight! link markdownUrl SpecialComment
|
2021-11-11 15:08:32 +08:00
|
|
|
|
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! link CocSelectedText SpellBad
|
|
|
|
|
|
highlight SpellCap guifg=#CA4F40 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
|
|
|
|
|
highlight! link SpellLocal SpellCap
|
|
|
|
|
|
highlight SpellRare guifg=#CA4F40 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
|
|
|
|
|
highlight Statement guifg=#795CCC guibg=NONE guisp=NONE gui=bold cterm=bold
|
2024-05-19 11:13:20 +00:00
|
|
|
|
highlight! link FzfLuaBufName Statement
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link WhichKey Statement
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight StatusLine guifg=#EBEFC0 guibg=#232738 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link TabLine StatusLine
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight! link WinBar StatusLine
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight StatusLineNC guifg=#F0F5C4 guibg=#1A1D2B guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link TabLineFill StatusLineNC
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight! link WinBarNC StatusLineNC
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
|
|
|
|
|
highlight! link BufferCurrent TabLineSel
|
2021-12-18 13:04:00 +08:00
|
|
|
|
highlight Title guifg=#EBEFC0 guibg=NONE guisp=NONE gui=bold cterm=bold
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Type guifg=#898FB1 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link helpSpecial Type
|
2022-10-22 09:34:59 +08:00
|
|
|
|
highlight! link markdownCode Type
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight Visual guifg=NONE guibg=#37382D guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight WarningMsg guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link DiagnosticWarn WarningMsg
|
|
|
|
|
|
highlight! link gitcommitOverflow WarningMsg
|
2022-12-31 14:13:37 +08:00
|
|
|
|
highlight WhichKeySeparator guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight WildMenu guifg=#0E101A guibg=#795CCC guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link SneakLabel WildMenu
|
2024-03-24 10:15:11 +00:00
|
|
|
|
highlight WinSeparator guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight! link VertSplit WinSeparator
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight diffAdded guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
|
|
|
|
|
highlight diffChanged guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight diffFile guifg=#E39500 guibg=NONE guisp=NONE gui=bold cterm=bold
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight diffIndexLine guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight diffLine guifg=#795CCC guibg=NONE guisp=NONE gui=bold cterm=bold
|
|
|
|
|
|
highlight diffNewFile guifg=#5DCD97 guibg=NONE guisp=NONE gui=italic cterm=italic
|
|
|
|
|
|
highlight diffOldFile guifg=#E03600 guibg=NONE guisp=NONE gui=italic cterm=italic
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight diffRemoved guifg=#E03600 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
2024-02-10 11:12:06 +00:00
|
|
|
|
highlight helpHyperTextEntry guifg=#898FB1 guibg=NONE guisp=NONE gui=bold cterm=bold
|
|
|
|
|
|
highlight helpHyperTextJump guifg=#C6CAA1 guibg=NONE guisp=NONE gui=underline cterm=underline
|
2022-06-19 10:16:10 +08:00
|
|
|
|
highlight lCursor guifg=#0E101A guibg=#939677 guisp=NONE gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight! link TermCursorNC lCursor
|
2022-10-22 09:34:59 +08:00
|
|
|
|
highlight markdownLinkText guifg=#C6CAA1 guibg=NONE guisp=NONE gui=underline cterm=underline
|
2021-11-11 15:08:32 +08:00
|
|
|
|
" dark end
|
|
|
|
|
|
|
|
|
|
|
|
if !s:italics
|
|
|
|
|
|
" no italics dark start
|
|
|
|
|
|
" This codeblock is auto-generated by shipwright.nvim
|
|
|
|
|
|
highlight Boolean gui=NONE cterm=NONE
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight Character gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Comment gui=NONE cterm=NONE
|
|
|
|
|
|
highlight Constant gui=NONE cterm=NONE
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight Float gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight Number gui=NONE cterm=NONE
|
|
|
|
|
|
highlight SpecialKey gui=NONE cterm=NONE
|
2024-05-19 08:53:01 +00:00
|
|
|
|
highlight String gui=NONE cterm=NONE
|
2021-11-11 15:08:32 +08:00
|
|
|
|
highlight TroubleSource gui=NONE cterm=NONE
|
|
|
|
|
|
highlight WhichKeyValue gui=NONE cterm=NONE
|
|
|
|
|
|
highlight diffNewFile gui=NONE cterm=NONE
|
|
|
|
|
|
highlight diffOldFile gui=NONE cterm=NONE
|
|
|
|
|
|
highlight helpOption gui=NONE cterm=NONE
|
|
|
|
|
|
" no italics dark end
|
|
|
|
|
|
endif
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
if has('terminal')
|
|
|
|
|
|
highlight! link StatusLineTerm StatusLine
|
|
|
|
|
|
highlight! link StatusLineTermNC StatusLineNC
|
|
|
|
|
|
let g:terminal_ansi_colors = [
|
|
|
|
|
|
\ g:terminal_color_0,
|
|
|
|
|
|
\ g:terminal_color_1,
|
|
|
|
|
|
\ g:terminal_color_2,
|
|
|
|
|
|
\ g:terminal_color_3,
|
|
|
|
|
|
\ g:terminal_color_4,
|
|
|
|
|
|
\ g:terminal_color_5,
|
|
|
|
|
|
\ g:terminal_color_6,
|
|
|
|
|
|
\ g:terminal_color_7,
|
|
|
|
|
|
\ g:terminal_color_8,
|
|
|
|
|
|
\ g:terminal_color_9,
|
|
|
|
|
|
\ g:terminal_color_10,
|
|
|
|
|
|
\ g:terminal_color_11,
|
|
|
|
|
|
\ g:terminal_color_12,
|
|
|
|
|
|
\ g:terminal_color_13,
|
|
|
|
|
|
\ g:terminal_color_14,
|
|
|
|
|
|
\ g:terminal_color_15
|
|
|
|
|
|
\ ]
|
|
|
|
|
|
endif
|