mellowcandle / bitwise

Terminal based bit manipulator in ncurses
GNU General Public License v3.0
640 stars 28 forks source link

Support different color palettes, specifically for dark background terminal emulators #17

Open nicowilliams opened 5 years ago

nicowilliams commented 5 years ago

I use dark background themes on my terminals. In VIM I set bg=dark. The color palette that bitwise uses makes it difficult to see some things (e.g., those in dark blue) on dark bg terms.

Nice tool though!

mellowcandle commented 5 years ago

@nicowilliams can you perhaps attach screen shit so I'll have a reference to you problem?

nicowilliams commented 5 years ago

bitwise-colors

nicowilliams commented 5 years ago

The dark blue underscores are hard to see. That's basically it. I should write a PR, but I'm heads deep in other code atm.

mellowcandle commented 5 years ago

Ncurses doesn't support so many colors, you can use this page as reference: https://www.linuxjournal.com/content/about-ncurses-colors-0

mellowcandle commented 5 years ago

When you'll have time, feel free to PR.

nicowilliams commented 5 years ago

Will do.