diff options
author | awy <awy@awy.one> | 2025-10-08 19:52:57 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-08 19:52:57 +0300 |
commit | ab2bc0f296b1f9111b2cbeb490b40ef8523e4173 (patch) | |
tree | 0ff24fd3dcf3057ba0826b14cd93237f026e4b6b | |
parent | 74c5cd840691c71665af3c7cd38e7008fa538a96 (diff) | |
download | hyprdots-ab2bc0f296b1f9111b2cbeb490b40ef8523e4173.tar.gz |
fzf
-rw-r--r-- | .config/shell/profile | 15 |
1 files 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 |