Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Generate color scheme from image/hex code #52

Open
DimitrisMilonopoulos opened this issue May 28, 2023 · 3 comments
Open

Generate color scheme from image/hex code #52

DimitrisMilonopoulos opened this issue May 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@DimitrisMilonopoulos
Copy link

I want to create some dynamic themes based on the wallpaper, and I would like to know where the theme configurations are saved locally so I can adjust them!

Thank you!

@Tetrax-10
Copy link
Owner

Nord gets a cover art's prominent color from Spotify's API like it just gives a single hex code. From that hex code I will generate the color palatte using chroma.js. You can see the src code here.

I have a plan to make a feature that generates a color palatte from a single hex code that will be taken from users. So you just need to input your wallpaper's prominent color and it will do the rest.

@Tetrax-10 Tetrax-10 changed the title Where are the custom themes saved? Generate color scheme from image/hex code May 28, 2023
@Tetrax-10 Tetrax-10 added the enhancement New feature or request label May 28, 2023
@DimitrisMilonopoulos
Copy link
Author

Is it possible to also use a file like color.ini to add more themes? Already have the code to generate the colors, so I was wondering if it is possible to inject colors the way it is done for most of the other themes.

Love your work btw, one of the most impressive themes so far!

@Tetrax-10
Copy link
Owner

Is it possible to also use a file like color.ini to add more themes? Already have the code to generate the colors, so I was wondering if it is possible to inject colors the way it is done for most of the other themes.

Unfortunately no, but you can just edit/create your own color scheme from Nord settings.

image

image

Love your work btw, one of the most impressive themes so far!

Thx 💖

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

No branches or pull requests

2 participants