mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +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
8 lines
303 B
Bash
8 lines
303 B
Bash
# Everforest dark-soft theme for fzf
|
|
# Generated from template - do not edit manually
|
|
|
|
export FZF_DEFAULT_OPTS=" \
|
|
--color=bg+:#3a464c,bg:#323d43,spinner:#83c092,hl:#a7c080 \
|
|
--color=fg:#d3c6aa,header:#a7c080,info:#dbbc7f,pointer:#83c092 \
|
|
--color=marker:#83c092,fg+:#d3c6aa,prompt:#dbbc7f,hl+:#a7c080"
|