fpillet / NSLogger

A modern, flexible logging tool
Other
5k stars 573 forks source link

Fix row colors for client connected/disconnected and marker cells #315

Closed 0xced closed 1 year ago

0xced commented 1 year ago

Using the control accent color as the background color was not a good idea since cells would look like selected cells, which are using the accent color for the selection.

Custom colors that support both light and dark appearance have been introduced instead of using the accent color.

Before this commit (light appearance): NSLogger screenshot using accent color (light appearance)

Before this commit (dark appearance): NSLogger screenshot using accent color (dark appearance)

After this commit (light appearance): NSLogger screenshot using custom color (light appearance)

After this commit (dark appearance): NSLogger screenshot using custom color (dark appearance)