daltonmenezes / aura-theme

✨ A beautiful dark theme for your favorite apps.
MIT License
3.21k stars 152 forks source link

accent20 has wrong HEX code #157

Closed ssebastianoo closed 2 years ago

ssebastianoo commented 2 years ago

It currently is #3d375e7f but it should be #3d375e.

Those two final characters are making the color becoming gray.

https://github.com/daltonmenezes/aura-theme/blob/main/packages/color-palettes/README.md?plain=1#L70=

ssebastianoo commented 2 years ago

background-color: #3d375e7f

image

background-color: #3d375e

image

daltonmenezes commented 2 years ago

Hi @ssebastianoo , accent20 is right, it's a hex with opacity as you can notice in the following image from Chrome, and it should be used in text selections for example. Hex with opacity is not supported by all apps in that case you can try the RGBA version: 61,55,94,0.5

Captura de Tela 2022-06-23 às 16 08 14

ssebastianoo commented 2 years ago

Oh ok thanks, sorry