-
Some folks signaled interest before in making divergent color schemes with something like Excel `red - green` style. Add support.
Also, may need support negative values in map.
-
Going forward I'd love to see the light/dark toggle replaced by a color scheme selection. This enables other people to contribute the favorite color scheme and help to improve the GraphQL Playground!
-
It might be useful to allow the user to use their preferred color scheme for the plots (particularly in hierarchical clustering, where the default R scheme is used). Also, I don't know that viridis is…
-
-
A config file with color schemes would be nice
-
Currently the color scheme of m&m is linked to your org choice. Changing the colour scheme has mechanical side effects. Divorce color scheme from org choice.
(would have to adjust getDefaultColour)
-
Add support color schemes.
-
Now that the theme is properly based on scss `!default` and ships only a combined `.css` file, color schemes will be easy to do
-
Now the coloring is simple like this.
```
double colorRatio = (1 - (double)iter / MAX_ITER);
colors[i][j] = *(struct Color*) malloc(sizeof(struct Color));
colors[i][j].R = 255 * 1.15 * colorRatio;
co…
elekt updated
8 years ago
-
## Motivation
As [foreshadowed in 2018](https://css-tricks.com/dark-modes-with-css/), dark mode has taken over the web, Not only does it create a new aesthetic twist for websites, but it also serve…