abe33 / atom-pigments

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

More flexible color picker integration #460

Closed ghostlamma closed 3 years ago

ghostlamma commented 3 years ago

Can you guys add new change color check for pigments&color picker? it will be great if while i change color in color picker this would changed in color preview instantly, also will be nice if you guys add new style like down below(for it will work need select gutter in settings for marker type), i missed this left side circle style for marker

16

@nanobeep @envygeeks @awayken @alex-kovac @abe33

atom-text-editor .gutter {
  order: 2;
}

atom-text-editor .line-numbers {
  order: 1;
}

atom-text-editor div .gutter-container div .gutter .custom-decorations div span {
  border-radius: 50%;
}

.ColorPicker-arrow:before {
  transform: translate(-80%, 0);
}

.ColorPicker-arrow:after {
  transform: translate(-80%, 0);
}

.is--flipped .ColorPicker-arrow:after {
    transform: translate(-80%, 0);
}

.is--flipped .ColorPicker-arrow:before {
    transform: translate(-80%, 0);
}

image

ghostlamma commented 3 years ago

Also if somewho will take it, you can add thing like down below which opens on holding mouse some time on color marker&color value, just for more comfort preview(ofcourse without text such on screenshot lol P.S sorry if i'm writing weird on the english image

ghostlamma commented 3 years ago

nvm i found highlight colors... which is better for me