Sfoglia il codice sorgente

tmux.org: Make tmux selection color be red bg, black fg

master
Mitch Tishmack 8 anni fa
parent
commit
1b18e232a3
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      tmux.org

+ 3
- 0
tmux.org Vedi File

@@ -24,6 +24,9 @@ Tmux configuration. Pretty boring in most ways.
set-window-option -g window-status-fg black
set-window-option -g window-status-current-bg white

# Selection highlight color
set-window-option -g mode-style bg=red,fg=black

# Status line options
set-option -g status-bg black
set-option -g status-fg colour7


Caricamento…
Annulla
Salva