blob: aa4949e5c43f2c4b690c4f64d5ca0398c7b9294f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.4);
}
|