Files
everforest-resources/cli/tmux/everforest.tmux-light-medium.conf
Ismo Vuorinen 5c0e8b0f40 feat: enhance install script and theme generation
- install.sh now installs all variants when run without parameters
- preserve single-variant mode when --variant is specified
- add variant names to generated file headers for clarity
- fix tool name extraction to preserve compound names like git-delta
- fix CSS variable preservation during header generation
2025-09-09 00:01:46 +03:00

32 lines
973 B
Plaintext

# Everforest light-medium theme for tmux
# Generated from template - do not edit manually
# Basic color scheme
set -g default-terminal "screen-256color"
# Window tabs
set -g window-status-current-style "fg=#5c6a72,bg=#ede6cf"
set -g window-status-style "fg=#b3c0b0,bg=#f3ead3"
set -g window-status-activity-style "fg=#dbbc7f,bg=#f3ead3"
# Pane borders
set -g pane-active-border-style "fg=#a7c080"
set -g pane-border-style "fg=#a6b0a0"
# Status line
set -g status-style "fg=#5c6a72,bg=#f3ead3"
set -g status-left-style "fg=#5c6a72,bg=#ede6cf"
set -g status-right-style "fg=#5c6a72,bg=#ede6cf"
# Messages
set -g message-style "fg=#5c6a72,bg=#ede6cf"
set -g message-command-style "fg=#5c6a72,bg=#ede6cf"
# Status bar content
set -g status-left "#[fg=#a7c080]#S #[default]"
set -g status-right "#[fg=#7fbbb3]%H:%M #[fg=#dbbc7f]%d-%b-%y"
# Window list
set -g window-status-format " #I:#W "
set -g window-status-current-format " #[fg=#f3ead3,bg=#a7c080] #I:#W #[default]"