xdy / twodsix-foundryvtt

A system for running games using various 2d6-based role-playing games, specifically with the Cepheus Engine Core Rules and similar systems. <br/>This Product is derived from the Traveller System Reference Document and other Open Gaming Content made available by the Open Gaming License, and does not contain closed content from products published by either Mongoose Publishing or Far Future Enterprises. This Product is not affiliated with either Mongoose Publishing or Far Future Enterprises, and it makes no claim to or challenge to any trademarks held by either entity. The use of the Traveller System Reference Document does not convey the endorsement of this Product by either Mongoose Publishing or Far Future Enterprises as a product of either of their product lines.<br/>Cepheus Engine and Samardan Press™ are the trademarks of Jason "Flynn" Kemp; I am not affiliated with Jason "Flynn" Kemp or Samardan Press™.<br/> See the files OpenGameLicense.md and LICENSE for license details..<br/>
Other
39 stars 25 forks source link

Colour issue on character sheet #1597

Closed richoutthere closed 4 months ago

richoutthere commented 4 months ago

Is your feature request related to a problem? Please describe. I can not see red text on a black backgroud as I am color blind

Describe the solution you'd like change text colour or background colour so I can see it.

Describe alternatives you've considered option to be able to change character sheet colours used. or change text to white/yellow also avoid red text on black backgrond altogether.

Additional context Add any other context or screenshots about the feature request here. image

image

If the feature request relates to rules, quotes from and/or links to OGL rules (such as Cepheus Engine) are very helpful as we cannot implement features for non-OGL rulesets.

marvin9257 commented 4 months ago

There are three options you can use here. For the dark theme, you are able to pick the default colors (rather than the blue) in the settings.

Screenshot 2024-07-22 at 9 34 34 AM

The background is always black.

If you want a lighter background (per default Foundry). You can use the default foundry style (dark text on light background).

Screenshot 2024-07-22 at 9 35 42 AM

You could make a macro to change the color, for example: document.documentElement.style.setProperty('--s2d6-damage-stat-color', 'pink');

Here is the full list of colors you can change by macro:

Screenshot 2024-07-22 at 10 38 43 AM

Please let me know whether this addresses what you need. I will look into adding an option to change the damage stat color on the actor sheet.

richoutthere commented 4 months ago

cheers

I ticked use Foundrry standard style

image

image

A lot more useable if not so good lookoing.

marvin9257 commented 4 months ago

I will add a setting so you can pick the damage color. What you see in the chat is FVTT style selections.