Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions colors/wal.vim
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,15 @@ hi ALEWarning ctermbg=NONE ctermfg=3

" }}}

" Neovim treesitter {{{

hi TSInclude ctermbg=NONE ctermfg=5
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can replace these with

exe 'hi TSInclude guibg=NONE ctermbg=NONE ctermfg=5 guifg='.g:color5
" ...

So that it also supports when you do set termguicolors

hi TSNamespace ctermbg=NONE ctermfg=4
hi TSRepeat ctermbg=NONE ctermfg=5
hi TSOperator ctermbg=NONE ctermfg=4

" }}}

" Plugin options {{{

let g:limelight_conceal_ctermfg = 8
Expand Down