matugen
matugen copied to clipboard
Suggestion: output as ".sh" file
like: backround= foreground= color1= color2= ...
Do you mean something like a json output but as a .sh file?
yeah
@furiousman59 Hello,
I'm not sure if i completely understand your issues but if it is about generating a script.sh color scheme from a template you can use the template config here's mine:
cursor="{{colors.on_surface.default.hex}}"
background="{{colors.surface.default.hex}}"
foreground="{{colors.on_surface.default.hex}}"
color8="#262626"
color0="#4c4c4c"
color1="#ac8a8c"
color9="#c49ea0"
color2="#8aac8b"
color10="#9ec49f"
color3="#aca98a"
color11="#c4c19e"
color4="#8f8aac"
color12="#a39ec4"
color5="#ac8aac"
color13="#c49ec4"
color6="#8aacab"
color14="#9ec3c4"
color15="#e7e7e7"
color7="#f0f0f0"
https://github.com/InioX/matugen/tree/main/example has an example for blending colors.