diff options
Diffstat (limited to 'colors/base16-tomorrow-night.css')
| -rw-r--r-- | colors/base16-tomorrow-night.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-tomorrow-night.css b/colors/base16-tomorrow-night.css new file mode 100644 index 0000000..454341f --- /dev/null +++ b/colors/base16-tomorrow-night.css @@ -0,0 +1,25 @@ +/* +* +* name: Tomorrow Night +* author: Chris Kempson (http://chriskempson.com) +* slug: tomorrow-night +* slug-underscored: tomorrow_night +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #1d1f21; + border-color: #81a2be; +} + +button, +image { + color: #b4b7b4; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
