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

Function wrapTextColorVariableName

src/inject/dynamic-theme/variables.ts:732–734  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

730}
731
732function wrapTextColorVariableName(name: string) {
733 return `--darkreader-text${name}`;
734}
735
736function wrapBorderColorVariableName(name: string) {
737 return `--darkreader-border${name}`;

Callers 2

putRootVarsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected