Selaa lähdekoodia

change tmux color scheme

pull/1/head
10sr 11 vuotta sitten
vanhempi
commit
1c0932beb4
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      tmux.conf.pl

+ 3
- 3
tmux.conf.pl Näytä tiedosto

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

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

sub main {


Ladataan…
Peruuta
Tallenna