diff options
author | awy <awy@awy.one> | 2025-08-07 00:10:51 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-07 00:10:51 +0300 |
commit | d723ecbd5a4260da7d798f67411c6afbaaf3fcc7 (patch) | |
tree | ff378cb6a4a98b7ca77f1110130d17549ac23668 | |
parent | aa66d37bae6c487f599e45183ea8f8fa1fd69a8e (diff) | |
download | hyprdots-d723ecbd5a4260da7d798f67411c6afbaaf3fcc7.tar.gz |
bat gruvbox
-rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index cafd11b..37298a3 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -82,7 +82,7 @@ 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="Dracula" +export BAT_THEME="gruvbox-dark" [ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1 |