mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +00:00
- Complete project structure with directories for all target platforms - Template system for CLI tools with color placeholder replacement - Working generator that processes templates for 6 theme variants - GitHub workflows for build, snapshots, commitlint, and cli-verify - Installer and verifier scripts for CLI tool deployment - Comprehensive documentation and specifications - Biome 2.x linting and formatting setup - Husky git hooks for pre-commit validation
25 lines
810 B
Fish
25 lines
810 B
Fish
# Everforest color scheme for fish shell
|
|
# Generated from template - do not edit manually
|
|
|
|
# Set fish colors
|
|
set -U fish_color_normal #d3c6aa
|
|
set -U fish_color_command #7fbbb3
|
|
set -U fish_color_keyword #d699b6
|
|
set -U fish_color_quote #dbbc7f
|
|
set -U fish_color_redirection #83c092
|
|
set -U fish_color_end #e69875
|
|
set -U fish_color_error #e67e80
|
|
set -U fish_color_param #d3c6aa
|
|
set -U fish_color_comment #7a8478
|
|
set -U fish_color_selection --background=#374247
|
|
set -U fish_color_search_match --background=#374247
|
|
set -U fish_color_operator #a7c080
|
|
set -U fish_color_escape #d699b6
|
|
set -U fish_color_autosuggestion #859289
|
|
|
|
# Set fish pager colors
|
|
set -U fish_pager_color_progress #9da9a0
|
|
set -U fish_pager_color_prefix #7fbbb3
|
|
set -U fish_pager_color_completion #d3c6aa
|
|
set -U fish_pager_color_description #859289
|