From 0d05fb167b688c6522cf3c7c958aefa180c6f82b Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sat, 26 Jan 2019 00:04:17 +0100 Subject: [PATCH] Add Frontail configuration --- frontail.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontail.json diff --git a/frontail.json b/frontail.json new file mode 100644 index 0000000..9d4bb1f --- /dev/null +++ b/frontail.json @@ -0,0 +1,12 @@ +{ + "words": { + "ERROR": "color: #CC0C28;", + "STATUS": "color: #2F76CC;", + "DataFilter": "color: #138799", + "DataWriter": "color: #FFD400", + "DataQueue": "color: #CC578F" + }, + "lines": { + "ERROR": "font-weight: bold;" + } +} -- GitLab