2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/conf.free
2016-05-14 00:33:44 -05:00

28 lines
355 B
Plaintext

# Size 'K'
regexp=\s\d*[.,]?\dKi?
colours=green
======
# Size 'M'
regexp=\s\d*[.,]?\dMi?
colours=yellow
======
# Size 'G'
regexp=\s\d*[.,]?\dGi?
colours=red
======
# Size 'T'
regexp=\s\d*[.,]?\dTi?
colours=bold red
======
# Mem
regexp=^Mem
colours=bold cyan
======
# Swap
regexp=^Swap
colours=bold magenta
======
# Zero
regexp=\s+0\w?(\s|$)
colours=green