Skip to content

Instantly share code, notes, and snippets.

@artbikes
Forked from ardenasasvc/infrafloss.json
Created May 20, 2020 17:29
Show Gist options
  • Save artbikes/750e542666bdbc63e3c9d91288773103 to your computer and use it in GitHub Desktop.
Save artbikes/750e542666bdbc63e3c9d91288773103 to your computer and use it in GitHub Desktop.
infrafloss
# Infrafloss, a fairyfloss for the infra among us
# Intended for use with nopjmp's fairyfloss VS Code extention
# VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=nopjmp.fairyfloss
# Copy this file into your settings.json
"workbench.colorTheme": "fairyfloss",
"editor.tokenColorCustomizations":
{
"textMateRules":
[
{
"scope": [
"string.unquoted.plain.out.yaml"
],
"settings": {
"foreground": "#dec0e2"
}
},
{
"scope": [
"string.quoted.double.yaml"
],
"settings": {
"foreground": "#C2FFDF"
}
},
{
"scope": [
"string.quoted.single.yaml"
],
"settings": {
"foreground": "#C2FFDF"
}
},
{
"scope": [
"comment.line.number-sign.yaml"
],
"settings": {
"foreground": "#a186cf"
}
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment