Switch Tmux Theme -> Tokyonight-night

This commit is contained in:
2024-12-12 23:10:11 +01:00
parent 47bea9b784
commit dd8f6d013e
+5 -8
View File
@@ -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
'';
};
}