aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-marrakesh.css
blob: cdebd4dacdfaaf8c7d75e19cfa96f19253e45427 (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.4);
}