diff --git a/Hivacruz.sublime-color-scheme b/Hivacruz.sublime-color-scheme index 282f62c..40a54db 100644 --- a/Hivacruz.sublime-color-scheme +++ b/Hivacruz.sublime-color-scheme @@ -2540,5 +2540,11 @@ "scope": "text.html.markdown markup.bold.markdown", "foreground": "#e5e5e5", "font_style": "bold" - }] -} \ No newline at end of file + }, + { + "name": "Yaml keys", + "scope": "source.yaml meta.mapping.key.yaml meta.string.yaml string.unquoted.plain.out.yaml", + "foreground": "#00acf6" + } + ] +}