Re: colour8 displayed as black

2014-03-07 Thread Matus Kmit
that did it, thanks. but same colour8 should be grey even for TERM=xterm, shouldn't it? On Fri, Mar 07, 2014 at 12:41:31PM +, Nicholas Marriott wrote: > > Set TERM to xterm-256color outside tmux > > > > On Fri, Mar 07, 2014 at 01:37:07PM +0100, Matus Kmit wrote:

Re: colour8 displayed as black

2014-03-07 Thread Matus Kmit
sorry i was answering some of yours questions in my replies to another user, but as i was not using the group's email in CC you were not seeing them. so: - i changed 38 to 48 in the script. i am seeing colour8 as grey. - my TERM is xterm i hope i answered all now :-o On Fri, Mar 07, 2014 at 12

colour8 displayed as black

2014-03-06 Thread Matus Kmit
Hi all I want to change the colour of my status bar to grey. echo $TERM -> 8 With the help of: #!/usr/bin/env bash for i in {0..255} ; do printf "\x1b[38;5;${i}mcolour${i}\n" done I found out that I need "colour8" for grey. But after setting "set -g status-bg colour8" the background of th