# Onde posso encontrar o tema âmbar escuro?

**URL:** https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319
**Category:** Support
**Created:** [21 Maio , 2019 16:38 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319 "2019-05-21T16:38:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [21 Maio , 2019 16:38 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/1 "2019-05-21T16:38:47Z")

</div>

Hi all! As part of yesterday’s [update debacle](https://meta.discourse.org/t/contains-dtoc-in-grey-amber-theme-header/118238/7), 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!](https://meta.discourse.org/t/color-scheme-contest-winners/91533) where there is a link to preview it, but there is no github URL that I can find.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [21 Maio , 2019 17:13 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/2 "2019-05-21T17:13:51Z")

</div>

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:

```json
"primary": "d9d9d9",
"secondary": "3d4147",
"tertiary": "fdd459",
"quaternary": "fdd459",
"header_background": "36393e",
"header_primary": "d9d9d9",
"highlight": "fdd459",
"danger": "e45735",
"success": "fdd459",
"love": "fdd459"

```

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [21 Maio , 2019 17:16 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/3 "2019-05-21T17:16:44Z")

</div>

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. 🙂

 ![35%20AM](https://global.discourse-cdn.com/meta/original/3X/0/b/0bd98d26217d2c50ee4483df6bbe686995e822de.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [21 Maio , 2019 17:19 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/4 "2019-05-21T17:19:18Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![patrickemin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/patrickemin/32/520162_2.png) [@patrickemin](https://meta.discourse.org/u/patrickemin)
#### Post date: [22 Dezembro , 2020 19:32 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/5 "2020-12-22T19:32:26Z")

</div>

Olá, como faço para duplicar o tema padrão “Light” para criar um novo tema e, em seguida, aplicar a paleta de cores “Amber grey” a esse tema recém-criado? Obrigado

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [22 Dezembro , 2020 20:37 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/6 "2020-12-22T20:37:51Z")

</div>

Acho que esta é a melhor maneira de fazer isso. Acabei de testar e funcionou.

1. Vá para admin → temas → light
2. Selecione `EXPORTAR` na parte inferior
3. Selecione `INSTALAR` e escolha o arquivo que você acabou de exportar
4. Após a instalação, selecione-o na lista de temas disponíveis, dê um novo nome para não se confundir, depois selecione `paleta de cores` e, em seguida, `âmbar cinza`

---

<div class="post-metadata">

### Author: ![patrickemin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/patrickemin/32/520162_2.png) [@patrickemin](https://meta.discourse.org/u/patrickemin)
#### Post date: [22 Dezembro , 2020 21:29 UTC](https://meta.discourse.org/t/where-can-i-find-the-dark-amber-theme/118319/7 "2020-12-22T21:29:53Z")

</div>

Obrigado, funcionou bem.
