blob: d08ef7259746ef8efa845c2c4097b99b19a70c39 (
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: Twilight
* author: David Hart (https://github.com/hartbit)
* slug: twilight
* slug-underscored: twilight
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #1e1e1e;
border-color: #7587a6;
}
button,
image {
color: #838184;
}
button:hover {
background-color: rgba(255, 255, 255, 0.15);
}
|