pingcolor 0.1.3

Colored ping output utility that supports multiplatform (Windows, Linux, macOS) with color configuration via TOML file.
# Windows specific colors

reply = "#00FFFF"

timeout = "#FFFF00"

unreachable_fg = "#FFFFFF"

unreachable_bg = "#FF0000"

from = "#FF557F"

ip_fg = "#FFFFFF"

ip_bg = "#00007F"

bytes = "#AA55FF"

time = "#AAAA00"

time_value_fg = "#FFFFFF"

time_value_bg = "#AA00FF"

ms = "#FFAA7F"

ttl = "#55AAFF"

ttl_value_fg = "#FFFFFF"

ttl_value_bg = "#005500"



# Linux/Mac specific

icmp_seq = "#00FFAA"

transmitted = "#AAFFAA"

received = "#AAFFAA"

packet_loss = "#FFAA55"

statistics = "#55AAFF"

ping_statistics = "#55AAFF"



# Random colors for dynamic values (bytes, icmp_seq, etc)

random_colors = ["#FFAA00", "#0055FF", "#AAFFFF"]



# Generic

equals = "#777777"

general_text = "#CCCCCC"