mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-01 22:43:31 +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
7 lines
414 B
Bash
7 lines
414 B
Bash
# Everforest light-medium theme for zoxide
|
|
# Generated from template - do not edit manually
|
|
# Source this in your shell configuration
|
|
|
|
# Zoxide prompt integration with everforest colors
|
|
export _ZO_FZF_OPTS="--height 40% --layout=reverse --border --color=bg+:#ede6cf,bg:#f3ead3,spinner:#83c092,hl:#dbbc7f,fg:#5c6a72,header:#7fbbb3,info:#d699b6,pointer:#a7c080,marker:#e67e80,fg+:#5c6a72,prompt:#7fbbb3,hl+:#e69875"
|