by rohan1024 on 9/10/20, 10:56 AM with 35 comments
by hnlmorg on 9/10/20, 11:40 AM
- for visual impairment reasons (eg high contrast colours)
- or to differentiate different servers (eg different background colours for dev or prod servers)
- or have less contrasting colours to reduce eye strain (eg the Solarized colour schemes)
- might suffer from colour blindness so pick colours that contrast better with their condition
- or even just those that prefer a white or other non-black backgrounds for readability reasons (eg they might be dyslexic and find a non-black background or different shades of text easier to read).
I do fall into two of those categories and run into this issue a lot since there is a trend these days for developers to hard code colour values into their applications.
Equally, some developers use the "you can select a custom colour map - I just define a pretty default" argument and while that's slightly better, the best option would be still to default to the standard 8 colours (or the default unformatted text) and let users opt into RGB values if they wish. This will save your users from constantly having to define the same colour palettes in every application.
by gregsadetsky on 9/10/20, 7:56 PM
The issue is that these "stateful" URLs don't work when accessed directly. Try this one that I got by fiddling with the colors a bit:
https://terminal.sexy/#HR8hxcjGKCoupUJCjJRA3pNfX4GdhWePXo2Hc...
The site hangs and does not initialize.
Cheers
(I just emailed the site's author about it being discussed here as well)
by megous on 9/10/20, 4:50 PM
https://elixir.bootlin.com/linux/latest/source/Documentation...
That would be very useful :)
Or this:
by shiftpgdn on 9/10/20, 3:52 PM
by jaquers on 9/10/20, 4:16 PM
Thanks for the submission.