I ask because I maintain a VS code theme based on Pop OS and I'd like to support the new cosmic theme in addition to the older ones. https://codeberg.org/ArtisanByteCrafter/VSCodePopTheme
4 replies
They have the RGB values as decimals in the
light.ronanddark.ronfiles 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!