Solarized in the tty virtual console. #294
Open
Comments
The following code at the very bottom of my .bashrc worked!
|
@blueyed Cool, it works, @altercation should it be linked somewhere in the repo? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to get solarized working on tty2, tty3, etc. (the ones available on Linux with ctrl-alt-f2). Finally I could do it with escapes codes, based on a post I found.
This can be achieved adding a bunch of codes to
/etc/issue
(that is loaded bygetty
).The codes are: (the ascii escape character is not visible but it's there)
The last one just clear the screen to fix the background color. May be they can be added somewhere in the repo to be easy to add for anyone, but I'm not sure where it should be.
The text was updated successfully, but these errors were encountered: