Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested variables in themes #703

Merged
merged 1 commit into from Nov 15, 2020
Merged

Conversation

tomaz82
Copy link
Collaborator

@tomaz82 tomaz82 commented Nov 14, 2020

Allows nested variables in themes

<variables>
	<colorRed>8b0000</colorRed>
	<themeColor>${colorRed}</themeColor>
	<themeArtFolder>./art</themeArtFolder>
	<themeFont>${themeArtFolder}/Cabin-Bold.ttf</themeFont>
</variables>

<variables>
	<colorRed>8b0000</colorRed>
	<themeColor>${colorRed}</themeColor>
	<themeArtFolder>./art</themeArtFolder>
	<themeFont>${themeArtFolder}/Cabin-Bold.ttf</themeFont>
</variables>
@tomaz82 tomaz82 changed the title Allow nested variables in themes WIP: Theme enhancements Nov 15, 2020
@tomaz82 tomaz82 force-pushed the nested_theme_variables branch 2 times, most recently from a0021d0 to 617feb0 Compare November 15, 2020 19:33
@tomaz82 tomaz82 changed the title WIP: Theme enhancements Nested variables in themes Nov 15, 2020
@tomaz82 tomaz82 merged commit f34eaa3 into RetroPie:master Nov 15, 2020
@tomaz82 tomaz82 deleted the nested_theme_variables branch November 15, 2020 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant