Fixed black start page for all 4 Catppuccin variants. #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new specification introduced a
.figmatokens
file format that lives alongside the.creatortheme
; this PR resolves this currently open issue by simply adding a.figmatokens
file for every variant, using the defaultdark.figmatokens
as a baseline, and replacing the color values with the appropriate ones from the theme flavor.Preview
Here is how each variant currently looks like after including the
.figmatokens
files for each respective flavor.Mocha
Frappe
Macciato
Latte
Addendum
While this resolves the problem, a separate (non-issue) aesthetic enhancement could still be done by taking the official color palette from catppuccin.com and then using its variation of, for example, green, of which there only exists one value per the standard variants, and then applying the delta between the R, G, and B values of the the default green colors of, for instance, the Token_Accent colors, of which there are three shades:
And using that delta, plus or minus whatever is necessary to get it into a color range compatible with the rest of the theme's colors (as long as the +/- is applied to all three shades equally, across each R, G, and B value) in order to maintain the consistency of the shade differences, but using Catppuccin's definition of green as a base rather than the standard dark theme, or whichever other default theme's definition of green.
So it could still be improved further. Although, the important part is that the issue is resolved.