blob: 383d3040a14573da82abf47542c95ab2d4eb8dd0 (
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: Synth Midnight Terminal Dark
* author: Michaël Ball (http://github.com/michael-ball/)
* slug: synth-midnight-dark
* slug-underscored: synth_midnight_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #050608;
border-color: #03aeff;
}
button,
image {
color: #a3a5a6;
}
button:hover {
background-color: rgba(221, 223, 224, 0.15);
}
|