Skip to content

Commit

Permalink
Fix yaml keys foreground color
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Nov 10, 2022
1 parent 349f352 commit 96c00de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Hivacruz.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -2540,5 +2540,11 @@
"scope": "text.html.markdown markup.bold.markdown",
"foreground": "#e5e5e5",
"font_style": "bold"
}]
}
},
{
"name": "Yaml keys",
"scope": "source.yaml meta.mapping.key.yaml meta.string.yaml string.unquoted.plain.out.yaml",
"foreground": "#00acf6"
}
]
}

0 comments on commit 96c00de

Please sign in to comment.