Skip to content

Commit 99ff5b1

Browse files
committed
minor updates
1 parent d4c0a95 commit 99ff5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/theme.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ var DarkNeonTheme = Theme{
153153
{Threshold: 50, Colour: "#FF0055"},
154154
{Threshold: 20, Colour: "#FF00AA"},
155155
{Threshold: 10, Colour: "#AA00FF"},
156-
{Threshold: 0, Colour: "#2200FF"},
156+
{Threshold: 0, Colour: "#6600FF"},
157157
},
158158
QuantTypes: []QuantRange{
159159
{Level: "IQ1", Colour: "#FF5577"}, // Lighter bright neon red
@@ -257,7 +257,7 @@ var LightTheme = Theme{
257257
{Threshold: 50, Colour: "#FF0055"},
258258
{Threshold: 20, Colour: "#FF00AA"},
259259
{Threshold: 10, Colour: "#AA00FF"},
260-
{Threshold: 0, Colour: "#2200FF"},
260+
{Threshold: 0, Colour: "#6600FF"},
261261
},
262262
QuantTypes: []QuantRange{
263263
{Level: "IQ1", Colour: "#FF0055"},

0 commit comments

Comments
 (0)