blob: a0b6a3260f4dcaba4a74ac7fc2b54203e2d9ce27 (
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 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);
}
|