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.
27 lines
477 B
27 lines
477 B
# 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
|
|
|