rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
244 stars 29 forks source link

Change foreground and backdround colors #31

Closed erentar closed 1 year ago

erentar commented 1 year ago

Which files do I need to edit to change the drawing colors?

rricharz commented 1 year ago

Unfortunately, colors are hard coded to green. Only the green intensities are handled by constants at the top of tube.c

To change to other colors that green, look in tube.c at all instances of cairo_set_source_rgb

Hope that helps.

erentar commented 1 year ago

Thank you!