Spaceship-prompt: How can I use xterm-256-colors in the theme?

Created on 29 Jun 2017  路  2Comments  路  Source: denysdovhan/spaceship-prompt

I want to use the colors like:

COLOR_LIGHTGREEN='\[\e[38;5;120m\]'
COLOR_SKYBLUE='\[\e[38;5;111m\]'
COLOR_LIGHTPINK='\[\e[0;95m\]'
question

Most helpful comment

First check the number of colors supported by your terminal using echotc Co. If it succeeds you could change the colors using name or numeric color codes for xterm-256-colors.

spaceship-256-colors

For more information, See Zsh colors on Arch and character highlighting in Zsh line editor

All 2 comments

First check the number of colors supported by your terminal using echotc Co. If it succeeds you could change the colors using name or numeric color codes for xterm-256-colors.

spaceship-256-colors

For more information, See Zsh colors on Arch and character highlighting in Zsh line editor

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

doole picture doole  路  4Comments

MatthiasJ picture MatthiasJ  路  4Comments

ChadTaljaardt picture ChadTaljaardt  路  4Comments

jwhipp picture jwhipp  路  3Comments

AlecRust picture AlecRust  路  3Comments