mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
* feat: switch to biome, apply formatting, shellcheck * chore: apply cr comments * chore: few config tweaks, shellcheck hook now py-based * chore: lint fixes and pr comments * chore(lint): megalinter, and other fixes Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
9 lines
317 B
Bash
9 lines
317 B
Bash
# shellcheck shell=bash
|
|
# Everforest theme for fzf
|
|
# Generated from template - do not edit manually
|
|
|
|
export 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"
|