Created
August 2, 2017 03:24
-
-
Save tomasr/72114f117d3c327edbc008d9f8f9387b to your computer and use it in GitHub Desktop.
SampleViasforaTheme
This file contains hidden or 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.razor.closing.element": { | |
"foreground": "#FF8C00", | |
"background": "#010000", | |
"style": "None" | |
}, | |
"viasfora.keyword.visibility": { | |
"foreground": "#808080", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.1": { | |
"foreground": "#BF8080", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.3": { | |
"foreground": "#FF9B6A", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.9": { | |
"foreground": "#FFFFFF", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.xml.closing.prefix": { | |
"foreground": "#00FF00", | |
"background": "#010000", | |
"style": "None" | |
}, | |
"viasfora.keyword.flowcontrol": { | |
"foreground": "#97FF97", | |
"background": "#010000", | |
"style": "None" | |
}, | |
"viasfora.rainbow.2": { | |
"foreground": "#FF6A6A", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.8": { | |
"foreground": "#C0C0C0", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.4": { | |
"foreground": "#FFFF95", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.xml.closing": { | |
"foreground": "#708090", | |
"background": "#010000", | |
"style": "None" | |
}, | |
"viasfora.rainbow.5": { | |
"foreground": "#AAFF55", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.7": { | |
"foreground": "#9F9FFF", | |
"background": "#010000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.tip.highlight": { | |
"foreground": "#000000", | |
"background": "#800080", | |
"style": "None" | |
}, | |
"viasfora.rainbow.error": { | |
"foreground": "#000000", | |
"background": "#FF0000", | |
"style": "Bold" | |
}, | |
"viasfora.rainbow.6": { | |
"foreground": "#78C2FF", | |
"background": "#010000", | |
"style": "Bold" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment