Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
christianchiarulli committed Apr 9, 2021
1 parent ebbe625 commit 90ee71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/lunar.vim
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ hi NvimTreeFolderIcon guifg=#5e81ac ctermfg=67 guibg=NONE ctermbg=NONE gui=NONE
hi NvimTreeRootFolder guifg=#abb2bf ctermfg=249 guibg=NONE ctermbg=NONE gui=bold cterm=bold
hi NvimTreeExecFile guifg=#23d18b ctermfg=42 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NvimTreeSpecialFile guifg=#ffcc66 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NvimTreeLspDiagnostics guifg=#ffcc66 ctermfg=221 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi NvimTreeLspDiagnostics guifg=#ff8800 ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi BufferCurrent guifg=#abb2bf ctermfg=249 guibg=#232731 ctermbg=235 gui=NONE cterm=NONE
hi BufferCurrentIndex guifg=#5e81ac ctermfg=67 guibg=#232731 ctermbg=235 gui=NONE cterm=NONE
hi BufferCurrentMod guifg=#abb2bf ctermfg=249 guibg=#232731 ctermbg=235 gui=NONE cterm=NONE
Expand Down
2 changes: 1 addition & 1 deletion lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ highlights:
NvimTreeRootFolder: "fg - b"
NvimTreeExecFile: "executable"
NvimTreeSpecialFile: "info_yellow"
NvimTreeLspDiagnostics: "info_yellow"
NvimTreeLspDiagnostics: "warning_orange"

BufferCurrent: "fg bg"
BufferCurrentIndex: "blue bg"
Expand Down

0 comments on commit 90ee71d

Please sign in to comment.