summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkuuote <znmxodq1@gmail.com>2020-05-22 22:26:18 +0900
committerkuuote <znmxodq1@gmail.com>2020-05-22 22:26:18 +0900
commitf97611bd60957fdb534db47b5fe2f4b62ef3b7dd (patch)
tree6001570ea8b3a936278a7d1315cc328acc8b8672
parent23ffddfb60c49efc5690aa8d6fd071ad7ff2d892 (diff)
fix: doesn't work on Vim8
-rw-r--r--colors/friffle.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/friffle.vim b/colors/friffle.vim
index f7f3819..672158d 100644
--- a/colors/friffle.vim
+++ b/colors/friffle.vim
@@ -66,7 +66,7 @@ exe 'hi Function guifg='s:func
exe 'hi Identifier guifg='s:type' gui=italic'
exe 'hi Keyword guifg='s:keyword' gui=bold'
exe 'hi Label guifg='s:var
-exe 'hi NonText guifg='s:bg4' guibg=none'
+exe 'hi NonText guifg='s:bg4' guibg=NONE'
exe 'hi Number guifg='s:const
exe 'hi Operater guifg='s:keyword
exe 'hi PreProc guifg='s:keyword