mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
- 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)
32 lines
960 B
Plaintext
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=#d3c6aa,bg=#323c41"
|
|
set -g window-status-style "fg=#859289,bg=#2b3339"
|
|
set -g window-status-activity-style "fg=#dbbc7f,bg=#2b3339"
|
|
|
|
# Pane borders
|
|
set -g pane-active-border-style "fg=#a7c080"
|
|
set -g pane-border-style "fg=#7a8478"
|
|
|
|
# Status line
|
|
set -g status-style "fg=#d3c6aa,bg=#2b3339"
|
|
set -g status-left-style "fg=#d3c6aa,bg=#323c41"
|
|
set -g status-right-style "fg=#d3c6aa,bg=#323c41"
|
|
|
|
# Messages
|
|
set -g message-style "fg=#d3c6aa,bg=#323c41"
|
|
set -g message-command-style "fg=#d3c6aa,bg=#323c41"
|
|
|
|
# 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=#2b3339,bg=#a7c080] #I:#W #[default]"
|