Skip to content

Commit a3dfb42

Browse files
authored
Mark highlights as default highlights (#67)
Allows them to be overridden by a preceding definition, such as in rc files.
1 parent ddb92f0 commit a3dfb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/llama.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" vim: ts=4 sts=4 expandtab
22
" colors (adjust to your liking)
3-
highlight llama_hl_hint guifg=#ff772f ctermfg=202
4-
highlight llama_hl_info guifg=#77ff2f ctermfg=119
3+
highlight default llama_hl_hint guifg=#ff772f ctermfg=202
4+
highlight default llama_hl_info guifg=#77ff2f ctermfg=119
55

66
" general parameters:
77
"

0 commit comments

Comments
 (0)