uberhalit / SekiroFpsUnlockAndMore

A small utility to remove frame rate limit, add custom resolutions (widescreen support), increase FOV, borderless window, display and log stats and various game modifications for Sekiro
MIT License
378 stars 31 forks source link

High Contrast compatability #24

Closed khvorov45 closed 4 years ago

khvorov45 commented 4 years ago

Problem

OG

This is what the app looks like on Windows with HIgh Contrast enabled (I cropped the image). You've decided the background should be white. The OS decided the text should be light gray. The result is that I can't read anything.

Solution

Fixed

Let the OS control all of the colors. This works correctly without High Contrast as well

FixedNonHC

uberhalit commented 4 years ago

Hello, sorry for the long dealy, not using this account much.

Well the background color isn't white but light gray. Letting Windows handle this will default to pure white which sucks. You are absolutely right about high contrast mode though, I just didn't think that anyone playing games would use that. But I like my light gray backgrounds so I've added a check to see if high contrast mode is used and if so, it will strip away the background color from grid. This way it will retain its color in normal mode and will let the OS handle it in high contrast mode. It's implemented in newest version 1.2.5.1, please have a look. Sorry to decline your PR.

khvorov45 commented 4 years ago

No problem, I just wanted the text to be readable.