aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-mocha.css
blob: 5551887188e63eb51a08f75765b3767a9c9470fe (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: Mocha
* author: Chris Kempson (http://chriskempson.com)
* slug: mocha
* slug-underscored: mocha
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #3B3228;
    border-color: #8ab3b5;
}

button,
image {
    color: #b8afad;
}

button:hover {
    background-color: rgba(245, 238, 235, 0.15);
}