diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index ccbe716f..b28f079d 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -1592,6 +1592,16 @@ hi! link rustDefault GruvboxAqua " }}} +" Ocaml: {{{ + +hi! link ocamlOperator GruvBoxAqua +hi! link ocamlKeyChar GruvBoxAqua +hi! link ocamlArrow GruvboxAqua +hi! link ocamlInfixOpKeyword GruvboxAqua +hi! link ocamlConstructor GruvboxYellow + +" }}} + " Functions ------------------------------------------------------------------- " Search Highlighting Cursor {{{