Files
everforest-resources/cli/fzf/everforest-dark-hard.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
296 B
Fish

# Everforest dark-hard theme
# Generated from template - do not edit manually
set -gx FZF_DEFAULT_OPTS " \
--color=bg+:#323c41,bg:#2b3339,spinner:#83c092,hl:#a7c080 \
--color=fg:#d3c6aa,header:#a7c080,info:#dbbc7f,pointer:#83c092 \
--color=marker:#83c092,fg+:#d3c6aa,prompt:#dbbc7f,hl+:#a7c080"