blob: d2915aecc0da0f3bf02c6a8d201371298279f5c0 (
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: Moonlight
* author: Jeremy Swinarton (https://github.com/jswinarton)
* slug: moonlight
* slug-underscored: moonlight
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #212337;
border-color: #40ffff;
}
button,
image {
color: #a1abe0;
}
button:hover {
background-color: rgba(239, 67, 250, 0.15);
}
|