nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
179 stars 14 forks source link

Choose different outline color for a defined brush opposed to an empty one #163

Closed Esshahn closed 4 years ago

Esshahn commented 4 years ago

Bildschirmfoto 2019-08-29 um 21 10 01

When using the brush, it is impossible to tell if the brush is currently an empty char ($20) or undefined. Both states are represented with the green border as shown above.

Suggestion: when no brush is defined, the border outline could be e.g. white or grey.

nurpax commented 4 years ago

Now this is a low hanging fruit feature req if there ever was one 👍

nurpax commented 4 years ago

@Esshahn Do these colors look OK to you?

petmate-brush

nurpax commented 4 years ago

I chose "green" for the empty/selecting color because I thought it's useful to be able to tell whether we're selecting a brush or painting.

Esshahn commented 4 years ago

perfect!!