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.
This is a follow up as per this comment. There proved to be much more differences than I anticipated. Probably because palette changed several times.
Details:
comment
: - #787B8099 is a color for "light" style. - It corresponds to rgba(120, 123, 128, 0.6). - Mixing it with rgb(248, 249, 250) for light background (#F8F9FA) gives the rgb(1200.6+2480.4, 1230.6+2490.4, 1280.6+2500.4), which is rgb(171.2, 173.4, 176.8) = rgb(171, 173, 177) = #ABADB1Notes:
Reference:
Raw 'colors.svg' used for this (somewhat big)
Lua script used to convert #RRGGBBAA to #RRGGBB