Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darkreader/darkreader
/ modifyGradientColor
Function
modifyGradientColor
src/inject/dynamic-theme/modify-colors.ts:318–320 ·
view source on GitHub ↗
(rgb: RGBA, theme: Theme)
Source
from the content-addressed store, hash-verified
316
}
317
318
export
function
modifyGradientColor(rgb: RGBA, theme: Theme): string {
319
return
modifyBackgroundColor(rgb, theme);
320
}
Callers
1
getGradientModifier
Function · 0.90
Calls
1
modifyBackgroundColor
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…