> #!/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 the
> status bar is black.

You are enumerating the foreground colors. Try changing the number from
38 to 48 to enumerate the background colors. Do you still see colour8 as
grey? If not then you need to tweak your terminal's color settings.

-- 
Balazs

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to