From 5819d261c7987da5479889f83f2e1e33577adfec Mon Sep 17 00:00:00 2001 From: 89luca89 Date: Sun, 29 Mar 2020 21:40:24 +0200 Subject: [PATCH] Add Blue accent to YAML keys and constants --- colors/codedark.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index b043c16..3fa32b6 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -430,3 +430,6 @@ call hi('luaFuncArgName', s:cdLightBlue, {}, 'none', {}) call hi('luaFuncKeyword', s:cdPink, {}, 'none', {}) call hi('luaLocal', s:cdPink, {}, 'none', {}) call hi('luaBuiltIn', s:cdBlue, {}, 'none', {}) +" YAML: +call hi('yamlKey', s:cdBlue, {}, 'none', {}) +call hi('yamlConstant', s:cdBlue, {}, 'none', {})