Created
September 13, 2018 00:55
-
-
Save friedkeenan/14dec59d01410a7fcf40a324be70efcf to your computer and use it in GitHub Desktop.
Example Homebrew Menu Theme for the Nintendo Switch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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