wb2osz / direwolf

Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
GNU General Public License v2.0
1.51k stars 300 forks source link

Black background text options #441

Open ars-ka0s opened 1 year ago

ars-ka0s commented 1 year ago

I'm sensitive to high-contrast text especially white background, so added two color modes with black backgrounds. Figured other people may want similar options.

-t 5 uses the default background color and basic 8-color commands, which should let most terminal emulators apply their own color theme. -t 6 uses the RGB commands like the 1.6 default -t 1 which gives a stark black background.

For the Windows side, -t 2 does a dark background mode.

As always, glad to tweak if preferred to be implemented differently.

ars-ka0s commented 1 year ago

Rebased to current dev

ars-ka0s commented 9 months ago

Rebased to current dev.

Does seem like this would fix #477 but no feedback yet from people mentioning they'd test.

sarcasticadmin commented 8 months ago

These new options work for me on linux: ss-202310291698595954

Heres some info about my terminal as well if it helps:

$ echo $TERM
screen-256color
$ echo $XTERM_VERSION
XTerm(384)
opswhisperer commented 7 months ago

Would love to see this get merged

sarcasticadmin commented 2 months ago

Is there anything left to do? @ars-ka0s @wb2osz