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.
- Host: GitHub
- URL: https://github.com/mtoensing/dark-mode-twenty-nineteen
- Owner: mtoensing
- Created: 2019-09-26T19:52:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T12:46:26.000Z (over 6 years ago)
- Last Synced: 2025-02-21T13:16:50.862Z (over 1 year ago)
- Topics: dark-theme, darkmode, darkmode-ios13, twenty-nineteen, wordpress, wordpress-plugin
- Language: CSS
- Homepage: https://marc.tv/dark-mode-fuer-wordpress/
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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