Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Created July 21, 2016 13:06
Show Gist options
  • Select an option

  • Save X-Raym/6f321fe83949bc6be05bfcafb454dd6a to your computer and use it in GitHub Desktop.

Select an option

Save X-Raym/6f321fe83949bc6be05bfcafb454dd6a to your computer and use it in GitHub Desktop.
Better HTML syntax color for Atom
// 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