在哪里可以找到深琥珀色主题?

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.

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"

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. :slight_smile:

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.

你好,如何复制默认的“Light”主题以创建新主题,然后将“Amber grey”配色方案应用到这个新创建的主题?谢谢

我认为这是最佳做法。我刚试过,确实有效。

  1. 进入 管理后台 → 主题 → Light
  2. 在底部选择 EXPORT(导出)
  3. 选择 INSTALL(安装)并选择刚才导出的文件
  4. 安装完成后,在可用主题列表中选择它,为其重命名以避免混淆,然后选择 color palette(颜色调色板),再选择 grey amber(灰琥珀色)

谢谢,效果很好。