Skip to content

Instantly share code, notes, and snippets.

@alexmustin
Created March 2, 2020 22:13
Show Gist options
  • Select an option

  • Save alexmustin/8170a473aeeb5bf4b413417a7b3eb61c to your computer and use it in GitHub Desktop.

Select an option

Save alexmustin/8170a473aeeb5bf4b413417a7b3eb61c to your computer and use it in GitHub Desktop.
Enable "Dark Mode" in WordPress Gutenberg Block Editor
<?php
// Use Dark Mode in Block Editor.
add_theme_support( 'dark-editor-style' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment