Skip to main content
typo-fixes
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 267

Is there a way to alter all the available colors in console / virtual terminal?
By console, I mean what you get after pressing CTRL + ALT + F1 and not anything like xterm or urxvt. So, I guess that would mean alter

I can change 8 of the colors using escape sequences like so:

echo -en "\e]PY######"

where Y is the numerical id of the color (0 to 7) and ###### is the hex color value.

My ultimate goal is to port the solarized color scheme to the console, because I want to look vim all the same regardless of whether i'mI'm in console or X.

Any suggestions on this?

htop in xterm:
htop in xterm, solarized colors

htop in console, after applying the 8 colors:
htop in console, after applying the 8 colors iI could

Is there a way to alter all the available colors in console / virtual terminal?
By console, I mean what you get after pressing CTRL + ALT + F1 and not anything like xterm or urxvt. So, I guess that would mean alter

I can change 8 of the colors using escape sequences like so:

echo -en "\e]PY######"

where Y is the numerical id of the color (0 to 7) and ###### is the hex color value.

My ultimate goal is to port the solarized color scheme to the console, because I want to look vim all the same regardless of whether i'm in console or X.

Any suggestions on this?

htop in xterm:
htop in xterm, solarized colors

htop in console, after applying the 8 colors:
htop in console, after applying the 8 colors i could

Is there a way to alter all the available colors in console / virtual terminal?
By console, I mean what you get after pressing CTRL + ALT + F1 and not anything like xterm or urxvt. So, I guess that would mean alter

I can change 8 of the colors using escape sequences like so:

echo -en "\e]PY######"

where Y is the numerical id of the color (0 to 7) and ###### is the hex color value.

My ultimate goal is to port the solarized color scheme to the console, because I want to look vim all the same regardless of whether I'm in console or X.

Any suggestions on this?

htop in xterm:
htop in xterm, solarized colors

htop in console, after applying the 8 colors:
htop in console, after applying the 8 colors I could

Source Link
Daniel Jour
  • 355
  • 1
  • 4
  • 14

Change colors in console/virtual terminal

Is there a way to alter all the available colors in console / virtual terminal?
By console, I mean what you get after pressing CTRL + ALT + F1 and not anything like xterm or urxvt. So, I guess that would mean alter

I can change 8 of the colors using escape sequences like so:

echo -en "\e]PY######"

where Y is the numerical id of the color (0 to 7) and ###### is the hex color value.

My ultimate goal is to port the solarized color scheme to the console, because I want to look vim all the same regardless of whether i'm in console or X.

Any suggestions on this?

htop in xterm:
htop in xterm, solarized colors

htop in console, after applying the 8 colors:
htop in console, after applying the 8 colors i could