summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-05-25 15:42:23 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-05-25 15:42:23 -0400
commit09fd5b2779800b3db65eb94148eb7f7b09b2fe5a (patch)
tree63cc1c2bca34aa93b2f30bf4e4155c306cffe51c
parent6a86747a90183ffc3c0c8afcdbe439961450faa4 (diff)
Add WildMenu Syntax Highlighting
-rw-r--r--README.md2
-rw-r--r--colors/friffle.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6648a0..d719a8b 100644
--- a/README.md
+++ b/README.md
@@ -29,4 +29,4 @@ Use your favourite plugin manager,
## Known Issues:
This is still a work in progress and I fix things when I have the time.
-- [ ] Higlighting tab suggestions in command mode is waay too yello
+- [x] Higlighting tab suggestions in command mode is waay too yello
diff --git a/colors/friffle.vim b/colors/friffle.vim
index 9b0e4e1..4aba818 100644
--- a/colors/friffle.vim
+++ b/colors/friffle.vim
@@ -47,7 +47,7 @@ exe 'hi IncSearch guifg='s:bg' guibg='s:keyword
exe 'hi Search guibg='s:str' guifg='s:bg
exe 'hi Directory guifg='s:const
exe 'hi Folded guifg='s:const' guibg=NONE'
-" exe 'hi Folded guifg='s:fg4' guibg=NONE'
+exe 'hi WildMenu guifg='s:str' guibg='s:bg
exe 'hi Boolean guifg='s:const
exe 'hi Character guifg='s:const