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