I tried creating a theme by changing the gray color to "#0f1015", but when generating the colorscheme, this color is nowhere to be found. Is that supposed to be like that? Can it be changed?
{
"colors": {
"gray": {
"50": "#F0F1F4",
"100": "#D5D7E1",
"200": "#BBBECE",
"300": "#A0A4BB",
"400": "#858BA8",
"500": "#6A7195",
"600": "#555B77",
"700": "#404459",
"800": "#2B2D3B",
"900": "#15171E"
}
}
}
I tried creating a theme by changing the gray color to "#0f1015", but when generating the colorscheme, this color is nowhere to be found. Is that supposed to be like that? Can it be changed?