(name: string)
| 726 | } |
| 727 | |
| 728 | function wrapBgColorVariableName(name: string) { |
| 729 | return `--darkreader-bg${name}`; |
| 730 | } |
| 731 | |
| 732 | function wrapTextColorVariableName(name: string) { |
| 733 | return `--darkreader-text${name}`; |
no outgoing calls
no test coverage detected