Color Scheme

I personally like it when my system adjust the color scheme based on what lighting conditions I’m working in because these computer screens have really taken a toll on my eyesight. I set this theme up to support @media (prefers-color-scheme: dark) by including a Sass @mixin in custom.scss and admin.scss. The Dark Mode toggle for […]

Syntax Highlighter

I added in a syntax highlighter using Rainbow. I only added language support for Shell, SQL, HTML, CSS, PHP, & JavaScript because these are all that’s needed for WordPress. I am fairly persnickety about the color schemes I use in my text editors so I matched the sunburst theme in the colors.scss file. Notes: For whatever […]

dwp-guten v0.4

I dropped the plugin version in favor of the Github development version of Gutenberg. I removed the sup and sub text options from my Gutenberg plugin because they’re now included in the Core. Syncing all functionality between the dwp theme and dwp-guten plugin. In the process of bringing this up to speed, I noticed that […]