Tweak shader settings for ghostty, make it less annoying.

This commit is contained in:
Martin Larsson 2025-07-15 12:32:47 +02:00
parent 0d5ac652ab
commit cca5c9f677
3 changed files with 21 additions and 18 deletions

View file

@ -8,8 +8,8 @@
// - Removed tint
// - Made the boundaries match ghostty's background color
float warp = 0.115; // simulate curvature of CRT monitor
float scan = 0.2; // simulate darkness between scanlines
float warp = 0.07; // simulate curvature of CRT monitor
float scan = 0.125; // simulate darkness between scanlines
void mainImage(out vec4 fragColor, in vec2 fragCoord)
{