have a question about color. Did you put thought into using that blue?
The current GitWorkshop color palette is as follows:
```json
{
"color-scheme": "dark",
"primary": "#ff79c6",
"secondary": "#bd93f9",
"accent": "#ffb86c",
"neutral": "#414558",
"base-100": "#282a36",
"base-content": "#f8f8f2",
"info": "#8be9fd",
"success": "#50fa7b",
"warning": "#f1fa8c",
"error": "#ff5555",
"nostr-purple": "#9333ea"
}
```
It is a color palette from the DaisyUI Dracula theme, with the standard DaisyUI purple.
What do you think about using purple as the logo color to bring in Nostr connotations?
For ngit, did you take the red from the Git logo? Perhaps that red doesn't sit nicely on my current color palette.
https://cdn.satellite.earth/b27a7765e246a00be1e8b2318122769753938e5bf455761c6183bb22107d947c.png
That "secondary" purple doesn't contrast well with both black and white (like nearly all of those DaisyUI colours btw). Would need to darken it then (on the right).
the darkened secondary color is nice. It is still quite a blue purple.
I've been using #9333ea for purple, which is a similar contrast but much less blue. Maybe it is a bit inconsistent?
Do you think the fact that it doesn't work well on black / white is a problem? The logo needs to work well on black and white. I suppose it would be nice for screenshots to work well on black and white too.
The background colors used in gitworkshop.dev is part of the charm of the current design aesthetic. Maybe it time for the color scheme to mature a bit.
I'll send you files later today in various colours (as well as SVG's that you can play with).
Thanks. Are you happy to contribute them under the MIT license?
Do you have a profile for gitworkshop?