diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-03-15 12:19:07 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-03-15 12:19:07 -0600 |
commit | 707c525c945615bd78170e262631ae4a446ae5fd (patch) | |
tree | 59b07c2669e9d2bde6976b590f6a5e1e70f24585 | |
parent | 5326bccc609ef39c2d2a997f6ca069fc6e8c9454 (diff) | |
download | config.vim-707c525c945615bd78170e262631ae4a446ae5fd.tar.gz config.vim-707c525c945615bd78170e262631ae4a446ae5fd.tar.bz2 config.vim-707c525c945615bd78170e262631ae4a446ae5fd.zip |
Sort some blocks in meltdown_ng.
-rw-r--r-- | colors/meltdown_ng.vim | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/colors/meltdown_ng.vim b/colors/meltdown_ng.vim index ef6460e..30883d4 100644 --- a/colors/meltdown_ng.vim +++ b/colors/meltdown_ng.vim @@ -124,40 +124,41 @@ else endif hi DocComment guifg=#00d0ff gui=italic -hi! link TabLineFill SignColumn +hi! link @attribute PreProc +hi! link @comment.documentation.java DocComment +hi! link @constructor.lua @punctuation +hi! link @lsp.mod.classScope Salmon +hi! link @lsp.mod.functionScope Orange1 +hi! link @lsp.mod.readonly PreProc hi! link @lsp.type.class Type -hi! link @lsp.type.property Salmon +hi! link @lsp.type.enum Type +hi! link @lsp.type.enum.java Red4 +hi! link @lsp.type.interface.java Red5 +hi! link @lsp.type.namespace @module +hi! link @lsp.type.operator Operator hi! link @lsp.type.parameter Red1 -hi! link @lsp.mod.functionScope Orange1 +hi! link @lsp.type.property Salmon +hi! link @lsp.type.field @lsp.type.property +hi! link @lsp.type.property.java @variable.member +hi! link @lsp.type.struct Type +hi! link @lsp.type.typeParameter Red6 +hi! link @lsp.type.variable @variable +hi! link @lsp.typemod.method Function +hi! link @lsp.typemod.parameter.functionScope Red1 +hi! link @lsp.typemod.property.static.java Sage3 hi! link @lsp.typemod.variable.functionScope.cpp LighterGrey +hi! link @module DarkGrey hi! link @punctuation Blue1 +hi! link @type.builtin.c Type +hi! link @type.qualifier Blue1 hi! link @variable Identifier -hi! link @variable.parameter Red1 -hi! link @lsp.typemod.parameter.functionScope Red1 -hi! link @lsp.mod.classScope Salmon hi! link @variable.member Salmon -hi! link @type.qualifier Blue1 -hi! link @lsp.type.interface.java Red5 -hi! link @lsp.type.enum.java Red4 -hi! link @lsp.type.variable @variable -hi! link @lsp.typemod.property.static.java Sage3 -hi! link @attribute PreProc -hi! link @lsp.type.property.java @variable.member +hi! link @variable.parameter Red1 +hi! link TabLineFill SignColumn hi! link luaTable @punctuation -hi! link vimUserFunc vimFunction hi! link vimFunction Function hi! link vimIsCommand Red1 -hi! link @constructor.lua @punctuation -hi! link @comment.documentation.java DocComment -hi! link @lsp.type.typeParameter Red6 -hi! link @lsp.type.operator Operator -hi! link @lsp.typemod.method Function -hi! link @lsp.type.namespace @module -hi! link @module DarkGrey -hi! link @lsp.type.enum Type -hi! link @lsp.mod.readonly PreProc -hi! link @lsp.type.struct Type -hi! link @type.builtin.c Type +hi! link vimUserFunc vimFunction hi CmpItemAbbrDeprecated gui=strikethrough guifg=#ff7779 ctermfg=241 guibg=#14151d ctermbg=238 hi CmpItemAbbrMatch guifg=#1f1d2a guibg=#ff7779 gui=bold |