brogrammer-ui icon indicating copy to clipboard operation
brogrammer-ui copied to clipboard

Pushup Powered Atom Editor Theme

Results 6 brogrammer-ui issues
Sort by recently updated
recently updated
newest added

In `brogrammer-ui\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,...

This was throwing warnings because they changed how the shadows work.

From Atom's Deprecation Cop: > 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...

Display icons from [`file-icons`](https://atom.io/packages/file-icons) in sidebar like default themes do.

In `brogrammer-ui/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,...

Similar like we did for Sublime Text, this should make gutter text a bit subtler. Since it is just too bright (line numbers).