aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-forest-light.css
blob: 6603eb3287920ecbc20cf676c3b542397a5f47f9 (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 Forest Light
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-forest-light
* slug-underscored: atelier_forest_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #f1efee;
    border-color: #407ee7;
}

button,
image {
    color: #766e6b;
}

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