aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-marrakesh.css
blob: ec04e782e5f0f33d3ee00ade4bf2ddf6f23bcc72 (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: Marrakesh
* author: Alexandre Gavioli (http://github.com/Alexx2/)
* slug: marrakesh
* slug-underscored: marrakesh
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #201602;
    border-color: #477ca1;
}

button,
image {
    color: #86813b;
}

button:hover {
    background-color: rgba(250, 240, 165, 0.15);
}