-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce a color palette to terminal output? #13
Comments
I'm good with using the colors from the logo but since they are very similar, it would be good to use other colors. Making sure warnings are different enough from alerts or info messages. |
I did some more research on this.
|
I think that's all of them - maybe our other discussion on Verbose output will add an option to this. |
I think separating verbosity with color is adequate for now, and then something to help the readability of large output, ie the help text. I've taken a stab at extracting a color palette from the Remote Guardian logo black
red
green
yellow
blue
magenta
cyan
white
xresources config
|
The red and green shades are indistinguishable for people with deuteranopia or protanopia. Said a more contrasting shade of green would help. I'll look into the accuracy of this tomorrow. |
All the other colors are potentially good. |
@BarredAvenger, I'm waiting on #16 to finish compiling before I merge it with main. I didn't add anything in the README to demonstrate these changes, but it may be worth the time to figure how we can employ vhs in our workflow to provide a gif in the readme as a demonstration. vhs is an open source tool that already has a github workflow, I want to say - so It may be a small lift to get that working if it's something you find value in. |
I think adding a GIF demo in the README using vhs sounds like a great idea if it’s a small lift. If there's already a GitHub workflow for it, I’d say let’s test it and see how useful it is. Let me know if there's anything specific you need from me to move forward. |
ya, I think it'd be a small lift - in fact, I can do this part pro bono before we hit pause. |
right now everything's white text outside of debug logs (blue) and error messages (red). We're set up to be able to take advantage of a whole gamut of colors to use in a color scheme that I think would lend itself to a more professional look.
Would we want to employ some of the Remote Guardian Gradient shown in the logo?
Charmbracelet is an opensource software team writing in Go that does a great job writing with great aesthetics in the terminal
The text was updated successfully, but these errors were encountered: