2
0
Fork 0
mirror of https://github.com/garabik/grc.git synced 2024-11-11 14:40:49 +01:00
bash-color-grc/conf.dockernetwork

23 lines
331 B
Text

# HEADERS
regexp=(?:\s|^)(NETWORK ID|NAME|DRIVER)(?:\s|$)
colours=default,underline
-
# Line
regexp=^(?!NETWORK)(\S+)\s+(\S+)
colours=default,green,bright_blue
-
# Bridge
regexp=bridge\s+$
colours=cyan
-
# host
regexp=host\s+$
colours=bright_cyan
-
# overlay
regexp=overlay\s+$
colours=magenta
-
# null
regexp=null\s+$
colours=red