Skip to content

Instantly share code, notes, and snippets.

@friedkeenan
Created September 13, 2018 00:55
Show Gist options
  • Save friedkeenan/14dec59d01410a7fcf40a324be70efcf to your computer and use it in GitHub Desktop.
Save friedkeenan/14dec59d01410a7fcf40a324be70efcf to your computer and use it in GitHub Desktop.
Example Homebrew Menu Theme for the Nintendo Switch
lightTheme={
textColor=(0,0,0,255);
frontWaveColor=(255,102,204,255);
middleWaveColor=(255,51,153,255);
backWaveColor=(204,0,153,255);
backgroundColor=(233,236,241,255);
highlightColor=(255,77,166,255);
separatorColor=(128,0,128,255);
enableWaveBlending=0;
buttonAText="";
buttonBText="";
};
darkTheme={
textColor=(255,255,255,255);
frontWaveColor=(255,51,153,255);
middleWaveColor=(255,102,204,255);
backWaveColor=(204,0,153,255);
backgroundColor=(0,0,0,255);
highlightColor=(255,77,166,255);
separatorColor=(255,255,255,255);
enableWaveBlending=0;
buttonAText="";
buttonBText="";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment