diff options
| author | awy <awy@awy.one> | 2025-11-15 19:39:01 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-15 19:39:01 +0300 |
| commit | 996f3ade574e044784489c8001710e032b2aabca (patch) | |
| tree | f45134ddd6b06a826ed659eda1f8655b22461901 | |
| parent | 737d30970553d8b13a149349a3d80bb81dce74cf (diff) | |
| download | mangoslice-996f3ade574e044784489c8001710e032b2aabca.tar.gz | |
fzf gruvbox
| -rw-r--r-- | .config/shell/profile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 9f8f252..08efdaf 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -82,10 +82,8 @@ export ELECTRON_OZONE_PLATFORM_HINT=auto # Electron fix export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 # Disables decorations for QT applications export __GL_THREADED_OPTIMIZATIONS=0 # fixes minecraft wayland export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ ---color=fg:#e5e9f0,bg:-1,hl:#81a1c1 ---color=fg+:#e5e9f0,bg+:#3b4252,hl+:#81a1c1 ---color=info:#eacb8a,prompt:#bf6069,pointer:#b48dac ---color=marker:#a3be8b,spinner:#b48dac,header:#a3be8b +--color fg:#ebdbb2,bg:#282828,hl:#fabd2f,fg+:#ebdbb2,bg+:#3c3836,hl+:#fabd2f \ +--color info:#83a598,prompt:#bdae93,spinner:#fabd2f,pointer:#83a598,marker:#fe8019,header:#665c54 \ --cycle --scroll-off=8 --tabstop=4 |