blob: bcbaf17e765eaac8fdd79a7a9c97fecd0283830b (
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 Dark Hard
* author: Sainnhe Park (https://github.com/sainnhe)
* slug: everforest-dark-hard
* slug-underscored: everforest_dark_hard
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #272e33;
border-color: #7fbbb3;
}
button,
image {
color: #9da9a0;
}
button:hover {
background-color: rgba(255, 251, 239, 0.15);
}
|