/* * * name: Espresso * author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington) * slug: espresso * slug-underscored: espresso * system: base16 * variant: dark * is-dark-variant: true * */ window { background-color: #2d2d2d; border-color: #6c99bb; } button, image { color: #b4b7b4; } button:hover { background-color: rgba(255, 255, 255, 0.4); }