ソースを参照

change tmux color scheme

pull/1/head
10sr 11年前
コミット
1c0932beb4
1個のファイルの変更3行の追加3行の削除
  1. +3
    -3
      tmux.conf.pl

+ 3
- 3
tmux.conf.pl ファイルの表示

@@ -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 {


読み込み中…
キャンセル
保存