Skip to content

Instantly share code, notes, and snippets.

@selfcommit
Created November 10, 2019 06:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"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