Skip to content

Instantly share code, notes, and snippets.

@jerviscui
Last active November 3, 2020 06:52
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 jerviscui/94476062a990b0f3358a78ef034a58df to your computer and use it in GitHub Desktop.
Save jerviscui/94476062a990b0f3358a78ef034a58df to your computer and use it in GitHub Desktop.
VS extension viasfora theme config file.
{
"viasfora.keyword.flowcontrol": {
"foreground": "OrangeRed",
"background": "Automatic",
"style": "None"
},
"viasfora.keyword.linq": {
"foreground": "MediumSeaGreen",
"background": "Automatic",
"style": "None"
},
"viasfora.string.escape_sequence": {
"foreground": "Fuchsia",
"background": "Automatic",
"style": "None"
},
"viasfora.string.escape_sequence.error": {
"foreground": "#FFA000",
"background": "Automatic",
"style": "None"
},
"viasfora.string.format.specifier": {
"foreground": "MediumSlateBlue",
"background": "Automatic",
"style": "None"
},
"viasfora.keyword.visibility": {
"foreground": "DimGray",
"background": "Automatic",
"style": "None"
},
"viasfora.line.current": {
"foreground": "LightGrey",
"background": "Automatic",
"style": "None"
},
"viasfora.column.current": {
"foreground": "LightGrey",
"background": "Automatic",
"style": "None"
},
"viasfora.text.obfuscated": {
"foreground": "White",
"background": "WhiteSmoke",
"style": "None"
},
"viasfora.rainbow.1": {
"foreground": "#FF9900",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.2": {
"foreground": "DeepPink",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.3": {
"foreground": "DarkBlue",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.4": {
"foreground": "DarkViolet",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.5": {
"foreground": "DimGray",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.6": {
"foreground": "RoyalBlue",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.7": {
"foreground": "Crimson",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.8": {
"foreground": "DarkTurquoise",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.9": {
"foreground": "Green",
"background": "Automatic",
"style": "None"
},
"viasfora.rainbow.error": {
"foreground": "Automatic",
"background": "LightCoral",
"style": "None"
},
"viasfora.xml.closing": {
"foreground": "DarkOrange",
"background": "Automatic",
"style": "None"
},
"viasfora.xml.prefix": {
"foreground": "ForestGreen",
"background": "Automatic",
"style": "None"
},
"viasfora.xml.closing.prefix": {
"foreground": "OrangeRed",
"background": "Automatic",
"style": "None"
},
"viasfora.razor.closing.element": {
"foreground": "DarkOrange",
"background": "Automatic",
"style": "Bold"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment