blob: c85a3c1e9536b3d6978803c3aefd5cdb3d46a24d (
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: Everforest
* author: Sainnhe Park (https://github.com/sainnhe)
* slug: everforest
* slug-underscored: everforest
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #2d353b;
border-color: #7fbbb3;
}
button,
image {
color: #9da9a0;
}
button:hover {
background-color: rgba(253, 246, 227, 0.4);
}
|