A note to any developers writing console applications, please please <i>please</i> don't use RGB values in your terminal colour -- only use the 8 base colours plus highlight. RGB values prevent your users terminal from using the custom colour palettes your users might define (and like this site helps you to create). Aside from being a little annoying, it can cause genuine usability problems for some groups of people who use custom palettes:<p>- for visual impairment reasons (eg high contrast colours)<p>- or to differentiate different servers (eg different background colours for dev or prod servers)<p>- or have less contrasting colours to reduce eye strain (eg the Solarized colour schemes)<p>- might suffer from colour blindness so pick colours that contrast better with their condition<p>- 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).<p>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.<p>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 <i>opt into</i> RGB values if they wish. This will save your users from constantly having to define the same colour palettes in every application.
Congrats! Very small note: when changing any of the colors, the URL changes presumably to reflect the new state.<p>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:<p><a href="https://terminal.sexy/#HR8hxcjGKCoupUJCjJRA3pNfX4GdhWePXo2HcHiAXXyqzGZmtb1ogWo-gaK-spS7ir63xcjG" rel="nofollow">https://terminal.sexy/#HR8hxcjGKCoupUJCjJRA3pNfX4GdhWePXo2Hc...</a><p>The site hangs and does not initialize.<p>Cheers<p>(I just emailed the site's author about it being discussed here as well)
You can also do this for Linux kernel console, if you implement export for vt.default_{red,grn,blu} kernel command line parameters.<p><a href="https://elixir.bootlin.com/linux/latest/source/Documentation/admin-guide/kernel-parameters.txt#L5584" rel="nofollow">https://elixir.bootlin.com/linux/latest/source/Documentation...</a><p>That would be very useful :)<p>Or this:<p><a href="https://github.com/EvanPurkhiser/linux-vt-setcolors" rel="nofollow">https://github.com/EvanPurkhiser/linux-vt-setcolors</a>
Vaguely off topic but has anyone encountered a person using the "grass" or "ocean" OSX terminal themes in the wild? Why are they even there?
Really well done application with tons of export / import formats, lots of presets and the palette is integrated into the UI - delightful.<p>Thanks for the submission.