Re: Bright colours in 8 colour terminals

2012-10-22 Thread Psyber Bits
I tried it and didn't work. It use 'black' instead of 'brightblack'. On Fri, Oct 19, 2012 at 08:47:09AM +0100, Nicholas Marriott wrote: > Try: bold,fg=black,bg=default > > > > On Thu, Oct 18, 2012 at 09:02:10PM +0300, Psyber Bits wrote: > > I forgot to mention that I was talking about the stat

Re: Bright colours in 8 colour terminals

2012-10-22 Thread Psyber Bits
I had a problem in my tmux.conf. The problem was that in another colour variable I was using a 256 colour value. I removed it and now the brightblack is working. Thanks. On Fri, Oct 19, 2012 at 09:47:14AM +0100, Nicholas Marriott wrote: > It works for me, if your terminal doesn't support brightb

Re: Bright colours in 8 colour terminals

2012-10-19 Thread Nicholas Marriott
It works for me, if your terminal doesn't support brightblack you can't use it, you need to use bold and black. On Fri, Oct 19, 2012 at 11:32:49AM +0300, Psyber Bits wrote: > I tried it and didn't work. It use 'black' instead of 'brightblack'. > > > On Fri, Oct 19, 2012 at 08:47:09AM +0100, Nic

Re: Bright colours in 8 colour terminals

2012-10-18 Thread Nicholas Marriott
\e[1;37m is bold+colour, all colour ANSI terminals support this so of course tmux does too. The \e[97m bright colours are different and are only supported by 16- or 256-colour terminals. On Thu, Oct 18, 2012 at 04:10:09PM +0300, Psyber Bits wrote: > 'linux' terminfo says that it has 8 colours on