atac 0.20.0

Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less.
# Base colors:
# Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray
# LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White
#
# Hex codes also work, e.g.  "#1a2b3c"

[ui]
font_color = "White"
# This can be null to preserve original terminal background
# app_background = "Black"

main_foreground_color = "White"
secondary_foreground_color = "DarkGray"

main_background_color = "DarkGray"
secondary_background_color = "#323232"

[others]
selection_highlight_color = "Yellow"
environment_variable_highlight_color = "Cyan"

[methods]
GET = "Green"
POST = "Yellow"
PUT = "LightBlue"
PATCH = "LightCyan"
DELETE = "LightRed"
OPTIONS = "Magenta"
HEAD = "Green"
TRACE = "Yellow"
CONNECT = "LightBlue"