Compare commits
2 commits
e7732df16a
...
4881b34fa6
Author | SHA1 | Date | |
---|---|---|---|
4881b34fa6 | |||
529eaa5dab |
2 changed files with 7 additions and 15 deletions
|
@ -43,17 +43,17 @@ in
|
|||
set -g set-titles-string "#T"
|
||||
set -g status-bg colour0
|
||||
set -g status-fg colour7
|
||||
set -g message-style bg=colour10,fg=colour7
|
||||
set -g message-style bg=colour19,fg=colour7
|
||||
|
||||
setw -g window-status-current-format '#[fg=colour10,bg=colour3] #I\
|
||||
#[bg=colour10,fg=colour7,bold] #W\
|
||||
setw -g window-status-current-format '#[fg=colour18,bg=colour11] #I\
|
||||
#[bg=colour19,fg=colour7,bold] #W\
|
||||
#{?window_active, ,}#{?window_marked_flag, ,}#{?window_activity_flag, ,}#{?window_silence_flag, ,}#{?window_zoomed_flag, ,}#{?window_bell_flag,#[fg=colour1] ,}'
|
||||
|
||||
set -g pane-border-style fg=colour11
|
||||
set -g pane-border-style fg=colour19
|
||||
set -g pane-active-border-style fg=colour4
|
||||
|
||||
setw -g window-status-format '#[bg=color4,fg=colour10] #I\
|
||||
#[bg=colour10,fg=colour12] #W\
|
||||
setw -g window-status-format '#[bg=color12,fg=colour18] #I\
|
||||
#[bg=colour19,fg=colour7] #W\
|
||||
#{?window_last_flag, ,}#{?window_marked_flag, ,}#{?window_activity_flag, ,}#{?window_silence_flag, ,}#{?window_zoomed_flag, ,}#{?window_bell_flag,#[fg=colour1] ,}'
|
||||
set -g status-left "#[bg=colour0, fg=colour6] #S "
|
||||
set -g status-right ""
|
||||
|
|
|
@ -88,6 +88,7 @@ in
|
|||
}
|
||||
precmd_functions+=(zle-keymap-select)
|
||||
zle -N zle-keymap-select
|
||||
base16_default-dark
|
||||
'';
|
||||
completionInit = ''
|
||||
autoload -Uz compinit
|
||||
|
@ -105,15 +106,6 @@ in
|
|||
rev = "588691ba71b47e75793ed9edfcfaa058326a6f41";
|
||||
hash = "sha256-X89FsG9QICDw3jZvOCB/KsPBVOLUeE7xN3VCtf0DD3E=";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "history-search-multi-word";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "zdharma-continuum";
|
||||
repo = "history-search-multi-word";
|
||||
rev = "c4dcddc1cd17e7e0909471703f3526170db0f475";
|
||||
hash = "sha256-KgKm9qzFnwXDXwmTruPgC0tjmiTY5AiGdrWW4zDWUF4=";
|
||||
};
|
||||
}];
|
||||
localVariables = {
|
||||
BASE16_THEME = "$HOME/.config/zsh/plugins/base16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue