catppuccin / iterm

🍭 Soothing pastel theme for iTerm2
MIT License
642 stars 61 forks source link

colors do not align with with current catppuccin palette #21

Closed alexdauenhauer closed 2 months ago

alexdauenhauer commented 3 months ago

https://github.com/catppuccin/iterm/pull/20

related PR that I closed. Not sure why, but the colors are not correct. When I import the hex values are not aligned with the correct hex values

MatthiasPortzel commented 2 months ago

This is because the Apple color selector is displaying P3 colors by default. P3 is a color profile created by Apple that supports more colors than sRGB which is “normal” (what the catppuccin repo lists the hex codes as). You should see a little “P3” to the left of the hex code box. If you click the icon that looks like a sheet of paper under the hex box to open the pop-out color selector, go to the RGB sliders, and click the 3 dots in the top right, you can choose the color profile and set it back to sRGB.

Thanks for checking because this color profile stuff is confusing and it’s possible that we or iTerm messed it but I think it’s currently correct.

alexdauenhauer commented 2 months ago

oh wow I had no idea! thanks for the info!