tmux: almost there
This commit is contained in:
parent
6bd4326870
commit
8d3f4eea2b
1 changed files with 7 additions and 4 deletions
|
@ -14,7 +14,7 @@ set -g base-index 1 # Start windows at 1
|
||||||
set -g pane-base-index 1 # Start panes at 1
|
set -g pane-base-index 1 # Start panes at 1
|
||||||
set -g renumber-windows on # Renumber dynamically
|
set -g renumber-windows on # Renumber dynamically
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
# Colors
|
# Colors & Styling
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
# Theme Colors - More found in themes/ directory
|
# Theme Colors - More found in themes/ directory
|
||||||
source -F "#{d:current_file}/themes/catppuccin-frappe.tmux"
|
source -F "#{d:current_file}/themes/catppuccin-frappe.tmux"
|
||||||
|
@ -24,8 +24,11 @@ set -g status-style "fg=#{@thm_lavender} bg=#{@thm_bg}"
|
||||||
set -g window-status-style "bg=#{@thm_surface_0} fg=#{@thm_lavender}"
|
set -g window-status-style "bg=#{@thm_surface_0} fg=#{@thm_lavender}"
|
||||||
set -g window-status-current-style "fg=#{@thm_surface_0} bg=#{@thm_lavender}"
|
set -g window-status-current-style "fg=#{@thm_surface_0} bg=#{@thm_lavender}"
|
||||||
# Panes
|
# Panes
|
||||||
set -g pane-border-style "fg=#{@thm_bg}"
|
set -g pane-border-style "fg=#{@thm_bg} bg=terminal"
|
||||||
set -g pane-active-border-style "fg=#{@thm_lavender}"
|
set -g pane-active-border-style "fg=#{@thm_lavender} bg=terminal"
|
||||||
|
set -g pane-border-lines "double"
|
||||||
|
set -g pane-border-indicators "arrows"
|
||||||
|
set -g pane-border-status "top"
|
||||||
# Command Line
|
# Command Line
|
||||||
set -g message-style "fg=#{@thm_red} bg=#{@thm_bg} bright"
|
set -g message-style "fg=#{@thm_red} bg=#{@thm_bg} bright"
|
||||||
# Menus
|
# Menus
|
||||||
|
@ -34,7 +37,7 @@ set -g menu-selected-style "fg=#{@thm_lavender} bg=#{@thm_bg}"
|
||||||
# Clock
|
# Clock
|
||||||
set -g clock-mode-colour "fg=#{@thm_lavender}"
|
set -g clock-mode-colour "fg=#{@thm_lavender}"
|
||||||
# Modes
|
# Modes
|
||||||
set -g mode-style "fg=#{@thm_lavender}"
|
set -g mode-style "fg=#{@thm_lavender} bg=terminal"
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
# Status Line
|
# Status Line
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
Loading…
Reference in a new issue