Steve Kinney

Building Design Systems with Storybook

An Alternative Approach to Implementing Dark Mode

We do something slightly different. We don’t even reference colors at all in our code. Instead, we have semantic colors for elements that reference CSS variables that are switched to different values when in dark mode.

Let’s take a look at this file.

Last modified on .