Switch Tmux Theme -> Tokyonight-night
This commit is contained in:
@@ -8,10 +8,10 @@
|
|||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
tmuxPlugins.sensible
|
tmuxPlugins.sensible
|
||||||
{
|
{
|
||||||
plugin = tmuxPlugins.catppuccin;
|
plugin = tmuxPlugins.tokyo-night-tmux;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g @catpuccin_flavour 'frappe'
|
set -g @tokyo-night-tmux_theme night
|
||||||
set -g @catpuccin_date_time "%H:%M"
|
set -g @tokyo-night-tmux_transparent 1
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@@ -24,12 +24,9 @@
|
|||||||
set -g visual-silence off
|
set -g visual-silence off
|
||||||
setw -g monitor-activity off
|
setw -g monitor-activity off
|
||||||
set -g bell-action none
|
set -g bell-action none
|
||||||
|
|
||||||
# copy mode
|
set -g base-index 1
|
||||||
setw -g mode-style 'fg=colour1 bg=colour18 bold'
|
set -g pane-base-index 1
|
||||||
|
|
||||||
# messages
|
|
||||||
set -g message-style 'fg=colour2 bg=colour0 bold'
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user