diff --git a/colors/codedark.vim b/colors/codedark.vim index f23410f..af26dd9 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -200,7 +200,7 @@ call hi('StorageClass', s:cdBlue, {}, 'none', {}) call hi('Structure', s:cdBlue, {}, 'none', {}) call hi('Typedef', s:cdBlue, {}, 'none', {}) -call hi('Special', s:cdFront, {}, 'none', {}) +call hi('Special', s:cdYellowOrange, {}, 'none', {}) call hi('SpecialChar', s:cdFront, {}, 'none', {}) call hi('Tag', s:cdFront, {}, 'none', {}) call hi('Delimiter', s:cdFront, {}, 'none', {}) @@ -450,6 +450,10 @@ call hi('luaFuncKeyword', s:cdPink, {}, 'none', {}) call hi('luaLocal', s:cdPink, {}, 'none', {}) call hi('luaBuiltIn', s:cdBlue, {}, 'none', {}) +" SH: +call hi('shDeref', s:cdLightBlue, {}, 'none', {}) +call hi('shVariable', s:cdLightBlue, {}, 'none', {}) + " SQL: call hi('sqlKeyword', s:cdPink, {}, 'none', {}) call hi('sqlFunction', s:cdYellowOrange, {}, 'none', {}) @@ -458,3 +462,4 @@ call hi('sqlOperator', s:cdPink, {}, 'none', {}) " YAML: call hi('yamlKey', s:cdBlue, {}, 'none', {}) call hi('yamlConstant', s:cdBlue, {}, 'none', {}) +