I made the "Aardvark Blue" a while back[1] to solve some of the problems that most color schemes have. The goal of this theme is that: - colors are fairly natural - background and black are distinct - grays are naturally ordered avoiding full black - light and dark colors are distinct from each other - all colors look good on background, black, dark gray, gray, white We use this for all the screenshots on https://rat…
How to choose colors for your CLI applications (2023)
81–90 of 103 posts
Re: How to choose colors for your CLI applications (2023)
#82Re: How to choose colors for your CLI applications (2023)
#83Re: How to choose colors for your CLI applications (2023)
#84As long as CLI programs stick to the 8 or 16 standard colors and refrain from setting background colors (inverse mode is fine), as well as from explicitly setting white or black as text color, everyone can reasonably configure their terminal colors so that everything is readable. When going beyond that, the colors really need to be configurable on the application.
> refrain from setting background colors That's the thing though, setting bg color opens up a lot of options, and constraining to invert is not sufficient in my opinion.
Re: How to choose colors for your CLI applications (2023)
#85Colourful terminals are so useful. I have mine colour coded according to the working directory depending on the project. So I can see which terminal is associated with which project even if there are twenty terminals open. The scripts are even in my servers so when I ssh in to them it changes colour as well. https://michael.mior.ca/blog/coloured-ssh-terminals/
Re: How to choose colors for your CLI applications (2023)
#86Re: How to choose colors for your CLI applications (2023)
#87I really wish you wouldn't. All the rinky dink colors and animations screw with the CLI output when you don't correctly detect whether the user's running the app interactively. Keep it plain text. Regular, old, boring output is good.
Re: How to choose colors for your CLI applications (2023)
#88Tangential, but I really love the design of this blog.
Re: How to choose colors for your CLI applications (2023)
#89I made the "Aardvark Blue" a while back[1] to solve some of the problems that most color schemes have. The goal of this theme is that: - colors are fairly natural - background and black are distinct - grays are naturally ordered avoiding full black - light and dark colors are distinct from each other - all colors look good on background, black, dark gray, gray, white We use this for all the screenshots on https://rat…
Funny thing, those are not "the usual places" I've ever heard of, and I care somewhat about color schemes. Each of us lives in our own bubble... (my bubble is not iterm2 and not windows)
Re: How to choose colors for your CLI applications (2023)
#90Earlier quoted context omitted.
Funny thing, those are not "the usual places" I've ever heard of, and I care somewhat about color schemes. Each of us lives in our own bubble... (my bubble is not iterm2 and not windows)
Where are some of the usual places you look?