aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-dune-light.css
blob: 8719b6cbb7d4a87a96555cef7dd19d5f6104e4af (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 Dune Light
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-dune-light
* slug-underscored: atelier_dune_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #fefbec;
    border-color: #6684e1;
}

button,
image {
    color: #7d7a68;
}

button:hover {
    background-color: rgba(32, 32, 29, 0.4);
}