Hi all! As part of yesterday’s update debacle, I deleted the dark amber theme from my site. Now I am seeking to reinstall it but am not finding the github repo url anywhere. What am I missing? Has it been renamed or taken offline?
The closest I can get to it is Color Scheme Contest: Winners! where there is a link to preview it, but there is no github URL that I can find.
1 Like
It’s a color scheme and not a full theme, it’s selected in the wizard step at /wizard/steps/colors
. The theme should be created again when the wizard is re-run, but it would also set it to the site default.
You can recreate it manually using these colors:
"primary": "d9d9d9",
"secondary": "3d4147",
"tertiary": "fdd459",
"quaternary": "fdd459",
"header_background": "36393e",
"header_primary": "d9d9d9",
"highlight": "fdd459",
"danger": "e45735",
"success": "fdd459",
"love": "fdd459"
7 Likes
Thanks, Kris! Is this the same as choosing grey amber when editing a theme? I guess I am still coming to grips with this functionality - haven’t had to mess with this in a while.
5 Likes
Yes, that’s the same. So you could apply the Grey Amber colors to any existing theme, or create a new theme and use that as the color scheme.
5 Likes
Hi, how do I duplicate the default “Light” theme to make a new theme, and then apply the “Amber grey” color palette to this newly created theme? Thanks
1 Like
I think this is the best way to do it. I just tried it and it worked.
- Go to admin → themes → light
- select
EXPORT
at bottom
- select
INSTALL
and choose file you just exported
- once installed, select it on the list of available themes, give it a new name so you don’t get confused, then select
color palette
and then grey amber
4 Likes