Files
everforest-resources/cli/fzf/everforest-light-medium.fish
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

8 lines
299 B
Fish

# Everforest light-medium theme
# Generated from template - do not edit manually
set -gx FZF_DEFAULT_OPTS " \
--color=bg+:#ede6cf,bg:#f3ead3,spinner:#83c092,hl:#a7c080 \
--color=fg:#5c6a72,header:#a7c080,info:#dbbc7f,pointer:#83c092 \
--color=marker:#83c092,fg+:#5c6a72,prompt:#dbbc7f,hl+:#a7c080"