MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / applyPreset

Function applyPreset

frontend/src/ts/controllers/theme-controller.ts:21–23  ·  view source on GitHub ↗
(name: ThemeName)

Source from the content-addressed store, hash-verified

19let randomThemeIndex = 0;
20
21export function applyPreset(name: ThemeName): void {
22 void apply(name);
23}
24
25export function convertCustomColorsToTheme(colors: CustomThemeColors): Theme {
26 return {

Callers

nothing calls this directly

Calls 1

applyFunction · 0.70

Tested by

no test coverage detected