fix: update default frequency band colors

This commit is contained in:
2026-03-06 07:51:58 -08:00
parent 40521e769d
commit e6150e9513
7 changed files with 23 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ function parseCliArgs(argv: string[]): CliOptions {
let colorBand1 = '#ed8796';
let colorBand2 = '#f5a97f';
let colorBand3 = '#f9e2af';
let colorBand4 = '#a6e3a1';
let colorBand4 = '#8bd5ca';
let colorBand5 = '#8aadf4';
let colorKnown = '#a6da95';
let colorNPlusOne = '#c6a0f6';