this post was submitted on 12 Sep 2024
8 points (90.0% liked)
System76
353 readers
1 users here now
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They have the RGB values as decimals in the
light.ron
anddark.ron
files here: https://github.com/pop-os/libcosmic/blob/master/cosmic-theme/src/model/You would need to convert the numbers to hexadecimal manually.
I wrote a Python script to parse the data and convert into RGB values. Here are the light mode values:
Here are the dark mode values:
This is awesome, thank you for that. I'm a huge pythonista!
Perfect, thanks!