Skip to content

Instantly share code, notes, and snippets.

@iowillhoit
Last active June 24, 2016 20:25
Show Gist options
  • Save iowillhoit/2aa2e101cfa01bf9e40211d4cacde619 to your computer and use it in GitHub Desktop.
Save iowillhoit/2aa2e101cfa01bf9e40211d4cacde619 to your computer and use it in GitHub Desktop.
# See https://github.com/SublimeLinter/SublimeLinter3/issues/178#issuecomment-228379181
view.show_popup('<style>html { background-color: #263238; margin: 0px; color: #839496; } body { background-color: #222B30; margin: 5px; border: none; font-size: 16px; color: #839496; } div { margin: 5px; word-wrap:break-word; line-height: 200%;} a { color: #2aa198; } .error_line { color: #839496; margin: 5px; } .bullet { color: #DDB700 }</style> <div><p class="error_line"><span class="bullet">•</span> ' + '</p><p class="error_line"><span class="bullet">•</span> '.join(line_errors) + '</p></div>',
location=-1,
max_width=700)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment