ambv / atom-delek-syntax

A theme based on David Schweikert's "delek" colorscheme in Vim.
MIT License
0 stars 1 forks source link

Deprecated selector in `atom-delek-syntax/index.less` #2

Open rubin110 opened 7 years ago

rubin110 commented 7 years ago

I like this theme, however I'm running into a small issue with 1.15.0 beta 3...

Deprecated calls No deprecated calls Deprecated selectors atom-delek-syntax CHECK FOR UPDATEDISABLE PACKAGE atom-delek-syntax/index.less Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

Etc, etc.

ambv commented 7 years ago

You're right. Sadly, I don't have free cycles these days to address it. I'd definitely merge a pull request to that effect.