Files
zenbones-theme/colors/kanagawabones.vim

238 lines
13 KiB
VimL
Raw Normal View History

2021-12-25 08:21:30 +08:00
if exists('g:colors_name')
highlight clear
endif
let g:colors_name = 'kanagawabones'
set background=dark
2023-01-11 13:36:49 -05:00
if has('nvim') && !bones#_compat(g:colors_name)
2021-12-25 08:21:30 +08:00
lua require("zenbones.util").apply_colorscheme()
finish
endif
let s:italics = (&t_ZH != '' && &t_ZH != '') || has('gui_running') || has('nvim')
if &background ==# 'dark'
" dark start
" This codeblock is auto-generated by shipwright.nvim
let g:terminal_color_0 = '#1F1F28'
let g:terminal_color_1 = '#E46A78'
let g:terminal_color_2 = '#98BC6D'
let g:terminal_color_3 = '#E5C283'
let g:terminal_color_4 = '#7EB3C9'
let g:terminal_color_5 = '#957FB8'
let g:terminal_color_6 = '#7EB3C9'
let g:terminal_color_7 = '#DDD8BB'
let g:terminal_color_8 = '#3C3C51'
let g:terminal_color_9 = '#EC818C'
let g:terminal_color_10 = '#9EC967'
let g:terminal_color_11 = '#F1C982'
let g:terminal_color_12 = '#7BC2DF'
let g:terminal_color_13 = '#A98FD2'
let g:terminal_color_14 = '#7BC2DF'
let g:terminal_color_15 = '#A8A48D'
highlight Normal guifg=#DDD8BB guibg=#1F1F28 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +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=#E9E3C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#E9E3C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleSign guifg=#E9E3C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight CocMarkdownLink guifg=#7EB3C9 guibg=NONE guisp=NONE gui=underline cterm=underline
2022-06-19 10:16:10 +08:00
highlight ColorColumn guifg=NONE guibg=#514531 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link LspReferenceRead ColorColumn
highlight! link LspReferenceText ColorColumn
highlight! link LspReferenceWrite ColorColumn
highlight Comment guifg=#696977 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#95917D guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#A29E89 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight! link TroubleSource Constant
highlight! link WhichKeyValue Constant
highlight! link helpHyperTextJump Constant
highlight! link helpOption Constant
2022-06-19 10:16:10 +08:00
highlight Cursor guifg=#1F1F28 guibg=#E6E0C2 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link TermCursor Cursor
2022-06-19 10:16:10 +08:00
highlight CursorLine guifg=NONE guibg=#272732 guisp=NONE gui=NONE cterm=NONE
highlight! link CocMenuSel CursorLine
2021-12-25 08:21:30 +08:00
highlight! link CursorColumn CursorLine
highlight CursorLineNr guifg=#DDD8BB guibg=NONE guisp=NONE gui=bold cterm=bold
2022-06-19 10:16:10 +08:00
highlight Delimiter guifg=#7D7D8D guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +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=#957FB8 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=#7EB3C9 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=#98BC6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
2022-06-19 10:16:10 +08:00
highlight DiagnosticSignError guifg=#E46A78 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocErrorSign DiagnosticSignError
2022-06-19 10:16:10 +08:00
highlight DiagnosticSignHint guifg=#957FB8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocHintSign DiagnosticSignHint
2022-06-19 10:16:10 +08:00
highlight DiagnosticSignInfo guifg=#7EB3C9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocInfoSign DiagnosticSignInfo
2023-10-30 19:24:06 +00:00
highlight DiagnosticSignOk guifg=#98BC6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
2022-06-19 10:16:10 +08:00
highlight DiagnosticSignWarn guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocWarningSign DiagnosticSignWarn
highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#E46A78 gui=undercurl cterm=undercurl
highlight! link CocErrorHighlight DiagnosticUnderlineError
highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#957FB8 gui=undercurl cterm=undercurl
highlight! link CocHintHighlight DiagnosticUnderlineHint
highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#7EB3C9 gui=undercurl cterm=undercurl
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
2023-10-30 19:24:06 +00:00
highlight DiagnosticUnderlineOk guifg=NONE guibg=NONE guisp=#98BC6D gui=undercurl cterm=undercurl
2021-12-25 08:21:30 +08:00
highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#E5C283 gui=undercurl cterm=undercurl
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
2022-06-19 10:16:10 +08:00
highlight DiagnosticVirtualTextError guifg=#E46A78 guibg=#2E2626 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
2022-06-19 10:16:10 +08:00
highlight DiagnosticVirtualTextHint guifg=#957FB8 guibg=#29272D guisp=NONE gui=NONE cterm=NONE
highlight DiagnosticVirtualTextInfo guifg=#7EB3C9 guibg=#262829 guisp=NONE gui=NONE cterm=NONE
2023-10-30 19:24:06 +00:00
highlight DiagnosticVirtualTextOk guifg=#98BC6D guibg=#272826 guisp=NONE gui=NONE cterm=NONE
2022-06-19 10:16:10 +08:00
highlight DiagnosticVirtualTextWarn guifg=#E5C283 guibg=#292826 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
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=#2A331F guisp=NONE gui=NONE cterm=NONE
highlight DiffChange guifg=NONE guibg=#22333A guisp=NONE gui=NONE cterm=NONE
highlight DiffDelete guifg=NONE guibg=#47272A guisp=NONE gui=NONE cterm=NONE
highlight DiffText guifg=#DDD8BB guibg=#364F59 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +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=#E46A78 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
2023-07-02 11:47:42 +00:00
highlight FlashBackdrop guifg=#696977 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2023-07-02 11:01:02 +00:00
highlight FlashLabel guifg=#DDD8BB guibg=#3C5965 guisp=NONE gui=NONE cterm=NONE
2022-06-19 10:16:10 +08:00
highlight FloatBorder guifg=#7B7B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight FoldColumn guifg=#646476 guibg=NONE guisp=NONE gui=bold cterm=bold
2022-06-19 10:16:10 +08:00
highlight Folded guifg=#A5A5B0 guibg=#383846 guisp=NONE gui=NONE cterm=NONE
highlight Function guifg=#DDD8BB guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link TroubleNormal Function
highlight! link TroubleText Function
2022-06-19 10:16:10 +08:00
highlight GitSignsAdd guifg=#98BC6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link GitGutterAdd GitSignsAdd
2022-06-19 10:16:10 +08:00
highlight GitSignsChange guifg=#7EB3C9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link GitGutterChange GitSignsChange
2022-06-19 10:16:10 +08:00
highlight GitSignsDelete guifg=#E46A78 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link GitGutterDelete GitSignsDelete
2023-10-30 19:00:55 +00:00
highlight IblIndent guifg=#2D2D37 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight IblScope guifg=#484856 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2022-06-19 10:16:10 +08:00
highlight Identifier guifg=#BBB79E guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight IncSearch guifg=#1F1F28 guibg=#AE9FCA guisp=NONE gui=bold cterm=bold
2022-05-01 03:07:49 +02:00
highlight! link CurSearch IncSearch
2021-12-25 08:21:30 +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=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link CocCodeLens LineNr
highlight! link LspCodeLens LineNr
highlight! link SignColumn LineNr
highlight MoreMsg guifg=#98BC6D guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight! link NnnNormalNC NnnNormal
highlight! link NnnVertSplit NnnWinSeparator
2022-06-19 10:16:10 +08:00
highlight NonText guifg=#58586A guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link EndOfBuffer NonText
highlight! link Whitespace NonText
2022-06-19 10:16:10 +08:00
highlight NormalFloat guifg=NONE guibg=#31313F guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight Number guifg=#DDD8BB 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=#31313F guisp=NONE gui=NONE cterm=NONE
highlight PmenuSbar guifg=NONE guibg=#5D5D6F guisp=NONE gui=NONE cterm=NONE
highlight PmenuSel guifg=NONE guibg=#484759 guisp=NONE gui=NONE cterm=NONE
highlight PmenuThumb guifg=NONE guibg=#858594 guisp=NONE gui=NONE cterm=NONE
highlight Search guifg=#DDD8BB guibg=#614A82 guisp=NONE gui=NONE cterm=NONE
2022-05-27 06:18:32 +02:00
highlight! link CocSearch Search
2021-12-25 08:21:30 +08:00
highlight! link MatchParen Search
highlight! link Sneak Search
2022-06-19 10:16:10 +08:00
highlight SneakLabelMask guifg=#957FB8 guibg=#957FB8 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight Special guifg=#ADA992 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link WhichKeyGroup Special
highlight! link helpHyperTextEntry Special
2022-06-19 10:16:10 +08:00
highlight SpecialComment guifg=#696977 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link markdownUrl SpecialComment
2021-12-25 08:21:30 +08:00
highlight SpecialKey guifg=#58586A guibg=NONE guisp=NONE gui=italic cterm=italic
highlight SpellBad guifg=#D0777F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
highlight! link CocSelectedText SpellBad
highlight SpellCap guifg=#D0777F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
highlight! link SpellLocal SpellCap
highlight SpellRare guifg=#D0777F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
highlight Statement guifg=#DDD8BB guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link PreProc Statement
highlight! link WhichKey Statement
2022-06-19 10:16:10 +08:00
highlight StatusLine guifg=#DDD8BB guibg=#363644 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link TabLine StatusLine
2022-06-19 10:16:10 +08:00
highlight StatusLineNC guifg=#E9E3C5 guibg=#292934 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link TabLineFill StatusLineNC
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link BufferCurrent TabLineSel
highlight Title guifg=#DDD8BB guibg=NONE guisp=NONE gui=bold cterm=bold
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=#9797A5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link helpSpecial Type
highlight! link markdownCode Type
2021-12-25 08:21:30 +08:00
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
2022-06-19 10:16:10 +08:00
highlight VertSplit guifg=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link WinSeparator VertSplit
2022-06-19 10:16:10 +08:00
highlight Visual guifg=NONE guibg=#49473E guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link DiagnosticWarn WarningMsg
highlight! link gitcommitOverflow WarningMsg
highlight WhichKeySeparator guifg=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2022-06-19 10:16:10 +08:00
highlight WildMenu guifg=#1F1F28 guibg=#957FB8 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link SneakLabel WildMenu
2022-06-19 10:16:10 +08:00
highlight diffAdded guifg=#98BC6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#7EB3C9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight diffFile guifg=#E5C283 guibg=NONE guisp=NONE gui=bold cterm=bold
2022-06-19 10:16:10 +08:00
highlight diffIndexLine guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight diffLine guifg=#957FB8 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffNewFile guifg=#98BC6D guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffOldFile guifg=#E46A78 guibg=NONE guisp=NONE gui=italic cterm=italic
2022-06-19 10:16:10 +08:00
highlight diffRemoved guifg=#E46A78 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight lCursor guifg=#1F1F28 guibg=#8F8C78 guisp=NONE gui=NONE cterm=NONE
2021-12-25 08:21:30 +08:00
highlight! link TermCursorNC lCursor
highlight markdownLinkText guifg=#BBB79E guibg=NONE guisp=NONE gui=underline cterm=underline
2021-12-25 08:21:30 +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
highlight Comment gui=NONE cterm=NONE
highlight Constant gui=NONE cterm=NONE
highlight Number gui=NONE cterm=NONE
highlight SpecialKey gui=NONE cterm=NONE
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 helpHyperTextJump 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