i think it'd be cool if the sharkey logo could automatically adapt to using the colors from the theme variables but i have no idea how i'd accomplish that
-
i think it'd be cool if the sharkey logo could automatically adapt to using the colors from the theme variables but i have no idea how i'd accomplish that
-
i think it'd be cool if the sharkey logo could automatically adapt to using the colors from the theme variables but i have no idea how i'd accomplish that
i mean i assume i could probably just replace the colors in the svg itself to use variables of the misskey theme . actually i could do that i think ? assuming i could use the existing colors as like fallback for when it doesn't exist in other cases
-
i mean i assume i could probably just replace the colors in the svg itself to use variables of the misskey theme . actually i could do that i think ? assuming i could use the existing colors as like fallback for when it doesn't exist in other cases
if my vector knowledge is correct i think i should be able to treat this like css but it appears inkscape doesn't exactly let me do this . hrm
-
if my vector knowledge is correct i think i should be able to treat this like css but it appears inkscape doesn't exactly let me do this . hrm
-
@volpeon@icy.wyvern.rip yeah , figuring this is what i want to do but i also want fallback colors for when the logo isn't being used in sharkey itself but that appears to Not Work
-
@volpeon@icy.wyvern.rip yeah , figuring this is what i want to do but i also want fallback colors for when the logo isn't being used in sharkey itself but that appears to Not Work
@sneexy You can provide a fallback color in the var declaration like this:
var(--whatever, #aabbcc)