Replace ghostty with foot

- Also add some extra color configuration to starship and tmux
This commit is contained in:
Sravan Balaji
2025-01-05 22:26:46 -05:00
parent 2f051a50de
commit 98648bbedd
10 changed files with 725 additions and 67 deletions

View File

@@ -33,6 +33,21 @@ set -g @plugin 'dracula/tmux'
set -g @plugin 'dracula/tmux'
set -g @dracula-colors "
# Dracula Color Pallette
white='#f8f8f2'
gray='#44475a'
dark_gray='#282a36'
light_purple='#bd93f9'
dark_purple='#6272a4'
cyan='#8be9fd'
green='#50fa7b'
orange='#ffb86c'
red='#ff5555'
pink='#ff79c6'
yellow='#f1fa8c'
"
set -g @dracula-plugins "git cpu-usage ram-usage battery time"
set -g @dracula-show-powerline true