31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Variables are too hard to see #6

Closed dcarrera closed 7 years ago

dcarrera commented 7 years ago

When I run atom-dbg the names of the variables (in the "Variables" box) are nearly impossible to read because they are dark gray on a black background. The contrast is terrible and my eyes just cannot see the variable names. Is it possible to pick a different colour that better contrasts with the background?

In addition, the variables and the output box have a very small font size for me. I would like to see an option to increase the font size.

screenshot

ProPuke commented 7 years ago

Wow, that looks terrible in Atom Dark! Fixing...

ProPuke commented 7 years ago

Now fixed in current version.

I've enforced a hard-coded minimum font size, and ensured contrasting colours are always used on the sidebar. Should look better across different themes now.

Cheers

dcarrera commented 7 years ago

THANKS!!

It works great now.