Author Topic: Reducing eye strain  (Read 6678 times)

0 Members and 1 Guest are viewing this topic.

Offline Kyle (OP)

  • Captain
  • **********
  • K
  • Posts: 472
  • Thanked: 973 times
  • Quasar4x dev
Reducing eye strain
« on: April 14, 2020, 02:41:48 PM »
I'm having a really hard time dealing with the transitions between dark blue background -> white border -> dark blue -> bright yellow text in the UI.  If an option to revert all colors to completely default windows colors the way Aurora VB6 does it is out of the question, would it at least be possible to reduce the thickness of the borders on many of the controls?  After a fair amount of experimentation, I feel that this is the best outcome possible that doesn't require any code changes:



All that is required is to select all the relevant controls on a form, and change the FlatStyle from Standard to Flat.  I did do my research and found it is quite a pain to change the border color altogether, requiring a fair chunk of windows programming. 

It's possible you may have already tried this and noticed that this introduces an annoying flicker.  That can be eliminated by adding this to all your forms (it's just a copy paste, no thinking required)

Code: [Select]
        protected override CreateParams CreateParams
        {
            get
            {
                CreateParams cp = base.CreateParams;
                cp.ExStyle |= 0x02000000;  // Turn on WS_EX_COMPOSITED
                return cp;
            }
        }

I do know you've got 6 thousand other things on your plate, and appreciate the insane amount of work you're undertaking :)
 

Offline Zincat

  • Captain
  • **********
  • Z
  • Posts: 566
  • Thanked: 111 times
Re: Reducing eye strain
« Reply #1 on: April 14, 2020, 02:54:15 PM »
I would have to agree. The blue is hard on my eyes as well.

I hope that, someday in the future, we can have more than one color scheme.
 

Offline Malorn

  • Sub-Lieutenant
  • ******
  • M
  • Posts: 116
  • Thanked: 23 times
Re: Reducing eye strain
« Reply #2 on: April 14, 2020, 03:45:31 PM »
Honestly, yeah, it's tearing through my eyes a bit as well.  The game is glorious, but I'm having to take breaks to recover my eyes.
 

Offline Tyrell

  • Leading Rate
  • *
  • Posts: 10
Re: Reducing eye strain
« Reply #3 on: April 14, 2020, 05:35:08 PM »
Quote from: Zincat link=topic=10705. msg122705#msg122705 date=1586894055
more than one color scheme.

+1
Do - or do not. There is no 'try'.
 

Offline Nori

  • Bug Moderators
  • Lt. Commander
  • ***
  • Posts: 234
  • Thanked: 42 times
  • Discord Username: Nori Silverrage
  • Bronze Supporter Bronze Supporter : Support the forums with a Bronze subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Reducing eye strain
« Reply #4 on: April 14, 2020, 06:22:04 PM »
Here I thought I was the only one. Will add my +1 to this. Never had any issues with VB Aurora but this one does cause some strain.
 

Offline RougeNPS

  • Lt. Commander
  • ********
  • R
  • Posts: 217
  • Thanked: 39 times
Re: Reducing eye strain
« Reply #5 on: April 14, 2020, 06:23:40 PM »
I think its better now.  I can actually play in the dark now w/out the screen being glaring.
 

Offline Lamandier

  • Chief Petty Officer
  • ***
  • Posts: 48
  • Thanked: 3 times
  • Joker, Smoker, Midnight Toker
Re: Reducing eye strain
« Reply #6 on: April 14, 2020, 06:48:00 PM »
Glad I'm not the only one having issues with the color scheme. The dark blue everything makes it really difficult to focus. Would *love* a return to the original Windows-default style interface colors, or at least an option for such.
"In doing so, you will see things no human has ever seen before! It will be... fun! Assuming you're not vaporized, dissected, or otherwise killed in an assortment of supremely horrible and painful ways! Exciting, isn't it?"
 

Offline Jorgen_CAB

  • Admiral of the Fleet
  • ***********
  • J
  • Posts: 2838
  • Thanked: 673 times
Re: Reducing eye strain
« Reply #7 on: April 14, 2020, 07:12:57 PM »
I agree that the colour of the game is not ideal. You really need a more saturated colour or it will hurt your eyes and it is way harder to read the text and most importantly to find the thing you are looking for at a glance.

I'm fine with the tactical map having the blue background, but the menus really need a much better colour scheme, at least we should be able to choose between a few options as this actually is really important.
 

Offline Marski

  • Commander
  • *********
  • Posts: 389
  • Thanked: 139 times
Re: Reducing eye strain
« Reply #8 on: April 15, 2020, 12:11:26 AM »
Yeah I have to squint my eyes quite a lot when playing this game, the color palette isn't easy on my eyes either.
 

Offline Disguy

  • Petty Officer
  • **
  • D
  • Posts: 15
  • Thanked: 6 times
Re: Reducing eye strain
« Reply #9 on: April 15, 2020, 12:33:06 AM »
Love the game.  Have trouble reading.  End up using Black background and yellow text for event log reading.  Would love for a more friendlier color palette. 
 

Offline Lobben

  • Able Ordinary Rate
  • L
  • Posts: 1
Re: Reducing eye strain
« Reply #10 on: April 15, 2020, 01:08:17 AM »
I came here to start the same thread.

I have astigmatism which makes light text on a dark background hard to read, I've had to quit the game every time due to headaches.  A pretty large portion of the population has this problem it seems like after some googling.

From what I've seen this game is shaping up to be amazing, and I want to be able to enjoy the game you have created Steve.  I 100% get that ironing out the bugs is priority number one at this stage, which you seem to be doing at an amazing pace.  However, I  hope that a lighter color theme closer to the original will be added in a not too distant future.
 

Offline GodEmperor

  • Commander
  • *********
  • Posts: 314
  • Thanked: 30 times
Re: Reducing eye strain
« Reply #11 on: April 15, 2020, 02:15:18 AM »
I agree. Hopefully we can return to classic Win98 style soon.
."I am Colonel-Commissar Ibram Gaunt. I am known as a fair man, unless I am pushed.
You have just pushed me."
 

Offline Varee

  • Warrant Officer, Class 2
  • ****
  • V
  • Posts: 51
Re: Reducing eye strain
« Reply #12 on: April 15, 2020, 02:30:24 AM »
I think this blue background should only be for the map. The rest of the UI should return to the white back ground with dark text :(
Normally i enjoy using program in dark mode but it something about the blue and yellow contrast to the white and back button that really cause the problem for me.
 

Offline 5742k

  • Able Ordinary Rate
  • ?
  • Posts: 3
  • Thanked: 1 times
Re: Reducing eye strain
« Reply #13 on: April 15, 2020, 02:53:06 AM »
I concur.  The dark blue suits the tactical map, but being able to choose the color scheme for other menus would be great.
 

Offline TMaekler

  • Vice Admiral
  • **********
  • Posts: 1112
  • Thanked: 298 times
Re: Reducing eye strain
« Reply #14 on: April 15, 2020, 03:26:00 AM »
Yes, a change in color palette would be much appreciated.