Compare commits

..

No commits in common. "d339b69adaae00b69aceeb0fe6ff40eaf4fa0716" and "434c9625b1e4da2a67db8cef3be21620b64b418b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ in {
# Pane style. # Pane style.
set -g pane-border-style "fg=#${bg}" set -g pane-border-style "fg=#${bg}"
set -g pane-active-border-style "fg=#${accent}" set -g pane-active-border-style "fg=#${bg}"
# Statusbar. # Statusbar.
bind-key -n ${mod}-${key.tmux.status.toggle} set-option -g status; bind-key -n ${mod}-${key.tmux.status.toggle} set-option -g status;

View file

@ -4,7 +4,7 @@
default-timeout=${setting.popup.timeout.ms} default-timeout=${setting.popup.timeout.ms}
font=${style.font.serif.name} ${toString(style.font.size.popup)} font=${style.font.serif.name} ${toString(style.font.size.popup)}
background-color=#${style.color.bg.dark} background-color=#${style.color.bg.dark}
border-color=#${style.color.bg.regular} border-color=#${style.color.bg.dark}
text-color=#${style.color.fg.light} text-color=#${style.color.fg.light}
height=120 height=120
icons=0 icons=0