Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default terminal color scheme in [neo]vim - request #29

Open
bearcatsandor opened this issue Apr 12, 2020 · 3 comments
Open

Set default terminal color scheme in [neo]vim - request #29

bearcatsandor opened this issue Apr 12, 2020 · 3 comments

Comments

@bearcatsandor
Copy link

What would you think of adding some lines to the code that would set a default color scheme for vim terminals? You could do this for vim by adding:
let g:terminal_ansi_colors = ['#5f5f87', '#af5f5f', '#87875f', '#af875f', '#878787', '#af8787', '#87afaf', '#dfdfaf', '#878787', '#af0000', '#875f5f', '#8787af', '#5f8787', '#5f5f87', '#5f875f', '#5f8787']

and for neovim by adding the
let g:terminal_color_0 = '#5f5f87'
let g:terminal_color_1 = '#af5f5f'
let g:terminal_color_2 = '#87875f'
let g:terminal_color_3 = '#af875f'
let g:terminal_color_4 = '#878787'
let g:terminal_color_5 = '#af8787'
let g:terminal_color_6 = '#87afaf'
ect lines for whatever colors you deemed to be the best.

@bearcatsandor bearcatsandor changed the title Default terminal color scheme Set default terminal color scheme in [neo]vim - request Apr 12, 2020
@AlessandroYorba
Copy link
Owner

@bearcatsandor I think that's a great idea. I'll add it this weekend.

@bearcatsandor
Copy link
Author

Thank you! Awesome!!

@AlessandroYorba
Copy link
Owner

@bearcatsandor I added your request to a branch for testing. Let me know what you think! I appreciate your insight.
https://github.com/AlessandroYorba/Alduin/tree/nightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants