Make possible to override user colors
See original GitHub issueIssue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to override user-selected value for HTML color input
Try: setInterval(setColor, 500); function setColor() { document.getElementById("color").value = '#' + Math.floor(Math.random() * 16777215).
Read more >Allow users to change the color of their names #841 - GitHub
I think the user should be able to change the color of their own names (which would be enforced serverside, unless another user's...
Read more >Automatically change incoming message colors and fonts ...
Automatically change incoming message colors and fonts based on sender, subject, or recipients ... Conditional formatting is a way to make messages that...
Read more >How users change colours on websites
I'm a developer in the GDS Accessibility team and I've been exploring the different ways users can change the colours of a website....
Read more >Is possible to change folder color for each user of the drive?
Hi. I need to change the color of the folders for each user of the drive. Folders are in shared drivers. Schermata 2021-06-24...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m closing this as it won’t be implemented.
You can achieve this with CSS if you really need to.
This would be awesome.
Comment: in the final version, present the user with swatches of all the current colors of your theme to choose from, and then have an option to manually select a new color altogether (maybe with a color picker?).