/* * * name: Tomorrow Night Eighties * author: Chris Kempson (http://chriskempson.com) * slug: tomorrow-night-eighties * slug-underscored: tomorrow_night_eighties * system: base16 * variant: dark * is-dark-variant: true * */ window { background-color: #2d2d2d; border-color: #6699cc; } button, image { color: #b4b7b4; } button:hover { background-color: rgba(255, 255, 255, 0.4); }