Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: output as ".sh" file #115

Open
Florine0928 opened this issue Oct 26, 2024 · 3 comments
Open

Suggestion: output as ".sh" file #115

Florine0928 opened this issue Oct 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Florine0928
Copy link

like:
backround=
foreground=
color1=
color2=
...

@InioX
Copy link
Owner

InioX commented Oct 27, 2024

Do you mean something like a json output but as a .sh file?

@Florine0928
Copy link
Author

yeah

@InioX InioX added the enhancement New feature or request label Nov 3, 2024
@0x15BA88FF
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants