Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is possible, in fact.</p> <p>You'll want to grab the definition of the <code>color_map()</code> function, which is defined in <code>/usr/lib/byobu/include/shutil</code>.</p> <p>Copy that entire function and paste it into your local user's <code>~/.byobu/color.tmux</code> configuration file. That function currently looks something like this:</p> <pre><code>color_map() { case "$1" in "k") _RET="black" ;; "r") _RET="red" ;; "g") _RET="green" ;; "y") _RET="yellow" ;; "b") _RET="blue" ;; "m") _RET="magenta" ;; "c") _RET="cyan" ;; "w") _RET="white" ;; "d") _RET="black" ;; "K") _RET="brightblack" ;; "R") _RET="brightred" ;; "G") _RET="brightgreen" ;; "Y") _RET="brightyellow" ;; "B") _RET="brightblue" ;; "M") _RET="brightmagenta" ;; "C") _RET="brightcyan" ;; "W") _RET="brightwhite" ;; *) _RET= ;; esac } </code></pre> <p>Now, you can change those colors, as you like. For instance, if you change the "Y" definition from "brightyellow" to "magenta", you should see your system load indicator go from yellow to purple.</p> <p>If you're using solarized, you'll probably want to use Tmux's 256-color support. In which case, you'll probably want to specify a 256-color choice rather than a 16-color choice, such as "color52" You can use this xterm color chart as a guide:</p> <p><img src="https://i.stack.imgur.com/gt1VM.png" alt="xterm color chart"></p> <p>And if you do create a solarized theme, please do share it, as I would be happy to include it in <code>[Byobu][2]</code> as an option!</p> <p><em>Full disclosure: I am the author and maintainer of <a href="http://byobu.co" rel="noreferrer">Byobu</a>.</em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload