Skip to content
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

Add Linux console support. #75

Open
ghost opened this issue Apr 13, 2021 · 0 comments
Open

Add Linux console support. #75

ghost opened this issue Apr 13, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 13, 2021

The color scheme of the Linux TTYs can be set with setvtrgb.

Here is the template script. Each line represents the value of R, G, and B, and each field represents a color (0-15).

#!/bin/sh
echo ' 35,255, 60,255,  0,109,  0,255, 68,255,171,255,  0,154,103,255
       35,  0,225,185,141, 67,216,250, 68, 39,225,210,146, 95,255,255
       35, 15, 11,  0,248,166,235,244, 68, 64, 91, 66,255,235,240,255'|setvtrgb -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants