mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
- 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
25 lines
816 B
Fish
25 lines
816 B
Fish
# Everforest light-medium theme for fish shell
|
|
# Generated from template - do not edit manually
|
|
|
|
# Set fish colors
|
|
set -U fish_color_normal #5c6a72
|
|
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 #5c6a72
|
|
set -U fish_color_comment #a6b0a0
|
|
set -U fish_color_selection --background=#ede6cf
|
|
set -U fish_color_search_match --background=#ede6cf
|
|
set -U fish_color_operator #a7c080
|
|
set -U fish_color_escape #d699b6
|
|
set -U fish_color_autosuggestion #b3c0b0
|
|
|
|
# Set fish pager colors
|
|
set -U fish_pager_color_progress #c0cdb8
|
|
set -U fish_pager_color_prefix #7fbbb3
|
|
set -U fish_pager_color_completion #5c6a72
|
|
set -U fish_pager_color_description #b3c0b0
|