Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

Color Blind Settings

One of my players has a rare form of color blindness (as I understand it).  Shades of Green appear as white or grey.  As such he finds it difficult to see inline dice roll criticals with the green border. My suggestion would be to have a setting under the Settings tab, or the Roll20 Profile, that would allow for the change a majority of color options within Roll20, at the very least for inline dice rolls and the mouse over information in the chat window.  Or, perhaps an option for the GM to make a global change for their campaign. Of course this could probably be rectified with the use of an API, however I am not even remotely adept and creating an API and most of the custom APIs I find online don't provide instructions for use. Thanks for your consideration.
1488505481
B Simon Smith
Marketplace Creator
I wonder if there's a browser plug-in that might assist.
Your player could use Stylish to make those changes himself. <a href="https://userstyles.org/help/stylish_chrome" rel="nofollow">https://userstyles.org/help/stylish_chrome</a> .fullcrit is green, such as when you roll a 20 on a d20. .fullfail is red, such as when you roll a 1 on a d20. .importantroll is blue, such as when you roll a 1 and a 6 on 2d6. .fullcrit { &nbsp; &nbsp; background-color: #88CC88 !important; &nbsp; &nbsp; border-color: #004400 !important; &nbsp; &nbsp; color: #004400 !important; } .fullfail { &nbsp; &nbsp; background-color: #FFAAAA !important; &nbsp; &nbsp; border-color: #660000 !important; &nbsp; &nbsp; color: #660000 !important; } .importantroll { &nbsp; &nbsp; background-color: #8FA4D4 !important; &nbsp; &nbsp; border-color: #061539 !important; &nbsp; &nbsp; color: #061539 !important; }
SkyCaptainXIII said: Your player could use Stylish to make those changes himself. <a href="https://userstyles.org/help/stylish_chrome" rel="nofollow">https://userstyles.org/help/stylish_chrome</a> .fullcrit is green, such as when you roll a 20 on a d20. .fullfail is red, such as when you roll a 1 on a d20. .importantroll is blue, such as when you roll a 1 and a 6 on 2d6. .fullcrit { &nbsp; &nbsp; background-color: #88CC88 !important; &nbsp; &nbsp; border-color: #004400 !important; &nbsp; &nbsp; color: #004400 !important; } .fullfail { &nbsp; &nbsp; background-color: #FFAAAA !important; &nbsp; &nbsp; border-color: #660000 !important; &nbsp; &nbsp; color: #660000 !important; } .importantroll { &nbsp; &nbsp; background-color: #8FA4D4 !important; &nbsp; &nbsp; border-color: #061539 !important; &nbsp; &nbsp; color: #061539 !important; } Seeing how we can change the color of the dice and the colors of the macro bar macros, I feel that we should also have an option for changing color within Roll20.&nbsp; The tech is there to a certain extent as I understand it, which I know is more than likely inadequate.&nbsp; Hopefully we can get a Dev response on whether or not this is something they can look into, at least.
Thanks for the suggestion! After 30 days, Suggestions and Ideas with fewer than 10 votes are closed and the votes are refunded to promote freshness. Your suggestion didn't build the right momentum this time, but feel free to submit it again! We find that the best suggestions describe the problem you are having, and the solution you want. You can learn more about the process of making suggestions on the Roll20 Wiki! More details can be found here .