Explorar el Código

change tmux color prefs

pull/1/head
10sr hace 11 años
padre
commit
49bc6bdd32
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      tmux.conf.pl

+ 3
- 3
tmux.conf.pl Ver fichero

@@ -86,9 +86,9 @@ sub set_colors {
set("message-bg", "white");
set("message-fg", "black");

setw("window-status-current-bg", "white");
setw("window-status-current-fg", "black");
setw("window-status-current-attr", "bold");
setw("window-status-current-bg", "default");
setw("window-status-current-fg", "default");
setw("window-status-current-attr", "reverse");
}

sub main {


Cargando…
Cancelar
Guardar