gchp / iota

A terminal-based text editor written in Rust
MIT License
1.63k stars 81 forks source link

White-on-White Text #34

Closed Arcterus closed 9 years ago

Arcterus commented 9 years ago

My terminal background color is white, so when I use iota the foreground color is almost the same as the background color, making it really hard to see the text.

I think that iota should set the background color to black or something if possible.

gchp commented 9 years ago

I've changed the foreground color to be rustbox::Color::Default which in your case should set the text color to black. Let me know if that solves it!

Arcterus commented 9 years ago

That works. Thanks!