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

Function tryModifyBorderColor

src/inject/dynamic-theme/variables.ts:850–852  ·  view source on GitHub ↗
(color: string, theme: Theme)

Source from the content-addressed store, hash-verified

848}
849
850function tryModifyBorderColor(color: string, theme: Theme) {
851 return handleRawColorValue(color, theme, modifyBorderColor);
852}
853
854function insertVarValues(source: string, varValues: Map<string, string>, fullStack = new Set<string>()) {
855 let containsUnresolvedVar = false;

Callers 2

putRootVarsMethod · 0.85

Calls 1

handleRawColorValueFunction · 0.85

Tested by

no test coverage detected