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

https://github.com/mtoensing/dark-mode-twenty-nineteen

Activates Dark Mode in Twenty Nineteen if the OS is set to Dark Mode.
https://github.com/mtoensing/dark-mode-twenty-nineteen

dark-theme darkmode darkmode-ios13 twenty-nineteen wordpress wordpress-plugin

Last synced: about 1 month ago
JSON representation

Activates Dark Mode in Twenty Nineteen if the OS is set to Dark Mode.

Awesome Lists containing this project

README

          

=== Dark Mode for Twenty Nineteen ===
Contributors: MarcDK
Tags: marctv, darkmode, dark mode, twentynineteen, Twenty Nineteen, iOS, Android, macOS, Windows10
Requires at least: 3.0
Tested up to: 5.2.3
Stable tag: 1.1

Activates Dark Mode in Twenty Nineteen if the OS is set to Dark Mode.

== Description ==

Activates Dark Mode in Twenty Nineteen if the OS (Windows 10, macOS,
iOS, Android) is set to Dark Mode. This plugin provides no configuration for the
admin or the user whatsoever.

You can change the colors with the theme customizer -> custom css function:

´
:root {
--bg-color: #000;
--bg-color-lighter: #333;
--txt-color: #efefef;
--txt-color-darker: #aaa;
--highlight-color: #6bf;
--highlight-color-selected: #6bf;
}
´

== Installation ==

* Install plugin
* Activate it

== Changelog ==

= 1.0 =

Initial version