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
8 lines
298 B
Fish
8 lines
298 B
Fish
# Everforest dark-medium theme
|
|
# Generated from template - do not edit manually
|
|
|
|
set -gx FZF_DEFAULT_OPTS " \
|
|
--color=bg+:#374247,bg:#2f383e,spinner:#83c092,hl:#a7c080 \
|
|
--color=fg:#d3c6aa,header:#a7c080,info:#dbbc7f,pointer:#83c092 \
|
|
--color=marker:#83c092,fg+:#d3c6aa,prompt:#dbbc7f,hl+:#a7c080"
|