Created
November 10, 2019 06:12
-
-
Save selfcommit/ab62f5ef3813708673e1c5ea7b24fb87 to your computer and use it in GitHub Desktop.
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
{ | |
"scope": "anaconda.outline.illegal", | |
"foreground": "#dc312e80" | |
}, | |
{ | |
"scope": "anaconda.underline.illegal", | |
"foreground": "#dc312e" | |
}, | |
{ | |
"scope": "anaconda.outline.warning", | |
"foreground": "#b3860080" | |
}, | |
{ | |
"scope": "anaconda.underline.warning", | |
"foreground": "#b38600" | |
}, | |
{ | |
"scope": "anaconda.outline.violation", | |
"foreground": "#278bd380" | |
}, | |
{ | |
"scope": "anaconda.underline.violation", | |
"foreground": "#278bd3" | |
}, | |
{ | |
"scope": "sublimelinter.gutter-mark", | |
"foreground": "#ffffff" | |
}, | |
{ | |
"scope": "sublimelinter.mark.error", | |
"foreground": "#dc312e" | |
}, | |
{ | |
"scope": "sublimelinter.mark.warning", | |
"foreground": "#b38600" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment