Skip to content

Commit

Permalink
feat: support mason.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 7, 2022
1 parent e2ac055 commit 30d9598
Show file tree
Hide file tree
Showing 15 changed files with 234 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ currently supported.
- [Trouble](https://github.com/folke/trouble.nvim)
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
- [](https://github.com/mcchrish/nnn.vim)
- [Mason](https://github.com/williamboman/mason.nvim)

## Other implementations

Expand Down
11 changes: 11 additions & 0 deletions colors/duckbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ if &background ==# 'dark'
highlight Error guifg=#E03600 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#6B729B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#51587A guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -144,6 +145,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#0E101A guibg=#E39500 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#0E101A guibg=#00A3CB guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#0E101A guibg=#00A3CB guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#0E101A guibg=#E39500 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#0E101A guibg=#E39500 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#AEB18D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#0E101A guibg=#AEB18D guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#0E101A guibg=#AEB18D guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#5DCD97 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#EBEFC0 guibg=#161926 guisp=NONE gui=bold cterm=bold
Expand Down
22 changes: 22 additions & 0 deletions colors/forestbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if &background ==# 'dark'
highlight Error guifg=#E67C7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#798B9A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#667783 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -143,6 +144,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#2C343A guibg=#DDBD7F guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#2C343A guibg=#7FBCB4 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#2C343A guibg=#7FBCB4 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#2C343A guibg=#DDBD7F guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#2C343A guibg=#DDBD7F guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#ADA28B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#2C343A guibg=#ADA28B guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#2C343A guibg=#ADA28B guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#A9C181 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#E7DCC4 guibg=#313A41 guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -355,6 +366,7 @@ else
highlight Error guifg=#F85550 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#7C724D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#A99B6A guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -394,6 +406,16 @@ else
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#FAF3E1 guibg=#DEA000 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#FAF3E1 guibg=#3A94C4 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#FAF3E1 guibg=#3A94C4 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#FAF3E1 guibg=#DEA000 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#FAF3E1 guibg=#DEA000 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#73848D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#FAF3E1 guibg=#73848D guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#FAF3E1 guibg=#73848D guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#8DA200 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#4F5B62 guibg=#F6EBC8 guisp=NONE gui=bold cterm=bold
Expand Down
11 changes: 11 additions & 0 deletions colors/kanagawabones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ if &background ==# 'dark'
highlight Error guifg=#E46A78 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#7B7B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#646476 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -144,6 +145,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#1F1F28 guibg=#E5C283 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#7EB3C9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#1F1F28 guibg=#7EB3C9 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#1F1F28 guibg=#7EB3C9 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#1F1F28 guibg=#E5C283 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#1F1F28 guibg=#E5C283 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#A29E89 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#1F1F28 guibg=#A29E89 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#1F1F28 guibg=#A29E89 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#98BC6D guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#DDD8BB guibg=#272732 guisp=NONE gui=bold cterm=bold
Expand Down
22 changes: 22 additions & 0 deletions colors/neobones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ if &background ==# 'dark'
highlight Error guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#1F3E56 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#466273 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -141,6 +142,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#0F191F guibg=#B77E64 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#0F191F guibg=#8190D4 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#0F191F guibg=#8190D4 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#0F191F guibg=#B77E64 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#0F191F guibg=#B77E64 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#939E99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#0F191F guibg=#939E99 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#0F191F guibg=#939E99 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#90FF6B guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#C6D5CF guibg=#152128 guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -351,6 +362,7 @@ else
highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#6A716B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#8F9890 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -390,6 +402,16 @@ else
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#E5EDE6 guibg=#944927 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#E5EDE6 guibg=#286486 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#E5EDE6 guibg=#286486 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#E5EDE6 guibg=#944927 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#E5EDE6 guibg=#944927 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#476038 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#E5EDE6 guibg=#476038 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#E5EDE6 guibg=#476038 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#567A30 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#202E18 guibg=#DAE5DB guisp=NONE gui=bold cterm=bold
Expand Down
11 changes: 11 additions & 0 deletions colors/nordbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ if &background ==# 'dark'
highlight Error guifg=#C1616A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#7E8CA8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#69758C guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -145,6 +146,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#2F3541 guibg=#CF866F guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#2F3541 guibg=#8FBCBA guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#2F3541 guibg=#8FBCBA guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#2F3541 guibg=#CF866F guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#2F3541 guibg=#CF866F guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#9EAFC9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#2F3541 guibg=#9EAFC9 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#2F3541 guibg=#9EAFC9 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#A4BE8D guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#EBEEF3 guibg=#353C49 guisp=NONE gui=bold cterm=bold
Expand Down
22 changes: 22 additions & 0 deletions colors/rosebones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if &background ==# 'dark'
highlight Error guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#7A7695 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#625D7F guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -143,6 +144,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#1A1825 guibg=#F6C074 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#1A1825 guibg=#9CCFD8 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#1A1825 guibg=#9CCFD8 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#1A1825 guibg=#F6C074 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#1A1825 guibg=#F6C074 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#BC9493 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#1A1825 guibg=#BC9493 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#1A1825 guibg=#BC9493 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#317490 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#E1D4D4 guibg=#222030 guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -355,6 +366,7 @@ else
highlight Error guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#877150 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#B69A6E guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -394,6 +406,16 @@ else
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#FBF6F0 guibg=#EC9D33 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#FBF6F0 guibg=#5795A0 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#FBF6F0 guibg=#5795A0 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#FBF6F0 guibg=#EC9D33 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#FBF6F0 guibg=#EC9D33 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#AB6763 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#FBF6F0 guibg=#AB6763 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#FBF6F0 guibg=#AB6763 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#286A84 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#724341 guibg=#F7ECE0 guisp=NONE gui=bold cterm=bold
Expand Down
22 changes: 22 additions & 0 deletions colors/seoulbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if &background ==# 'dark'
highlight Error guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#868686 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -145,6 +146,16 @@ if &background ==# 'dark'
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#4B4B4B guibg=#FFDF9B guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#4B4B4B guibg=#97BDDE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#4B4B4B guibg=#97BDDE guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#4B4B4B guibg=#FFDF9B guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#4B4B4B guibg=#FFDF9B guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#A3A3A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#4B4B4B guibg=#A3A3A3 guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#4B4B4B guibg=#A3A3A3 guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#98BD99 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#DDDDDD guibg=#525252 guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -359,6 +370,7 @@ else
highlight Error guifg=#DC5284 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticError Error
highlight! link ErrorMsg Error
highlight! link MasonError Error
highlight! link TSDanger Error
highlight FloatBorder guifg=#6A6A6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight FoldColumn guifg=#919191 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -400,6 +412,16 @@ else
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#E2E2E2 guibg=#C48562 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#E2E2E2 guibg=#0084A3 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlockBold guifg=#E2E2E2 guibg=#0084A3 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockBoldSecondary guifg=#E2E2E2 guibg=#C48562 guisp=NONE gui=bold cterm=bold
highlight MasonHighlightBlockSecondary guifg=#E2E2E2 guibg=#C48562 guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightSecondary guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMuted guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlock guifg=#E2E2E2 guibg=#7C7C7C guisp=NONE gui=NONE cterm=NONE
highlight MasonMutedBlockBold guifg=#E2E2E2 guibg=#7C7C7C guisp=NONE gui=bold cterm=bold
highlight MoreMsg guifg=#628562 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight! link Question MoreMsg
highlight NeogitHunkHeaderHighlight guifg=#555555 guibg=#DADADA guisp=NONE gui=bold cterm=bold
Expand Down
Loading

0 comments on commit 30d9598

Please sign in to comment.