Compare commits
2 commits
434c9625b1
...
d339b69ada
Author | SHA1 | Date | |
---|---|---|---|
Dmitry Voronin | d339b69ada | ||
Dmitry Voronin | 2df7e6bdf7 |
|
@ -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=#${bg}"
|
set -g pane-active-border-style "fg=#${accent}"
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
|
@ -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.dark}
|
border-color=#${style.color.bg.regular}
|
||||||
text-color=#${style.color.fg.light}
|
text-color=#${style.color.fg.light}
|
||||||
height=120
|
height=120
|
||||||
icons=0
|
icons=0
|
||||||
|
|
Loading…
Reference in a new issue