Add Additional Accent Colours to Theme. #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there exists only:
--accent-blue--accent-green--accent-pink--accent-purpleBut the Quick Links panel is configured for five.
Also, currently, as of
c0b98a1f1dthis leads to some issues with where the eye is drawn around the menu. The Issue Reporting Quick Link uses--accent-pinkas does all of the chunk of text above it. Thus, your eyes are drawn to see this:In an effort to fix this and lend some more flexibility into future theming endeavors, the theme should include some additional accents.
Proposed colours include:
Looking into adding colours, Indigo is very difficult to add. Ultimately, it becomes too close with Purple once brought in line with the lightness and saturation of the other accent colours. Magenta can probably be made more distinct to salvage it beside pink. That will mostly be to have a pink that's clear or distinguishable from the block of pink for the nav menu.
In order during testing:
Note: Purple is modified from original to try to make it distinguishable.
Indigo, Purple, Magenta, Pink
I may have salvaged them all.
I'm going to add all of these colours. I have slightly modified
--accent-greento make it appear more in line with the other colours.--accent-pinkis being left as is since it functions well for the nav menu. I may choose to shift it to a different identifier since--accent-magentawill likely get used more frequently to distinguish icons from site navigation elements.Doing touch ups for the commit; Indigo isn't distinguishable.
I'll leave it for now, but I may choose to remove it or purple later.
Completed in
9995094d66.