Vim color scheme in bash and byobu

Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I have a problem with the vim color scheme installation. I did the following:
1) a folder was created ~/.vimrc/colors
2) I put the color definition monokai_pro.vim there
3) I edited the file .vimrc to include the following:
colo monokai_pro
syntax on
- When using bash the color syntax is NOT working.
- When using vim in byobu the color syntax is working.
The same occurs when I use :colo color_scheme directly in vim.
In byobu this is working, but not in bash.
Please note, that in bash I can only select colors which are present in /usr/share/vim/vim80/colors/.
I was copying monokai_pro.vim to the above folder but it is not helping.
Can you somebody explain why?
vim colors vi byobu
add a comment |Â
up vote
0
down vote
favorite
I have a problem with the vim color scheme installation. I did the following:
1) a folder was created ~/.vimrc/colors
2) I put the color definition monokai_pro.vim there
3) I edited the file .vimrc to include the following:
colo monokai_pro
syntax on
- When using bash the color syntax is NOT working.
- When using vim in byobu the color syntax is working.
The same occurs when I use :colo color_scheme directly in vim.
In byobu this is working, but not in bash.
Please note, that in bash I can only select colors which are present in /usr/share/vim/vim80/colors/.
I was copying monokai_pro.vim to the above folder but it is not helping.
Can you somebody explain why?
vim colors vi byobu
It could be your terminal type setting. Please edit your question and add the output of theecho $TERMcommand in abashshell.
â Andy Dalton
Jul 20 at 15:33
yes, you are right. the difference is int terminal type setting: bash ->$ echo $TERM xtermbyobu ->$ echo $TERM screen-256color
â Michel
Jul 23 at 9:10
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a problem with the vim color scheme installation. I did the following:
1) a folder was created ~/.vimrc/colors
2) I put the color definition monokai_pro.vim there
3) I edited the file .vimrc to include the following:
colo monokai_pro
syntax on
- When using bash the color syntax is NOT working.
- When using vim in byobu the color syntax is working.
The same occurs when I use :colo color_scheme directly in vim.
In byobu this is working, but not in bash.
Please note, that in bash I can only select colors which are present in /usr/share/vim/vim80/colors/.
I was copying monokai_pro.vim to the above folder but it is not helping.
Can you somebody explain why?
vim colors vi byobu
I have a problem with the vim color scheme installation. I did the following:
1) a folder was created ~/.vimrc/colors
2) I put the color definition monokai_pro.vim there
3) I edited the file .vimrc to include the following:
colo monokai_pro
syntax on
- When using bash the color syntax is NOT working.
- When using vim in byobu the color syntax is working.
The same occurs when I use :colo color_scheme directly in vim.
In byobu this is working, but not in bash.
Please note, that in bash I can only select colors which are present in /usr/share/vim/vim80/colors/.
I was copying monokai_pro.vim to the above folder but it is not helping.
Can you somebody explain why?
vim colors vi byobu
edited Jul 20 at 14:13
Anderson
987
987
asked Jul 20 at 13:25
Michel
12
12
It could be your terminal type setting. Please edit your question and add the output of theecho $TERMcommand in abashshell.
â Andy Dalton
Jul 20 at 15:33
yes, you are right. the difference is int terminal type setting: bash ->$ echo $TERM xtermbyobu ->$ echo $TERM screen-256color
â Michel
Jul 23 at 9:10
add a comment |Â
It could be your terminal type setting. Please edit your question and add the output of theecho $TERMcommand in abashshell.
â Andy Dalton
Jul 20 at 15:33
yes, you are right. the difference is int terminal type setting: bash ->$ echo $TERM xtermbyobu ->$ echo $TERM screen-256color
â Michel
Jul 23 at 9:10
It could be your terminal type setting. Please edit your question and add the output of the
echo $TERM command in a bash shell.â Andy Dalton
Jul 20 at 15:33
It could be your terminal type setting. Please edit your question and add the output of the
echo $TERM command in a bash shell.â Andy Dalton
Jul 20 at 15:33
yes, you are right. the difference is int terminal type setting: bash ->
$ echo $TERM xterm byobu -> $ echo $TERM screen-256colorâ Michel
Jul 23 at 9:10
yes, you are right. the difference is int terminal type setting: bash ->
$ echo $TERM xterm byobu -> $ echo $TERM screen-256colorâ Michel
Jul 23 at 9:10
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%2f457448%2fvim-color-scheme-in-bash-and-byobu%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
It could be your terminal type setting. Please edit your question and add the output of the
echo $TERMcommand in abashshell.â Andy Dalton
Jul 20 at 15:33
yes, you are right. the difference is int terminal type setting: bash ->
$ echo $TERM xtermbyobu ->$ echo $TERM screen-256colorâ Michel
Jul 23 at 9:10