Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add opacity applied colors of background chromatics to palette #16

Closed
wants to merge 7 commits into from
Closed

Add opacity applied colors of background chromatics to palette #16

wants to merge 7 commits into from

Conversation

0xd3e
Copy link
Contributor

@0xd3e 0xd3e commented Nov 5, 2022

This PR adds the background chromatics with the opacity levels 0.75, 0.5, 0.25 and 0.125 to the palette so that they can be used for applications that do not support alpha blending such as Vim.

Please note that the colors are not directly added to the JSON files, but added by lunarize.py during runtime.

The colors are named after the original color with the suffix /<opacity>. For example bgRed/0.25.

In addition to that one Markdown file was added per palette that lists all available color names and their HEX RGB value to make it easier to develop themes for new applications. These files are linked to the also created development section in the README.

Fixes #6

@0xd3e 0xd3e closed this by deleting the head repository Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add colors for the background chromatics at different opacity levels to JSON files
1 participant