MCPcopy Index your code
hub / github.com/darkreader/darkreader / modifyShadowColor

Function modifyShadowColor

src/inject/dynamic-theme/modify-colors.ts:314–316  ·  view source on GitHub ↗
(rgb: RGBA, theme: Theme)

Source from the content-addressed store, hash-verified

312}
313
314export function modifyShadowColor(rgb: RGBA, theme: Theme): string {
315 return modifyBackgroundColor(rgb, theme);
316}
317
318export function modifyGradientColor(rgb: RGBA, theme: Theme): string {
319 return modifyBackgroundColor(rgb, theme);

Callers 1

Calls 1

modifyBackgroundColorFunction · 0.85

Tested by

no test coverage detected