From 3aefbf332bf17055867f0443c9aab546e73fee3a Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 14 Feb 2021 12:01:56 -0500 Subject: [PATCH] increase plot color intensity --- op25/gr-op25_repeater/apps/plot-colors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op25/gr-op25_repeater/apps/plot-colors.json b/op25/gr-op25_repeater/apps/plot-colors.json index 088f0a2..dca2dd0 100644 --- a/op25/gr-op25_repeater/apps/plot-colors.json +++ b/op25/gr-op25_repeater/apps/plot-colors.json @@ -2,6 +2,6 @@ "label_color": "#ffffff", "tic_color": "#cccccc", "border_color": "#cccccc", - "plot_color": "#008000", + "plot_color": "#00a000", "background_color": "#000000" }