ports/misc/grc/files/colourfiles/conf.vnstat
Fernando Apesteguía 181d184e50 misc/grc: Update to 1.13 and added some FreeBSD command colorization
ChangeLog: https://github.com/garabik/grc/

 * do not automatically create command aliases, unless explicitly specified
   (for bash)
 * several minor improvements

PR:	264401
Reported by:	sec.research.2005@gmail.com
Approved by:	walter@lifeforms.nl (maintainer, timeout > 2 weeks)
2022-06-16 07:40:05 +02:00

23 lines
409 B
Text

# Interface Name
regexp=^\s([-\w]+):
colors=default,bright_green
======
# Dates
regexp=(\d{4}-\d{2}(?:-\d{2})?)
colors=unchanged,bright_magenta
======
# Numbers
regexp=(\d+\.\d+)
colors=unchanged,bright_cyan
======
# MiB
regexp=(MiB)
colors=unchanged,bright_yellow
======
# MiB
regexp=(GiB)
colors=unchanged,bright_red
======
# No data
regexp=(Not enough data available yet)
colors=unchanged,"\033[38;5;242m"