stylix icon indicating copy to clipboard operation
stylix copied to clipboard

palette: add option to allow swapping colorscheme generator logic

Open lucasew opened this issue 1 month ago • 5 comments

I am looking to experiment with extracting colors and working with them in the oklch color space so I could get more consistent colors and with better contrast. The first step in my vision is to allow this project to let me replace the palette generator logic and this PR has the objective to allow me that.


lucasew avatar Oct 31 '25 19:10 lucasew

I am going to rebase from stable so I can test in my current system.

lucasew avatar Oct 31 '25 19:10 lucasew

MHAHAHAHAAH it works image

lucasew avatar Oct 31 '25 20:10 lucasew

Basically I copied over the example code using a hardcoded color to my config setup, built my config then in the config generated there is the etc folder where it generates the html with the colorscheme. It changed the colors.

lucasew avatar Oct 31 '25 20:10 lucasew

Actually I didn't worked much on this front of work. But the script would basically convert oklch colors to RGB to apply in apps.

lucasew avatar Nov 19 '25 15:11 lucasew

I'd like to merge #892 first

0xda157 avatar Nov 21 '25 04:11 0xda157