forked from dreamsofcode-io/catppuccin-tmux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request catppuccin#11 from vinnyA3/main
- Loading branch information
Showing
5 changed files
with
193 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# NOTE: you can use vars with $<var> and ${<var>} as long as the str is double quoted: "" | ||
# WARNING: hex colors can't contain capital letters | ||
|
||
# --> Catppuccin (Frappe) | ||
thm_bg="#232634" | ||
thm_fg="#c6d0f5" | ||
thm_cyan="#99d1db" | ||
thm_black="#292c3c" | ||
thm_gray="#51576d" | ||
thm_magenta="#ca9ee6" | ||
thm_pink="#f4b8e4" | ||
thm_red="#e78284" | ||
thm_green="#a6d189" | ||
thm_yellow="#e5c890" | ||
thm_blue="#8caaee" | ||
thm_orange="#ef9f76" | ||
thm_black4="#626880" | ||
|
||
# ----------------------------=== Theme ===-------------------------- | ||
|
||
# status | ||
set -g status-position top | ||
set -g status "on" | ||
set -g status-bg "${thm_bg}" | ||
set -g status-justify "left" | ||
set -g status-left-length "100" | ||
set -g status-right-length "100" | ||
|
||
# messages | ||
set -g message-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" | ||
set -g message-command-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" | ||
|
||
# panes | ||
set -g pane-border-style fg="${thm_gray}" | ||
set -g pane-active-border-style fg="${thm_blue}" | ||
|
||
# windows | ||
setw -g window-status-activity-style fg="${thm_fg}",bg="${thm_bg}",none | ||
setw -g window-status-separator "" | ||
setw -g window-status-style fg="${thm_fg}",bg="${thm_bg}",none | ||
|
||
# --------=== Statusline | ||
|
||
set -g status-left "" | ||
set -g status-right "#[fg=$thm_pink,bg=$thm_bg,nobold,nounderscore,noitalics]#[fg=$thm_bg,bg=$thm_pink,nobold,nounderscore,noitalics] #[fg=$thm_fg,bg=$thm_gray] #W #{?client_prefix,#[fg=$thm_red],#[fg=$thm_green]}#[bg=$thm_gray]#{?client_prefix,#[bg=$thm_red],#[bg=$thm_green]}#[fg=$thm_bg] #[fg=$thm_fg,bg=$thm_gray] #S " | ||
|
||
# current_dir | ||
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} " | ||
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} " | ||
|
||
# parent_dir/current_dir | ||
# setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " | ||
# setw -g window-status-current-format "#[fg=colour232,bg=colour208] #I #[fg=colour255,bg=colour237] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " | ||
|
||
# --------=== Modes | ||
setw -g clock-mode-colour "${thm_blue}" | ||
setw -g mode-style "fg=${thm_pink} bg=${thm_black4} bold" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# NOTE: you can use vars with $<var> and ${<var>} as long as the str is double quoted: "" | ||
# WARNING: hex colors can't contain capital letters | ||
|
||
# --> Catppuccin (Macchiato) | ||
thm_bg="#181926" | ||
thm_fg="#cad3f5" | ||
thm_cyan="#91d7e3" | ||
thm_black="#1e2030" | ||
thm_gray="#494d64" | ||
thm_magenta="#c6a0f6" | ||
thm_pink="#f5bde6" | ||
thm_red="#ed8796" | ||
thm_green="#a6da95" | ||
thm_yellow="#eed49f" | ||
thm_blue="#8aadf4" | ||
thm_orange="#f5a97f" | ||
thm_black4="#5b6078" | ||
|
||
# ----------------------------=== Theme ===-------------------------- | ||
|
||
# status | ||
set -g status-position top | ||
set -g status "on" | ||
set -g status-bg "${thm_bg}" | ||
set -g status-justify "left" | ||
set -g status-left-length "100" | ||
set -g status-right-length "100" | ||
|
||
# messages | ||
set -g message-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" | ||
set -g message-command-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" | ||
|
||
# panes | ||
set -g pane-border-style fg="${thm_gray}" | ||
set -g pane-active-border-style fg="${thm_blue}" | ||
|
||
# windows | ||
setw -g window-status-activity-style fg="${thm_fg}",bg="${thm_bg}",none | ||
setw -g window-status-separator "" | ||
setw -g window-status-style fg="${thm_fg}",bg="${thm_bg}",none | ||
|
||
# --------=== Statusline | ||
|
||
set -g status-left "" | ||
set -g status-right "#[fg=$thm_pink,bg=$thm_bg,nobold,nounderscore,noitalics]#[fg=$thm_bg,bg=$thm_pink,nobold,nounderscore,noitalics] #[fg=$thm_fg,bg=$thm_gray] #W #{?client_prefix,#[fg=$thm_red],#[fg=$thm_green]}#[bg=$thm_gray]#{?client_prefix,#[bg=$thm_red],#[bg=$thm_green]}#[fg=$thm_bg] #[fg=$thm_fg,bg=$thm_gray] #S " | ||
|
||
# current_dir | ||
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} " | ||
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} " | ||
|
||
# parent_dir/current_dir | ||
# setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " | ||
# setw -g window-status-current-format "#[fg=colour232,bg=colour208] #I #[fg=colour255,bg=colour237] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " | ||
|
||
# --------=== Modes | ||
setw -g clock-mode-colour "${thm_blue}" | ||
setw -g mode-style "fg=${thm_pink} bg=${thm_black4} bold" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# NOTE: you can use vars with $<var> and ${<var>} as long as the str is double quoted: "" | ||
# WARNING: hex colors can't contain capital letters | ||
|
||
# --> Catppuccin (Mocha) | ||
thm_bg="#11111b" | ||
thm_fg="#cdd6f4" | ||
thm_cyan="#89dceb" | ||
thm_black="#181825" | ||
thm_gray="#45475a" | ||
thm_magenta="#cba6f7" | ||
thm_pink="#f5c2e7" | ||
thm_red="#f38ba8" | ||
thm_green="#a6e3a1" | ||
thm_yellow="#f9e2af" | ||
thm_blue="#89b4fa" | ||
thm_orange="#fab387" | ||
thm_black4="#585b70" | ||
|
||
# ----------------------------=== Theme ===-------------------------- | ||
|
||
# status | ||
set -g status-position top | ||
set -g status "on" | ||
set -g status-bg "${thm_bg}" | ||
set -g status-justify "left" | ||
set -g status-left-length "100" | ||
set -g status-right-length "100" | ||
|
||
# messages | ||
set -g message-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" | ||
set -g message-command-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" | ||
|
||
# panes | ||
set -g pane-border-style fg="${thm_gray}" | ||
set -g pane-active-border-style fg="${thm_blue}" | ||
|
||
# windows | ||
setw -g window-status-activity-style fg="${thm_fg}",bg="${thm_bg}",none | ||
setw -g window-status-separator "" | ||
setw -g window-status-style fg="${thm_fg}",bg="${thm_bg}",none | ||
|
||
# --------=== Statusline | ||
|
||
set -g status-left "" | ||
set -g status-right "#[fg=$thm_pink,bg=$thm_bg,nobold,nounderscore,noitalics]#[fg=$thm_bg,bg=$thm_pink,nobold,nounderscore,noitalics] #[fg=$thm_fg,bg=$thm_gray] #W #{?client_prefix,#[fg=$thm_red],#[fg=$thm_green]}#[bg=$thm_gray]#{?client_prefix,#[bg=$thm_red],#[bg=$thm_green]}#[fg=$thm_bg] #[fg=$thm_fg,bg=$thm_gray] #S " | ||
|
||
# current_dir | ||
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} " | ||
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} " | ||
|
||
# parent_dir/current_dir | ||
# setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " | ||
# setw -g window-status-current-format "#[fg=colour232,bg=colour208] #I #[fg=colour255,bg=colour237] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) " | ||
|
||
# --------=== Modes | ||
setw -g clock-mode-colour "${thm_blue}" | ||
setw -g mode-style "fg=${thm_pink} bg=${thm_black4} bold" |