abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
522 stars 68 forks source link

Problems with markers #380

Closed gperdomor closed 6 years ago

gperdomor commented 6 years ago

Only native background and native outline works...

screen shot 2018-02-01 at 11 51 50 pm

Im using atom-ide-ui

Cxarli commented 6 years ago

Seems to be a duplicate of https://github.com/abe33/atom-pigments/issues/347. Closing

hossamyehia commented 5 years ago

try to write this in atom stylesheet it works with me

atom-text-editor .gutter[gutter-name="pigments-native-dot"] .pigments-gutter-marker div span, atom-text-editor .gutter[gutter-name="pigments-native-square-dot"] .pigments-gutter-marker div span, atom-text-editor .gutter[gutter-name="pigments-native-dot"] .pigments-gutter-marker-in-selection div span, atom-text-editor .gutter[gutter-name="pigments-native-square-dot"] .pigments-gutter-marker-in-selection div span{ background-attachment: inherit;

}