summaryrefslogtreecommitdiff
path: root/colors/jallybeans.vim
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-04 04:51:33 +0100
committerache <ache@ache.one>2018-02-04 04:52:14 +0100
commitd02a8a5452c7127f6fe65a4b00a0cd98a3fa5769 (patch)
treeea050dce3b0e7f316f564b83166b2975edb2d6c8 /colors/jallybeans.vim
parentMerge remote-tracking branch 'refs/remotes/origin/master' (diff)
JS support
Diffstat (limited to 'colors/jallybeans.vim')
-rw-r--r--colors/jallybeans.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/colors/jallybeans.vim b/colors/jallybeans.vim
index 8b1a4ed..27e4eea 100644
--- a/colors/jallybeans.vim
+++ b/colors/jallybeans.vim
@@ -332,7 +332,8 @@ call s:X("Function","fad07a","","","Yellow","")
call s:X("Statement","8197bf","","","DarkBlue","")
call s:X("PreProc","8fbfdc","","","LightBlue","")
-hi! link Operator Normal
+"hi! link Operator Normal
+call s:X("Operator","fad07a","","","Yellow","")
call s:X("Type","ffb964","","","Yellow","")
call s:X("NonText","606060","151515","",s:termBlack,"")