aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-heath-light.css
blob: fa2b609769d723f90690b787e4cde3af45c49391 (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: Atelier Heath Light
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-heath-light
* slug-underscored: atelier_heath_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f7f3f7;
    border-color: #516aec;
}

button,
image {
    color: #776977;
}

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