---
title: X removes Dim theme from web. How to get it back with an extension?
url: https://roboin.io/article/en/2026/02/13/x-removes-dim-theme-from-web-how-to-restore-it/
description: "On X (Twitter), Dark mode previously had two dark color schemes:
  “Lights out” and “Dim,” but Dim has been removed. In this article, we’ll
  clearly explain how Dim was removed from X and how to restore it."
publishedDate: 2026-02-12T16:50:59.484Z
modifiedDate: 2026-02-12T16:50:59.484Z
thumbnail: https://roboin.io/api/media/file/x-web-dark-blue-removed-english.png
thumbnailAlt: A screenshot of the X theme settings screen. Only "Default" and
  "Lights out" are displayed, and "Dim" is not available.
thumbnailCaption: N/A
---

# X removes Dim theme from web. How to get it back with an extension?

On X (Twitter), Dark mode previously had two dark color schemes: “Lights out” and “Dim,” but Dim has been removed.

In this article, we’ll clearly explain how Dim was removed from X and how to restore it.

## Dim removed from X web client

![A screenshot of the X theme settings screen. Only "Default" and "Lights out" are displayed, and "Dim" is not available.](https://roboin.io/api/media/file/x-web-dark-blue-removed-english.png)
*X has removed Dim from the web client*

Until now, X’s Dark mode offered two options: “Dim,” based on dark blue, and “Lights out,” based on black.

The Lights out theme has the issue that, due to its nature, it increases screen contrast, but the Dim theme can prevent the contrast from becoming too strong.

For this reason, the Dim theme was popular among some users, but it has been removed from the web version of X.

As of the time of writing, you can still continue to use the Dim theme in the X mobile app.

Nikita Bier, X’s Head of Product, posted about this, saying that [while they currently don’t have the capacity to support more than two colors, they are considering making Lights out brighter](https://x.com/nikitabier/status/2021788482717593940).

In other words, the reason Dim was removed from X’s web client is a lack of internal development resources at X.

## How to restore Dim

[Control Panel for Twitter](https://soitis.dev/control-panel-for-twitter), a browser extension that makes X easier to use, implemented a feature in [v4.22.0](https://github.com/insin/control-panel-for-twitter/releases/tag/v4.22.0) to restore Dim.

As of the time of writing, Control Panel for Twitter v4.22.0 can only be used on Edge, but it is expected to become available for other browsers soon.

If you want to use Dim right away, you can paste the CSS introduced in this post into a browser extension called Stylus to make Dim available again.

<blockquote class="twitter-tweet" data-conversation="none" data-dnt="true" data-theme="dark"><p lang="ja" dir="ltr">【修正版】微妙に従来の色が残ってる箇所があったので修正版です<br><br>```<br>body, .r-kemksi, [style*=&quot;background-color: rgb(0, 0, 0);&quot;] {<br> background-color: rgb(21, 32, 43) !important;<br>}<br><br>.r-5zmot {<br> background-color: rgb(21, 32, 43, 0.65) !important;<br>}<br><br>.r-1kqtdi0, .r-1roi411,…</p>&mdash; Torishima / INTP (@izutorishima) <a href="https://twitter.com/izutorishima/status/2021902997727400430?ref_src=twsrc%5Etfw">February 12, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> 

When using Stylus, configure it with the following steps.

<Steps>
  Install Stylus in your browser

  - [Chrome / Edge version](https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne)
  - [Firefox version](https://addons.mozilla.org/ja/firefox/addon/styl-us/)

  Open X

  Click the Stylus icon and create a style for [x.com]

  :::note
  You can create a style for [x.com] by clicking when only the [x.com] part is highlighted, not the entire [x.com/home].
  :::

  ![Stylusのスクリーンショット](https://roboin.io/api/media/file/image-1363.png)

  The style editor will appear, so paste the CSS introduced in the post mentioned earlier and save it
</Steps>

## Conclusion

Of X’s Dark mode themes, “Lights out” and “Dim,” Dim was removed due to a lack of development resources.

You can restore Dim by installing a browser extension such as Stylus and setting up a style, or by using Control Panel for Twitter.