Title: Dark Mode Block
Author: Erik
Published: <strong>19 ژانویه 2024</strong>
Last modified: 6 مارس 2024

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://s.w.org/plugins/geopattern-icon/dark-mode-block.svg)

# Dark Mode Block

 توسط [Erik](https://profiles.wordpress.org/codekraft/)

[دانلود](https://downloads.wordpress.org/plugin/dark-mode-block.0.1.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/dark-mode-block/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/dark-mode-block/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/dark-mode-block/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/dark-mode-block/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/dark-mode-block/)

## توضیحات

Dark Mode Block is a simple yet powerful WordPress block plugin that allows you 
to enable dark mode for your website, enhancing readability and reducing eye strain
without altering your website’s colors. Give your users the flexibility to switch
between light and dark modes seamlessly.
 Designed to be lightweight and efficient
the whole frontend script weights less than half of a kb gzipped 😉

Features:
 – Toggle dark mode with a user-friendly icon. – Preserve your website’s
color scheme while improving readability in low-light environments. – Enhanced user
experience with reduced eye strain. – Customizable

Make your website more accessible and user-friendly by offering a dark mode option.
With Dark Mode Block, your users can enjoy your content without compromising on 
aesthetics.

### Usage

 1. After activating the plugin, add the “Dark Mode” block to your WordPress page or
    post editor.
 2. Publish or update your content.

### Customization

Unleash your creativity! This block is designed to be fully customizable graphically,
and since it’s entirely CSS-based, it’s straightforward for anyone to modify and
adapt it according to their own taste or template.

You even have control over how the dark mode is applied! Currently, I’ve applied
an invert filter on the background as I don’t know the variables in your template.

However, you have the flexibility to make it even better by setting the text color
as the background and vice versa.

Here’s how to do it:

 1. Add the following code to your functions.php file.
 2. Edit the $custom_css in order to fit your preferences

First dequeue the current style in this way:

    ```
    add_action( 'wp_enqueue_scripts', function () {
        /** dequeue the default dark mode */
        wp_dequeue_style( 'codekraft-dark-mode-style' );
    }, 9 );
    ```

Then add yours!

    ```
    add_action( 'wp_head', function () {
        /** @var {string} $custom_css - your custom css for the dark mode */
        $custom_css = "html.dark-mode body {
            --wp--preset--color--background: #232323;
            --wp--preset--color--foreground: #f3f3f3;
        }
        .dark-mode-switch::before {
            width: 1.6rem;
            cursor: pointer;
            display: flex;
            font-size: 1.6rem;
            line-height: 1.6rem;
            content: '🌞'
        }
        .dark-mode .dark-mode-switch::before {
            content: '🌚'
        }";
        echo "<style id='dark-mode-custom'>$custom_css</style>";
    }, 20 );
    ```

Please support the plugin posting your custom style and a screenshot in the WordPress
support forum section!

## بلوک‌ها

این افزونه 1 بلوک ارائه می‌دهد.

 *   Dark Mode Switch Enables the dark mode for your website

## نصب

 1. Upload the ‘dark-mode-block’ folder to the ‘/wp-content/plugins/’ directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## سوالات متداول

### Q: Does this plugin work with all WordPress themes?

A: Dark Mode Block is designed to be compatible with most of FSE WordPress themes.
However, some themes may require additional styling adjustments for optimal dark
mode functionality.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/8c1e3399b85cf2e23581aada11d13bad8ccd45b35eacfdf7c5e7215c348807a7?
s=60&d=retro&r=g)

### 󠀁[Finally a good solution!](https://wordpress.org/support/topic/finally-a-good-solution/)󠁿

 [newslicer](https://profiles.wordpress.org/newslicer/) 25 آوریل 2024

This is a great plugin – something i really looked after for a long time. Unlike
most of the other plugins this is simple, small and very easy to integrate into 
FSE themes as you only have to add a block. Also it’s possible to make customisations
to the dark mode to fit the need of the own site. This plugin needs more attention
while it meets a very important feature with easy. Great work!

![](https://secure.gravatar.com/avatar/a92f4fd0c4873e1ad680499501cb1230e75e1b12785d941f58495519888b8779?
s=60&d=retro&r=g)

### 󠀁[Elegantly simple and versatile](https://wordpress.org/support/topic/elegantly-simple-and-versatile/)󠁿

 [mrbehemo](https://profiles.wordpress.org/mrbehemo/) 28 مارس 2024

Elegantly simple and versatile dark mode plugin, and the dev is incredibly helpful
too.

![](https://secure.gravatar.com/avatar/993f96c2124856bc331a329087e1bc514cd02a906e67fa0178abee9d334c092e?
s=60&d=retro&r=g)

### 󠀁[100% pure Gold!](https://wordpress.org/support/topic/100-pure-gold/)󠁿

 [soundflix](https://profiles.wordpress.org/soundflix/) 6 مارس 2024 1 پاسخ

This little plugin is really great. Installing was easy. The customization is done
completely in CSS code, which may seem a bit intimidating at first. But heading 
over to the plugin support forum, the developers at codekraft were super-helpful
and all my issues were answered and fixed shortly. And I learned a few things I 
can and did use in other places of my WordPress-Site. I am very happy that this 
is not one of those bloated, brainwashed premium-nagwares, as unfortunately many
WP-plugins are.

![](https://secure.gravatar.com/avatar/296b8de46c55cf788b0fb3db38f49b222b8e36ef2bcac3a1355b45b749d6ff31?
s=60&d=retro&r=g)

### 󠀁[Superb!](https://wordpress.org/support/topic/superb-1012/)󠁿

 [snoop23](https://profiles.wordpress.org/snoop23/) 29 فوریه 2024

So cool. Been waiting for something like this. Thanks for making it. You just made
my day.

 [ خواندن تمامی 4 نقد و بررسی‌ ](https://wordpress.org/support/plugin/dark-mode-block/reviews/)

## توسعه دهندگان و همکاران

“Dark Mode Block” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Erik ](https://profiles.wordpress.org/codekraft/)

[ترجمه “Dark Mode Block” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/dark-mode-block)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/dark-mode-block/)، 
[مخزن SVN](https://plugins.svn.wordpress.org/dark-mode-block/) را بررسی کنید، یا
از طریق [RSS](https://plugins.trac.wordpress.org/log/dark-mode-block/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/dark-mode-block/) مشترک 
شوید.

## گزارش تغییرات

#### 0.1.0

 * Initial release

## اطلاعات

 *  نگارش **0.1.1**
 *  آخرین به‌روزرسانی **2 سال پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.7 یا بالاتر **
 *  آزمایش‌شده تا **6.4.10**
 *  نگارش PHP ** 5.6 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/dark-mode-block/)
 * برچسب
 * [block](https://fa.wordpress.org/plugins/tags/block/)[css](https://fa.wordpress.org/plugins/tags/css/)
   [dark mode](https://fa.wordpress.org/plugins/tags/dark-mode/)[theme](https://fa.wordpress.org/plugins/tags/theme/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/dark-mode-block/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 4 5-ستاره     ](https://wordpress.org/support/plugin/dark-mode-block/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/dark-mode-block/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/dark-mode-block/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/dark-mode-block/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/dark-mode-block/reviews/?filter=1)

[بررسی شما](https://wordpress.org/support/plugin/dark-mode-block/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/dark-mode-block/reviews/)

## مشارکت کنندگان

 *   [ Erik ](https://profiles.wordpress.org/codekraft/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/dark-mode-block/)