eazygit 0.5.1

A fast TUI for Git with staging, conflicts, rebase, and palette-first UX
Documentation
[extend]
base = "dracula"

[palette]
fg = "#F8F8F2"
bg = "#282A36"
muted = "#6272A4"
accent = "#BD93F9"
border = "#6272A4"
border_focused = "#BD93F9"
selection_bg = "#44475A"
selection_fg = "#F8F8F2"
diff_add = "#50FA7B"
diff_remove = "#FF5555"
diff_context = "#6272A4"
diff_hunk = "#8BE9FD"
staged = "#50FA7B"
unstaged = "#FFB86C"
untracked = "#6272A4"
header = "#BD93F9"
footer = "#6272A4"
error = "#FF5555"
warning = "#FFB86C"
success = "#50FA7B"