gitwig 2.2.1

a rust based tui, an alternative to sourcetree and gitui
# Gitwig Default Theme Configuration File

# Accent color for selections, focus borders, active tabs.
# Options: "black", "red", "green", "yellow", "blue", "magenta", "cyan", "gray",
#          "darkgray", "lightred", "lightgreen", "lightyellow", "lightblue", 
#          "lightmagenta", "lightcyan", "white"
accent = "cyan"

# Warning color for edit state, modified status badges, etc.
warning = "yellow"

# Danger color for delete prompts, conflict status badges, removed lines, etc.
danger = "red"

# Success color for committed badges, added lines, amend checkboxes, etc.
success = "green"

# Block border style. Options: "plain", "rounded", "double", "thick"
border_type = "rounded"