aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile12
1 files changed, 4 insertions, 8 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 6234bba..44f3bc4 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -78,15 +78,11 @@ export __GLX_VENDOR_LIBRARY_NAME=nvidia
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=\
-"--layout=reverse --height 40% \
---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"
-export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
+export SKIM_DEFAULT_OPTIONS="$SKIM_DEFAULT_OPTIONS \
+--color=fg:#cdd6f4,bg:#1e1e2e,matched:#313244,matched_bg:#f2cdcd,current:#cdd6f4,current_bg:#45475a,current_match:#1e1e2e,current_match_bg:#f5e0dc,spinner:#a6e3a1,info:#cba6f7,prompt:#89b4fa,cursor:#f38ba8,selected:#eba0ac,header:#94e2d5,border:#6c7086"
+# export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS"
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676"
-export BAT_THEME="gruvbox-dark"
+export BAT_THEME="Dracula"
[ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1