Created
July 20, 2017 23:59
-
-
Save tomasr/a65c00bec58168f25476e8628eb33ec3 to your computer and use it in GitHub Desktop.
Viasfora theme
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 Flow Control Keyword": { | |
"foreground": "OrangeRed", | |
"style": "None" | |
}, | |
"Viasfora Query Operator": { | |
"foreground": "MediumSeaGreen", | |
"style": "None" | |
}, | |
"Viasfora String Escape Sequence": { | |
"foreground": "Fuchsia", | |
"style": "None" | |
}, | |
"viasfora.format.specifier": { | |
"foreground": "MediumSlateBlue", | |
"style": "None" | |
}, | |
"Viasfora Visibility Keyword": { | |
"foreground": "DimGray", | |
"style": "None" | |
}, | |
"Viasfora Current Column": { | |
"foreground": "LightGrey", | |
"style": "None" | |
}, | |
"viasfora.text.obfuscated": { | |
"foreground": "White", | |
"background": "WhiteSmoke", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 1": { | |
"foreground": "#FF9900", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 2": { | |
"foreground": "DeepPink", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 3": { | |
"foreground": "YellowGreen", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 4": { | |
"foreground": "DarkViolet", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 5": { | |
"foreground": "DimGray", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 6": { | |
"foreground": "RoyalBlue", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 7": { | |
"foreground": "Crimson", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 8": { | |
"foreground": "DarkTurquoise", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace 9": { | |
"foreground": "Green", | |
"style": "None" | |
}, | |
"Viasfora Rainbow Brace Error": { | |
"foreground": "Transparent", | |
"background": "LightCoral", | |
"style": "None" | |
}, | |
"XMLCloseTag": { | |
"foreground": "DarkOrange", | |
"style": "None" | |
}, | |
"XMLPrefix": { | |
"foreground": "ForestGreen", | |
"style": "None" | |
}, | |
"viasfora.xml.closing.prefix": { | |
"foreground": "OrangeRed", | |
"style": "None" | |
}, | |
"viasfora.razor.closing.element": { | |
"foreground": "DarkOrange", | |
"style": "Bold" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment