Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin d339b69ada
Tmux : Use accent color for active pane. 2024-04-24 18:41:21 +03:00
Dmitry Voronin 2df7e6bdf7
Mako : Add a border. 2024-04-24 18:40:38 +03:00
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=#${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;

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.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