We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c0a95 commit 99ff5b1Copy full SHA for 99ff5b1
config/theme.go
@@ -153,7 +153,7 @@ var DarkNeonTheme = Theme{
153
{Threshold: 50, Colour: "#FF0055"},
154
{Threshold: 20, Colour: "#FF00AA"},
155
{Threshold: 10, Colour: "#AA00FF"},
156
- {Threshold: 0, Colour: "#2200FF"},
+ {Threshold: 0, Colour: "#6600FF"},
157
},
158
QuantTypes: []QuantRange{
159
{Level: "IQ1", Colour: "#FF5577"}, // Lighter bright neon red
@@ -257,7 +257,7 @@ var LightTheme = Theme{
257
258
259
260
261
262
263
{Level: "IQ1", Colour: "#FF0055"},
0 commit comments