use pywal to color alacritty and vim

This commit is contained in:
2024-05-15 22:27:50 +02:00
parent ebe7002e78
commit bfda0a9e27
41 changed files with 1532 additions and 658 deletions

View File

@@ -52,7 +52,8 @@ bind p paste-buffer
# bind -t vi-copy 'y' copy-selection
# set default terminal color
set -g default-terminal "screen-256color"
set -g default-terminal "$TERM"
set -ag terminal-overrides ",$TERM:RGB"
# enable activity alerts
setw -g monitor-activity on