An open API service indexing awesome lists of open source software.

https://github.com/Nats-ji/netlify-cms-dark-mode

Netlify CMS Dark Mode! A simple CSS file to turn on dark mode for your Netlify CMS.
https://github.com/Nats-ji/netlify-cms-dark-mode

dark-mode dark-theme netlify netlify-cms netlify-plugin netlifycms

Last synced: 2 days ago
JSON representation

Netlify CMS Dark Mode! A simple CSS file to turn on dark mode for your Netlify CMS.

Awesome Lists containing this project

README

        

# Netlify CMS Dark Mode Theme

## What is this?

This is a simple CSS file that you can add to your Netlify CMS's HTML file.

It automatically toggles your Netlify cms to dark mode if your system is also set to dark mode.

You can view the demo site [here](https://nats-ji.github.io/netlify-cms-dark-mode/).

![image](https://user-images.githubusercontent.com/13299626/110656997-708d1280-81fb-11eb-8c50-a9bd35596a82.png)

## Who is this for?

This is mainly for people who install the Netlify CMS with javascript from the CDN. Since there are more limitations with customization.

But you can also use this with the npm installation method. However, it's better to write a separate package.

## How to use?

### Method 1. Use CDN

Pull `dark.css` from a public cdn, so it will keep up-to-date. `https://cdn.jsdelivr.net/gh/Nats-ji/netlify-cms-dark@master/dark.min.css`

- Edit your Netlify CMS's HTML code:

```html