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

Bold+Black displays as Black instead of Dark Grey in MacVim #88

Open
GoogleCodeExporter opened this issue Mar 28, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

I have a Bold+Black timestamp in my $PS1. In MacVim it displays as black (on a 
black background, invisible). 

It should display as dark grey to match most ANSI color implementations.

This can be fixed by changing line 228 in conque_term/conque_globals.py from:

    30: {'description': 'Set foreground color to Black', 'attributes': {'ctermfg': '16', 'guifg': '#000000'}, 'normal': False},

To:

    30: {'description': 'Set foreground color to Black', 'attributes': {'ctermfg': '16', 'guifg': '#7F7F7F'}, 'normal': False},

These color values would also make for some great setting options - custom ANSI 
colors would be a terrific feature for ConqueTerm!

Original issue reported on code.google.com by [email protected] on 25 Sep 2012 at 7:53

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

1 participant