Last active
November 3, 2020 06:52
-
-
Save jerviscui/94476062a990b0f3358a78ef034a58df to your computer and use it in GitHub Desktop.
VS extension viasfora theme config file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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