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
299 B
Fish
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"
|