Created
July 21, 2016 13:06
-
-
Save X-Raym/6f321fe83949bc6be05bfcafb454dd6a to your computer and use it in GitHub Desktop.
Better HTML syntax color for Atom
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
| // Tags | |
| atom-text-editor::shadow .tag.html, | |
| atom-text-editor::shadow .begin.html, atom-text-editor::shadow .end.html { | |
| color: #e06c75; | |
| } | |
| // Inside Tags | |
| atom-text-editor::shadow .meta.tag.any.html, | |
| atom-text-editor::shadow .string.begin.html, | |
| atom-text-editor::shadow .string.end.html { | |
| color: #DDC36C; | |
| } | |
| // Entities | |
| atom-text-editor::shadow .character.entity.html { | |
| color: #DB6BCA; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment