summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/friffle.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/friffle.vim b/colors/friffle.vim
index db4a917..5e12fd1 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