Last active
June 24, 2016 20:25
-
-
Save iowillhoit/2aa2e101cfa01bf9e40211d4cacde619 to your computer and use it in GitHub Desktop.
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
# 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