Skip to content

Instantly share code, notes, and snippets.

@sudoDeznit
Created April 23, 2021 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudoDeznit/230bd6a0f71910fc0a5adb163c78a73b to your computer and use it in GitHub Desktop.
Save sudoDeznit/230bd6a0f71910fc0a5adb163c78a73b to your computer and use it in GitHub Desktop.
horizon custom colors
"editor.tokenColorCustomizations": {
"[Horizon]": {
"textMateRules": [
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#f5834ee6"
}
},
{
"scope": "punctuation.definition.string.begin",
"settings": {
"foreground": "#b6e956e6"
}
},
{
"scope": "punctuation.definition.string.end",
"settings": {
"foreground": "#b6e956e6"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#25B0BCE6"
}
},
{
"scope": "storage.type.function.arrow.tsx",
"settings": {
"foreground": "#25B0BCE6"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#f5834ee6"
}
},
{
"scope": "punctuation.terminator",
"settings": {
"foreground": "#25B0BCE6"
}
},
{
"scope": "support",
"settings": {
"foreground": "#25B0BCE6"
}
},
{
"scope": "variable",
"settings": {
"foreground": "#BBBBBB"
}
},
{
"scope": "string",
"settings": {
"foreground": "#F0C05E"
}
}
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment