[Custom themes] Let's make it possible to set the Terrastories color scheme for a community in Theme #755
rudokemper
started this conversation in
Temporarily Archived Tickets
Replies: 2 comments
-
I would like to work on this if its still up for grabs ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@everly-gif You got it :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
Now that we have a Theme model in Rails, let's make it possible to set the core Terrastories colors there. We can create three fields - primary color, secondary color, tertiary color - that ask for a hex code. Then, we can apply those colors to all of the areas where we are currently using branded colors. (For example, the orange, green and dark blue in the screenshow below.)
Acceptance criteria:
[] Admin user logs into Terrastories and accesses the Theme menu.
[] Add hex codes for primary and secondary color fields.
[] These colors are now applied to all places where we are using the standard Terrastories orange (
$orange
), green ($teal
) and dark blue ($blue
).Assets
Please link or attach any required assets, mocks, or copy
Beta Was this translation helpful? Give feedback.
All reactions