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

Modify g:terminal_ansi_colors #128

Open
BrayanCaro opened this issue Sep 14, 2022 · 0 comments
Open

Modify g:terminal_ansi_colors #128

BrayanCaro opened this issue Sep 14, 2022 · 0 comments

Comments

@BrayanCaro
Copy link

BrayanCaro commented Sep 14, 2022

Modify the list g:terminal_ansi_color to have a seamless experience with the color scheme and the theme applied

This would change the current ANSI colors used by default in the new (built-in terminal window generated by :term), as mentioned here with another theme.

Of course, I wonder if it can be setted automatically? 🤔

Example 💮

Without change g:terminal_ansi_colors:

image

After change g:terminal_ansi_colors (in my .vimrc) with:

 let g:terminal_ansi_colors = [
        \ '#4e4e4e', '#d68787', '#5f865f', '#d8af5f',
        \ '#85add4', '#d7afaf', '#87afaf', '#d0d0d0',
        \ '#626262', '#d75f87', '#87af87', '#ffd787',
        \ '#add4fb', '#ffafaf', '#87d7d7', '#e4e4e4'
      \ ]

Screenshot from 2022-09-14 10-53-57

By the way: this repo is excellent ❤️

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

No branches or pull requests

1 participant