How can I make ANSI RGB color codes bold?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I've been learning how to customize my prompt with colors. I understand that you can define red text with
e[0;31m
and define an RGB color (in the following example, R=255, G=95, B=255) as
e[38;2;255;95;255m
To make the first command bold, you can just change the 0 to a 1:
e[1;31m
But how do you make the RGB command bold?
bash colors ansi
add a comment |Â
up vote
0
down vote
favorite
I've been learning how to customize my prompt with colors. I understand that you can define red text with
e[0;31m
and define an RGB color (in the following example, R=255, G=95, B=255) as
e[38;2;255;95;255m
To make the first command bold, you can just change the 0 to a 1:
e[1;31m
But how do you make the RGB command bold?
bash colors ansi
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've been learning how to customize my prompt with colors. I understand that you can define red text with
e[0;31m
and define an RGB color (in the following example, R=255, G=95, B=255) as
e[38;2;255;95;255m
To make the first command bold, you can just change the 0 to a 1:
e[1;31m
But how do you make the RGB command bold?
bash colors ansi
I've been learning how to customize my prompt with colors. I understand that you can define red text with
e[0;31m
and define an RGB color (in the following example, R=255, G=95, B=255) as
e[38;2;255;95;255m
To make the first command bold, you can just change the 0 to a 1:
e[1;31m
But how do you make the RGB command bold?
bash colors ansi
bash colors ansi
asked 13 mins ago
wxyz
93
93
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f480471%2fhow-can-i-make-ansi-rgb-color-codes-bold%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password