You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
477 B
28 lines
477 B
4 years ago
|
# DEV
|
||
|
regexp=dev\s(\S+)
|
||
|
colours=default,cyan
|
||
|
=====
|
||
|
# Gateway
|
||
|
regexp=(via)\s(\S+)\s
|
||
|
colours=default,yellow,bold yellow
|
||
|
=====
|
||
|
# Network
|
||
|
regexp=^(default|[^ \/]+(\/(\d+))?)
|
||
|
colours=green,bright_green,default,green
|
||
|
=====
|
||
|
# Network DEFAULT
|
||
|
regexp=^default
|
||
|
colours=on_green bold white
|
||
|
=====
|
||
|
# Local
|
||
|
regexp=(src)\s(\S+)\s?
|
||
|
colours=default,magenta,bold magenta
|
||
|
=====
|
||
|
# proto
|
||
|
regexp=(proto)\s(\S+)\s
|
||
|
colours=default,default,dark yellow
|
||
|
=====
|
||
|
# linkdown
|
||
|
regexp=linkdown
|
||
|
colours=bold red
|