# 我的The Darkness在哪里？

**URL:** <https://meta.discourse.org/t/where-is-my-the-darkness/32594>\
**Category:** Support\
**Created:** [2015年八月27日 15:26 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594 "2015-08-27T15:26:12Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![KevinWorkman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevinworkman/32/122364_2.png) [@KevinWorkman](https://meta.discourse.org/u/KevinWorkman)\
**Post date:** [2015年八月27日 15:26 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594/1 "2015-08-27T15:26:12Z")

</div>

I was very happy to see Discourse ironing out dark themes by switching meta’s theme to [THE DARKNESS](https://meta.discourse.org/t/coming-soon-to-meta-new-moon-darkness-new-moon/31993).

I thought that the darkness would be automatically added to my Admin \> Customize \> Colors \> Color Schemes menu and I’d be able to just apply that theme directly to my discourse, but upon doing an update, that assumption appears to be incorrect.

[Doing some research](https://meta.discourse.org/t/a-more-robust-ecosystem-for-creating-sharing-and-modifying-themes/24402), there apparently isn’t a way to share/copy themes from one discourse site (like meta) to another (like mine).

So, my question is: is there a way to apply meta’s dark theme to my site? Am I missing something obvious? Do I have to manually fiddle with the colors in a new color scheme? If so, is there a place that lists the colors you guys used for the darkness? Was there any custom css that I’d need to add?

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2015年八月27日 15:35 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594/2 "2015-08-27T15:35:48Z")

</div>

Here are the colors we used. That’s pretty much all you need 😉

 ![](https://global.discourse-cdn.com/meta/original/3X/0/1/01fb3dee2aa8e038a4adce92de3959aaf8b630d3.png)

---

<div class="post-metadata">

**Author:** ![KevinWorkman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevinworkman/32/122364_2.png) [@KevinWorkman](https://meta.discourse.org/u/KevinWorkman)\
**Post date:** [2015年八月27日 15:42 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594/3 "2015-08-27T15:42:35Z")

</div>

Thanks so much! I guess I should have known it would be that easy.

I know a lot of you guys hated the darkness, but as somebody who does a lot of computing in a dark room, my eyes thank you.

---

<div class="post-metadata">

**Author:** ![mautematico](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mautematico/32/120926_2.png) [@mautematico](https://meta.discourse.org/u/mautematico)\
**Post date:** [2017年六月15日 22:15 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594/4 "2017-06-15T22:15:23Z")

</div>

¡Hola!

I think there is a difference between **Dark** theme, _Simple Dark_ color scheme that now comes with discourse and the ones that are being used here in meta.

Can we somewhat get a copy (or the settings specification) to have meta’s dark theme replicated on self hosted discourse installations?

For instance, there is a difference on top menu buttons color. There is also some cool effect on top-left logos.

¡Gracias!

---

<div class="post-metadata">

**Author:** ![mautematico](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mautematico/32/120926_2.png) [@mautematico](https://meta.discourse.org/u/mautematico)\
**Post date:** [2017年六月15日 22:21 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594/5 "2017-06-15T22:21:26Z")

</div>

Firefox Developer Tools report this CSS being applied to top-left logo, and it seems to work. Not sure if there is anything else that is missing.

```
.logo-small {
    filter: drop-shadow(1px 1px 1px #ddd) drop-shadow(-1px 1px 1px #ddd) drop-shadow(1px -1px 1px #ddd) drop-shadow(-1px -1px 1px #ddd);
}

.logo-big {
    filter: drop-shadow(1px 1px 1px #ddd) drop-shadow(-1px 1px 1px #ddd) drop-shadow(1px -1px 1px #ddd) drop-shadow(-1px -1px 1px #ddd);
}

```

---

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [2024年六月8日 12:44 UTC](https://meta.discourse.org/t/where-is-my-the-darkness/32594/6 "2024-06-08T12:44:31Z")

</div>

此主题已在 3207 天后自动关闭。不再允许回复。
