Skip to content

Commit

Permalink
feat(tmux): catppuccin
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 27, 2024
1 parent e365536 commit 54917a9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,20 @@ bind-key g run-shell "tmux neww tmux-sessionizer default"

set-option -g repeat-time 1000

# --> Rose Pine
thm_bg="#191724"
thm_fg="#e0def4"
thm_cyan="#9ccfd8"
thm_black="#1f1d2e"
thm_gray="#6e6a86"
thm_magenta="#eb6f92"
thm_pink="#ebbcba"
thm_red="#eb6f92"
thm_green="#9ccfd8"
thm_yellow="#f6c177"
thm_blue="#31748f"
thm_black4="#21202e"
# --> Catppuccin (Mocha)
thm_bg="#1e1e2e"
thm_fg="#cdd6f4"
thm_cyan="#89dceb"
thm_black="#181825"
thm_gray="#313244"
thm_magenta="#cba6f7"
thm_pink="#f5c2e7"
thm_red="#f38ba8"
thm_green="#a6e3a1"
thm_yellow="#f9e2af"
thm_blue="#89b4fa"
thm_orange="#fab387"
thm_black4="#585b70"

set -g status "on"
set -g status-bg "${thm_bg}"
Expand All @@ -96,7 +97,7 @@ set -g pane-active-border-style fg="${thm_blue}"
set -g window-status-activity-style fg="${thm_fg}",bg="${thm_bg}",none
set -g window-status-separator ""
set -g window-status-style fg="${thm_fg}",bg="${thm_bg}",none
set -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #(icons #{pane_current_command}) #[fg=#524f67,bg=$thm_bg] #{b:pane_current_path} "
set -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #(icons #{pane_current_command}) #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} "
set -g window-status-current-format "#[fg=$thm_bg,bg=$thm_green] #I #(icons #{pane_current_command}) #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} "
set -g clock-mode-colour "${thm_blue}"
set -g mode-style "fg=${thm_pink} bg=${thm_black4} bold"
Expand Down

0 comments on commit 54917a9

Please sign in to comment.