Files
everforest-resources/cli/tmux/everforest.tmux-light-medium.conf
Ismo Vuorinen dd5e539bb5 feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT)
- Add CONTRIBUTING.md with generator-first workflow guidelines
- Add Makefile with comprehensive development commands
- Add .editorconfig for consistent code formatting
- Add CHANGELOG.md for version tracking
- Remove inconsistent non-variant files that bypassed generator architecture
- Fix installation script to use variant-specific paths (prevent config overwriting)
2025-09-06 00:36:23 +03:00

32 lines
960 B
Plaintext

# Everforest 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]"