add seoulbones
This commit is contained in:
@@ -57,6 +57,7 @@ Or choose from the collection:
|
||||
| `forestbones` | Inspired by [Everforest](https://github.com/sainnhe/everforest) |
|
||||
| `nordbones` | Inspired by [Nord](https://www.nordtheme.com/docs/colors-and-palettes) |
|
||||
| `tokyobones` | Inspired by [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme#color-palette) |
|
||||
| `seoulbones` | Inspired by [Seoul256](https://github.com/junegunn/seoul256.vim) |
|
||||
| `duckbones` | Inspired by [Spaceduck](https://pineapplegiant.github.io/spaceduck) |
|
||||
| `zenburned` | Inspired by [Zenburn](https://kippura.org/zenburnpage) |
|
||||
| `randombones` | Randomly pick from the collection. |
|
||||
|
||||
535
colors/seoulbones.vim
Normal file
535
colors/seoulbones.vim
Normal file
@@ -0,0 +1,535 @@
|
||||
if exists('g:colors_name')
|
||||
highlight clear
|
||||
endif
|
||||
|
||||
let g:colors_name = 'seoulbones'
|
||||
|
||||
if has('nvim') && (!exists('g:' . g:colors_name . '_compat') || g:{g:colors_name}_compat == 0)
|
||||
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 = '#1A1B26'
|
||||
let g:terminal_color_1 = '#F77890'
|
||||
let g:terminal_color_2 = '#74DBCB'
|
||||
let g:terminal_color_3 = '#E1B068'
|
||||
let g:terminal_color_4 = '#7BA2F7'
|
||||
let g:terminal_color_5 = '#BB9BF7'
|
||||
let g:terminal_color_6 = '#2BC4DE'
|
||||
let g:terminal_color_7 = '#C0CAF5'
|
||||
let g:terminal_color_8 = '#36384D'
|
||||
let g:terminal_color_9 = '#F98EA0'
|
||||
let g:terminal_color_10 = '#6DE5D3'
|
||||
let g:terminal_color_11 = '#F2BA64'
|
||||
let g:terminal_color_12 = '#90AFFA'
|
||||
let g:terminal_color_13 = '#C6ACFA'
|
||||
let g:terminal_color_14 = '#74DBCB'
|
||||
let g:terminal_color_15 = '#7E98EB'
|
||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link LightspeedUnlabeledMatch Bold
|
||||
highlight BufferVisible guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight BufferVisibleIndex guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight BufferVisibleSign guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemAbbr guifg=#98ABEF guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemAbbrDeprecated guifg=#3E6DD5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemAbbrMatch guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight CmpItemAbbrMatchFuzzy guifg=#A3B4F1 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight CmpItemKind guifg=#7592EA guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemMenu guifg=#6085E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CocMarkdownLink guifg=#2BC4DE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight ColorColumn guifg=NONE guibg=#4E402E guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspReferenceRead ColorColumn
|
||||
highlight! link LspReferenceText ColorColumn
|
||||
highlight! link LspReferenceWrite ColorColumn
|
||||
highlight Comment guifg=#65677D guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight Conceal guifg=#6085E7 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
||||
highlight! link LightspeedMaskedChar Conceal
|
||||
highlight Constant guifg=#7592EA guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight! link TroubleSource Constant
|
||||
highlight! link WhichKeyValue Constant
|
||||
highlight! link helpHyperTextJump Constant
|
||||
highlight! link helpOption Constant
|
||||
highlight Cursor guifg=#1A1B26 guibg=#CED6F7 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TermCursor Cursor
|
||||
highlight CursorLine guifg=NONE guibg=#222330 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CursorColumn CursorLine
|
||||
highlight! link NeogitDiffContextHighlight CursorLine
|
||||
highlight! link TelescopeSelection CursorLine
|
||||
highlight CursorLineNr guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Delimiter guifg=#787A94 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||
highlight! link NeogitNotificationError DiagnosticError
|
||||
highlight DiagnosticHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||
highlight DiagnosticInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||
highlight! link TSNote DiagnosticInfo
|
||||
highlight DiagnosticSignError guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||
highlight DiagnosticSignHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocHintSign DiagnosticSignHint
|
||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||
highlight DiagnosticSignInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocInfoSign DiagnosticSignInfo
|
||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||
highlight DiagnosticSignWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningSign DiagnosticSignWarn
|
||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||
highlight DiagnosticUnderlineError guifg=#F77890 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||
highlight DiagnosticUnderlineHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||
highlight DiagnosticUnderlineInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||
highlight DiagnosticUnderlineWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||
highlight DiagnosticVirtualTextError guifg=#F77890 guibg=#271D1E guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||
highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#211F1D guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||
highlight DiffAdd guifg=NONE guibg=#1D2F2C guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||
highlight DiffChange guifg=NONE guibg=#212C44 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight DiffDelete guifg=NONE guibg=#412428 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
||||
highlight DiffText guifg=#C0CAF5 guibg=#36466A guisp=NONE gui=NONE cterm=NONE
|
||||
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! link DiagnosticError Error
|
||||
highlight! link ErrorMsg Error
|
||||
highlight! link TSDanger Error
|
||||
highlight FloatBorder guifg=#767892 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight FoldColumn guifg=#5F617E guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Folded guifg=#A3A5B7 guibg=#36384A guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Function guifg=#C0CAF5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TroubleNormal Function
|
||||
highlight! link TroubleText Function
|
||||
highlight GitSignsAdd guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link GitGutterAdd GitSignsAdd
|
||||
highlight GitSignsChange guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link GitGutterChange GitSignsChange
|
||||
highlight GitSignsDelete guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link GitGutterDelete GitSignsDelete
|
||||
highlight HopNextKey2 guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Identifier guifg=#98ABEF guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TSVariable Identifier
|
||||
highlight! link markdownCode Identifier
|
||||
highlight IncSearch guifg=#1A1B26 guibg=#B38DF6 guisp=NONE gui=bold cterm=bold
|
||||
highlight IndentBlanklineChar guifg=#353644 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
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! link HopUnmatched LightspeedGreyWash
|
||||
highlight LightspeedLabel guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
highlight! link HopNextKey LightspeedLabel
|
||||
highlight LightspeedLabelDistant guifg=#2BC4DE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
highlight! link HopNextKey1 LightspeedLabelDistant
|
||||
highlight LightspeedLabelDistantOverlapped guifg=#2BC4DE guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight LightspeedLabelOverlapped guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight LightspeedOneCharMatch guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=bold cterm=bold
|
||||
highlight LightspeedPendingChangeOpArea guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight LightspeedShortcut guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
highlight LineNr guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocCodeLens LineNr
|
||||
highlight! link LspCodeLens LineNr
|
||||
highlight! link NeogitHunkHeader LineNr
|
||||
highlight! link SignColumn LineNr
|
||||
highlight! link WhichKeySeparator LineNr
|
||||
highlight MoreMsg guifg=#74DBCB guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link Question MoreMsg
|
||||
highlight NeogitHunkHeaderHighlight guifg=#C0CAF5 guibg=#222330 guisp=NONE gui=bold cterm=bold
|
||||
highlight! link NnnNormalNC NnnNormal
|
||||
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! link EndOfBuffer NonText
|
||||
highlight! link Whitespace NonText
|
||||
highlight Normal guifg=#C0CAF5 guibg=#1A1B26 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight NormalFloat guifg=NONE guibg=#282938 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Number guifg=#2BC4DE guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link Boolean Number
|
||||
highlight! link TSConstMacro Number
|
||||
highlight! link TSVariableBuiltin Number
|
||||
highlight NvimTreeCursorLine guifg=NONE guibg=#2E2F3F guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
||||
highlight NvimTreeNormal guifg=#C0CAF5 guibg=#20212D guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NnnNormal NvimTreeNormal
|
||||
highlight NvimTreeRootFolder guifg=#7BA2F7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight NvimTreeSpecialFile guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight NvimTreeSymlink guifg=#7BA2F7 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 PmenuSbar guifg=NONE guibg=#696B87 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PmenuSel guifg=NONE guibg=#484A61 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PmenuThumb guifg=NONE guibg=#80829B guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PreProc guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Search guifg=#C0CAF5 guibg=#6E20BD guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link MatchParen Search
|
||||
highlight! link Sneak Search
|
||||
highlight! link LightspeedPendingOpArea SneakLabel
|
||||
highlight SneakLabelMask guifg=#BB9BF7 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Special guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TSNamespace Special
|
||||
highlight! link TSTag Special
|
||||
highlight! link WhichKeyGroup Special
|
||||
highlight! link helpHyperTextEntry Special
|
||||
highlight! link markdownH4 Special
|
||||
highlight! link markdownH5 Special
|
||||
highlight! link markdownH6 Special
|
||||
highlight SpecialComment guifg=#65677D guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
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! link CocSelectedText SpellBad
|
||||
highlight SpellCap guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link SpellLocal SpellCap
|
||||
highlight SpellRare guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight Statement guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link WhichKey Statement
|
||||
highlight! link markdownH2 Statement
|
||||
highlight! link markdownH3 Statement
|
||||
highlight StatusLine guifg=#C0CAF5 guibg=#36384A guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TabLine StatusLine
|
||||
highlight StatusLineNC guifg=#D2D9F8 guibg=#2E2F3F guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TabLineFill StatusLineNC
|
||||
highlight TSConstBuiltin guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight TSConstant guifg=#FF9E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
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! link BufferCurrent TabLineSel
|
||||
highlight TelescopeBorder guifg=#767892 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight TelescopeMatching guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight TelescopeSelectionCaret guifg=#F77890 guibg=#222330 guisp=NONE gui=NONE cterm=NONE
|
||||
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 Type guifg=#9394AA guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link helpSpecial Type
|
||||
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 Visual guifg=NONE guibg=#2C4075 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight WarningMsg guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link DiagnosticWarn WarningMsg
|
||||
highlight! link TSWarning WarningMsg
|
||||
highlight! link gitcommitOverflow WarningMsg
|
||||
highlight WildMenu guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link SneakLabel WildMenu
|
||||
highlight diffAdded guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeGitNew diffAdded
|
||||
highlight diffChanged guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeGitDirty diffChanged
|
||||
highlight diffFile guifg=#E1B068 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight diffIndexLine guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight diffLine guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight diffNewFile guifg=#74DBCB guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight diffOldFile guifg=#F77890 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight diffRemoved guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeGitDeleted diffRemoved
|
||||
highlight lCursor guifg=#1A1B26 guibg=#5C82E6 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TermCursorNC lCursor
|
||||
highlight markdownH1 guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
" 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 SpecialKey gui=NONE cterm=NONE
|
||||
highlight TSConstMacro gui=NONE cterm=NONE
|
||||
highlight TSKeyword gui=NONE cterm=NONE
|
||||
highlight TSVariableBuiltin 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
|
||||
else
|
||||
" light start
|
||||
" This codeblock is auto-generated by shipwright.nvim
|
||||
let g:terminal_color_0 = '#D6D7DC'
|
||||
let g:terminal_color_1 = '#8B4351'
|
||||
let g:terminal_color_2 = '#34645D'
|
||||
let g:terminal_color_3 = '#8F5E14'
|
||||
let g:terminal_color_4 = '#34548C'
|
||||
let g:terminal_color_5 = '#5A4A79'
|
||||
let g:terminal_color_6 = '#176775'
|
||||
let g:terminal_color_7 = '#333A57'
|
||||
let g:terminal_color_8 = '#ADB0BD'
|
||||
let g:terminal_color_9 = '#7E3242'
|
||||
let g:terminal_color_10 = '#26554F'
|
||||
let g:terminal_color_11 = '#794E0D'
|
||||
let g:terminal_color_12 = '#26467A'
|
||||
let g:terminal_color_13 = '#503875'
|
||||
let g:terminal_color_14 = '#34645D'
|
||||
let g:terminal_color_15 = '#56618D'
|
||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link LightspeedUnlabeledMatch Bold
|
||||
highlight BufferVisible guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight BufferVisibleIndex guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight BufferVisibleSign guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemAbbr guifg=#4A537A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemAbbrDeprecated guifg=#7D87B4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemAbbrMatch guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight CmpItemAbbrMatchFuzzy guifg=#434C70 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight CmpItemKind guifg=#5B6694 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CmpItemMenu guifg=#6370A2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight CocMarkdownLink guifg=#176775 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight ColorColumn guifg=NONE guibg=#DBAD85 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspReferenceRead ColorColumn
|
||||
highlight! link LspReferenceText ColorColumn
|
||||
highlight! link LspReferenceWrite ColorColumn
|
||||
highlight Comment guifg=#7C7E89 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight Conceal guifg=#56618D guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
||||
highlight! link LightspeedMaskedChar Conceal
|
||||
highlight Constant guifg=#5B6694 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight! link TroubleSource Constant
|
||||
highlight! link WhichKeyValue Constant
|
||||
highlight! link helpHyperTextJump Constant
|
||||
highlight! link helpOption Constant
|
||||
highlight Cursor guifg=#D6D7DC guibg=#333A57 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TermCursor Cursor
|
||||
highlight CursorLine guifg=NONE guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CursorColumn CursorLine
|
||||
highlight! link NeogitDiffContextHighlight CursorLine
|
||||
highlight! link TelescopeSelection CursorLine
|
||||
highlight CursorLineNr guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Delimiter guifg=#737686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||
highlight! link NeogitNotificationError DiagnosticError
|
||||
highlight DiagnosticHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||
highlight DiagnosticInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||
highlight! link TSNote DiagnosticInfo
|
||||
highlight DiagnosticSignError guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||
highlight DiagnosticSignHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocHintSign DiagnosticSignHint
|
||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||
highlight DiagnosticSignInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocInfoSign DiagnosticSignInfo
|
||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||
highlight DiagnosticSignWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningSign DiagnosticSignWarn
|
||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||
highlight DiagnosticUnderlineError guifg=#8B4351 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||
highlight DiagnosticUnderlineHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||
highlight DiagnosticUnderlineInfo guifg=#34548C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||
highlight DiagnosticUnderlineWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||
highlight DiagnosticVirtualTextError guifg=#8B4351 guibg=#E8C3C8 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||
highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E9C5A8 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||
highlight DiffAdd guifg=NONE guibg=#A9CEC7 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||
highlight DiffChange guifg=NONE guibg=#C0C6D8 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight DiffDelete guifg=NONE guibg=#DFBEC3 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
||||
highlight DiffText guifg=#333A57 guibg=#9BA6C2 guisp=NONE gui=NONE cterm=NONE
|
||||
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! link DiagnosticError Error
|
||||
highlight! link ErrorMsg Error
|
||||
highlight! link TSDanger Error
|
||||
highlight FloatBorder guifg=#626573 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight FoldColumn guifg=#888B99 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Folded guifg=#464953 guibg=#AEB0BA guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Function guifg=#333A57 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TroubleNormal Function
|
||||
highlight! link TroubleText Function
|
||||
highlight GitSignsAdd guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link GitGutterAdd GitSignsAdd
|
||||
highlight GitSignsChange guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link GitGutterChange GitSignsChange
|
||||
highlight GitSignsDelete guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link GitGutterDelete GitSignsDelete
|
||||
highlight HopNextKey2 guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Identifier guifg=#4A537A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TSVariable Identifier
|
||||
highlight! link markdownCode Identifier
|
||||
highlight IncSearch guifg=#D6D7DC guibg=#8271A4 guisp=NONE gui=bold cterm=bold
|
||||
highlight IndentBlanklineChar guifg=#BABBC2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
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! link HopUnmatched LightspeedGreyWash
|
||||
highlight LightspeedLabel guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
highlight! link HopNextKey LightspeedLabel
|
||||
highlight LightspeedLabelDistant guifg=#176775 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
highlight! link HopNextKey1 LightspeedLabelDistant
|
||||
highlight LightspeedLabelDistantOverlapped guifg=#176775 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight LightspeedLabelOverlapped guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight LightspeedOneCharMatch guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=bold cterm=bold
|
||||
highlight LightspeedPendingChangeOpArea guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight LightspeedShortcut guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
highlight LineNr guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocCodeLens LineNr
|
||||
highlight! link LspCodeLens LineNr
|
||||
highlight! link NeogitHunkHeader LineNr
|
||||
highlight! link SignColumn LineNr
|
||||
highlight! link WhichKeySeparator LineNr
|
||||
highlight MoreMsg guifg=#34645D guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link Question MoreMsg
|
||||
highlight NeogitHunkHeaderHighlight guifg=#333A57 guibg=#CDCED4 guisp=NONE gui=bold cterm=bold
|
||||
highlight! link NnnNormalNC NnnNormal
|
||||
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! link EndOfBuffer NonText
|
||||
highlight! link Whitespace NonText
|
||||
highlight Normal guifg=#333A57 guibg=#D6D7DC guisp=NONE gui=NONE cterm=NONE
|
||||
highlight NormalFloat guifg=NONE guibg=#C8C9CF guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Number guifg=#176775 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link Boolean Number
|
||||
highlight! link TSConstMacro Number
|
||||
highlight! link TSVariableBuiltin Number
|
||||
highlight NvimTreeCursorLine guifg=NONE guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
||||
highlight NvimTreeNormal guifg=#333A57 guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NnnNormal NvimTreeNormal
|
||||
highlight NvimTreeRootFolder guifg=#34548C guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight NvimTreeSpecialFile guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline
|
||||
highlight NvimTreeSymlink guifg=#34548C 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 PmenuSbar guifg=NONE guibg=#9395A2 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PmenuSel guifg=NONE guibg=#A6A8B3 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PmenuThumb guifg=NONE guibg=#EDEEF0 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight PreProc guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Search guifg=#333A57 guibg=#B3A9C9 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link MatchParen Search
|
||||
highlight! link Sneak Search
|
||||
highlight! link LightspeedPendingOpArea SneakLabel
|
||||
highlight SneakLabelMask guifg=#5A4A79 guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Special guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TSNamespace Special
|
||||
highlight! link TSTag Special
|
||||
highlight! link WhichKeyGroup Special
|
||||
highlight! link helpHyperTextEntry Special
|
||||
highlight! link markdownH4 Special
|
||||
highlight! link markdownH5 Special
|
||||
highlight! link markdownH6 Special
|
||||
highlight SpecialComment guifg=#7C7E89 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
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! link CocSelectedText SpellBad
|
||||
highlight SpellCap guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link SpellLocal SpellCap
|
||||
highlight SpellRare guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight Statement guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link WhichKey Statement
|
||||
highlight! link markdownH2 Statement
|
||||
highlight! link markdownH3 Statement
|
||||
highlight StatusLine guifg=#333A57 guibg=#B4B6BE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TabLine StatusLine
|
||||
highlight StatusLineNC guifg=#5F6B9B guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TabLineFill StatusLineNC
|
||||
highlight TSConstBuiltin guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight TSConstant guifg=#965127 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
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! link BufferCurrent TabLineSel
|
||||
highlight TelescopeBorder guifg=#626573 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight TelescopeMatching guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight TelescopeSelectionCaret guifg=#8B4351 guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
|
||||
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 Type guifg=#484F6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link helpSpecial Type
|
||||
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 Visual guifg=NONE guibg=#BBC0D8 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight WarningMsg guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link DiagnosticWarn WarningMsg
|
||||
highlight! link TSWarning WarningMsg
|
||||
highlight! link gitcommitOverflow WarningMsg
|
||||
highlight WildMenu guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link SneakLabel WildMenu
|
||||
highlight diffAdded guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeGitNew diffAdded
|
||||
highlight diffChanged guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeGitDirty diffChanged
|
||||
highlight diffFile guifg=#8F5E14 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight diffIndexLine guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight diffLine guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight diffNewFile guifg=#34645D guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight diffOldFile guifg=#8B4351 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight diffRemoved guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NvimTreeGitDeleted diffRemoved
|
||||
highlight lCursor guifg=#D6D7DC guibg=#525C87 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TermCursorNC lCursor
|
||||
highlight markdownH1 guifg=#333A57 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
|
||||
" light end
|
||||
|
||||
if !s:italics
|
||||
" no italics light 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 SpecialKey gui=NONE cterm=NONE
|
||||
highlight TSConstMacro gui=NONE cterm=NONE
|
||||
highlight TSKeyword gui=NONE cterm=NONE
|
||||
highlight TSVariableBuiltin 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 light 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
|
||||
@@ -19,6 +19,7 @@
|
||||
"name": "tokyobones",
|
||||
"exclude": ["iterm", "alacritty", "kitty", "wezterm", "tmux"]
|
||||
},
|
||||
{ "name": "seoulbones" },
|
||||
{ "name": "duckbones", "background": "dark" },
|
||||
{ "name": "zenburned", "background": "dark" },
|
||||
{ "name": "zenwritten" }
|
||||
|
||||
@@ -22,6 +22,7 @@ colorscheme rosebones
|
||||
colorscheme forestbones
|
||||
colorscheme nordbones
|
||||
colorscheme tokyobones
|
||||
colorscheme seoulbones
|
||||
colorscheme duckbones
|
||||
colorscheme zenburned
|
||||
colorscheme randombones
|
||||
|
||||
44
lua/seoulbones/init.lua
Normal file
44
lua/seoulbones/init.lua
Normal file
@@ -0,0 +1,44 @@
|
||||
local lush = require "lush"
|
||||
local generator = require "zenbones.specs"
|
||||
local bg = vim.opt.background:get()
|
||||
local p = require("seoulbones.palette")[bg]
|
||||
|
||||
local specs = generator.generate(p, bg, generator.get_global_config("seoulbones", bg))
|
||||
|
||||
if bg == "light" then
|
||||
return lush.extends({ specs }).with(function()
|
||||
---@diagnostic disable: undefined-global
|
||||
-- selene: allow(undefined_variable)
|
||||
return {
|
||||
Comment { specs.Comment, fg = p.leaf },
|
||||
Keyword { fg = p.rose.de(25), gui = "bold" },
|
||||
PreProc { fg = p.rose.de(40) },
|
||||
Conditional { fg = p.water },
|
||||
Type { fg = lush.hsluv "#727100" },
|
||||
Special { specs.Special, fg = p.blossom },
|
||||
Number { specs.Number, fg = p.orange },
|
||||
Delimiter { fg = p.wood.de(40).da(10) },
|
||||
String { specs.Constant, fg = p.water.de(40).da(10) },
|
||||
}
|
||||
-- selene: deny(undefined_variable)
|
||||
---@diagnostic enable: undefined-global
|
||||
end)
|
||||
else
|
||||
return lush.extends({ specs }).with(function()
|
||||
---@diagnostic disable: undefined-global
|
||||
-- selene: allow(undefined_variable)
|
||||
return {
|
||||
Comment { specs.Comment, fg = lush.hsluv "#719872" },
|
||||
Keyword { fg = p.rose.de(12), gui = "bold" },
|
||||
PreProc { fg = p.rose.de(25) },
|
||||
Conditional { fg = p.water },
|
||||
Type { fg = lush.hsluv "#dfdebd" },
|
||||
Special { specs.Special, fg = p.blossom.li(36) },
|
||||
Number { specs.Number, fg = p.wood.de(20) },
|
||||
Delimiter { fg = p.wood.de(50).da(30) },
|
||||
String { specs.Constant, fg = p.water.de(20).li(12) },
|
||||
}
|
||||
-- selene: deny(undefined_variable)
|
||||
---@diagnostic enable: undefined-global
|
||||
end)
|
||||
end
|
||||
31
lua/seoulbones/palette.lua
Normal file
31
lua/seoulbones/palette.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
local util = require "zenbones.util"
|
||||
local lush = require "lush"
|
||||
local hsluv = lush.hsluv
|
||||
|
||||
local M = {}
|
||||
|
||||
M.light = util.palette_extend({
|
||||
bg = hsluv "#e1e1e1",
|
||||
fg = hsluv("#616161").da(12),
|
||||
rose = hsluv("#e17899").da(12),
|
||||
leaf = hsluv("#719872").da(12),
|
||||
wood = hsluv("#e19972").da(12),
|
||||
water = hsluv("#0099bd").da(12),
|
||||
blossom = hsluv("#9a7599").da(12),
|
||||
sky = hsluv("#009799").da(12),
|
||||
orange = hsluv("#9a7200").da(12),
|
||||
}, "light")
|
||||
|
||||
M.dark = util.palette_extend({
|
||||
bg = hsluv "#4b4b4b",
|
||||
fg = hsluv("#d9d9d9").li(20),
|
||||
rose = hsluv("#e17899").li(12),
|
||||
leaf = hsluv "#98bc99",
|
||||
wood = hsluv "#ffde99",
|
||||
water = hsluv "#98bede",
|
||||
blossom = hsluv "#999abd",
|
||||
sky = hsluv "#6fbcbd",
|
||||
orange = hsluv "#e19972",
|
||||
}, "dark")
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user