Change colors of HTML tags?
Hello, first of all this is such a nice theme for Atom, I would like to ask a question.. Color scheme for .js is very colorful and it has a lot of glowing and highlighted tags, on other side .html has a bad colors in my opinion, so my question is how can I copy same colors for .html tags. Keep in mind I would love to all tags glow as in .js. Ill provide picture about it.

UPDATE: I did manage to change all wanted colors, only one question left... in syntax-variables.less @syntax-text-color: #71787c; this define color of text, but its just basic gray color, my question is how to make it glowing as other parts of code do i need to use it as .syntax-text { color: rgba(34, 255, 153, 0.87); text-shadow: 0px 0px @blur rgba(34, 200, 153, @opacity); } In base.less or what should I do? Because if I add those lines in syntax-variables.less theme and Atom mess up.
Hey @amsalamsal did u manage to change only the html tags? What did u change in order to do so? Im using it to code with vue, and the standard highlighting confuses the code :T
Hello, I have edited it by changing colors in styles.less I forgot exact syntax, but the way I found out was that I found original hex code of color and change color anywhere I saw that hex code, I replaced it with mine hex code. Hope it helps. If you still get problems I'll try to fix it.
On Sat, May 4, 2019, 23:35 Ruodrik [email protected] wrote:
Hey @amsalamsal https://github.com/amsalamsal did u manage to change only the html tags? What did u change in order to do so? Im using it to code with vue, and the standard highlighting confuses the code :T
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anomaly256/neon-syntax/issues/19#issuecomment-489367432, or mute the thread https://github.com/notifications/unsubscribe-auth/AE4LOADJ6G2KNICSAR4H5RDPTX6RDANCNFSM4GT6XFCA .