aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-espresso.css
blob: 2d153033ef416872148fe41c282d0fe04baf52d4 (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: Espresso
* author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
* slug: espresso
* slug-underscored: espresso
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #2d2d2d;
    border-color: #6c99bb;
}

button,
image {
    color: #b4b7b4;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.15);
}