mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2026-04-18 05:08:10 -04:00
Custom themes for Sniffnet
Custom theme file structure:
# all colors are in RGB/RGBA hexadecimal.
primary = "#303446" # background color
secondary = "#a6d189" # header, footer, and incoming connections color
outgoing = "#f4b8e4" # outgoing connections color
text_body = "#c6d0f5" # body text color
text_headers = "#232634" # header and footer text color
starred = "#e5c890" # favorites' star color
For more information, refer to the Custom themes page in the wiki.