#Modify colors in dark theme

1 messages · Page 1 of 1 (latest)

sleek jolt
#

Hello,

I found out that default graph colors in dark theme are too similar, there are too many greens which are close to each other. I found out that I can modify them by creating a theme and specifying "graph-color-X" values.

That seems to work fine, but the "empty theme" is apparently "light" by default. Can I do this for dark mode instead?

mytheme:
  graph-color-2: "#123456"
  graph-color-3: "#F23456"  

Thanks!