From ab2bc0f296b1f9111b2cbeb490b40ef8523e4173 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 8 Oct 2025 19:52:57 +0300 Subject: fzf --- .config/shell/profile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.config/shell/profile b/.config/shell/profile index e01586f..1e05161 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -80,16 +80,11 @@ export MOZ_DISABLE_RDD_SANDBOX=1 # For HW in Firefox on nvidia gpu export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ ---color=fg:#D3C6AA:regular ---color=fg+:#2D353B:regular ---color=hl:#A7C080:bold ---color=hl+:#2D353B:bold ---color=bg+:#A7C080 ---color=gutter:-1 ---color=prompt:#3D484D ---color=pointer:#A7C080 ---color=scrollbar:#7A8478 ---color=preview-label:#859289 +--color=bg+:#313244,bg:-1,spinner:#F5E0DC,hl:#F38BA8 \ +--color=fg:#CDD6F4,header:#F38BA8,info:#CBA6F7,pointer:#F5E0DC \ +--color=marker:#B4BEFE,fg+:#CDD6F4,prompt:#CBA6F7,hl+:#F38BA8 \ +--color=selected-bg:#45475A \ +--color=border:#6C7086,label:#CDD6F4 --cycle --scroll-off=8 --tabstop=4 -- cgit v1.2.3