dmackerman / atom-soda-dark-ui

Soda Dark UI for Atom
https://atom.io/packages/atom-soda-dark-ui
MIT License
8 stars 8 forks source link

Background color of selected word of phrase. #21

Closed bencagri closed 9 years ago

bencagri commented 9 years ago

Hi there, I guess there is a bug with that.

There is no highlight on selected phrase. I dont know what is the css tag for this.

bencagri commented 9 years ago

I found. Here is the trick,

atom-text-editor::shadow .selection .region { background-color: #8b8b8b; color: #fff; }