microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
95.27k stars 8.27k forks source link

[FEATURE] Make the retro terminal mode more configurable #15852

Closed spudpiggy closed 1 year ago

spudpiggy commented 1 year ago

Description of the new feature/enhancement

Retro terminal mode looks cool, but it also makes text really hard to see on my secondary (which is a crappy old Dell) and doesn't do much of anything on my primary (a 1080p tv, idk size in inches) I'd like if it were more configurable, so that I could tweak it to be more/less effective.

Proposed technical implementation details (optional)

Allow the following to be changed:

These settings should be applied on a per-monitor basis, since different monitors will need different amounts of tweaking.

zadjii-msft commented 1 year ago

Good news! The retro shader is just a specific example of custom pixel shaders for the Terminal. You can feel free to grab the source from Retro.hlsl, and modify it however you'd like!