aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-heath.css
blob: 2137a98c3c19882c9e7550120409dd98b1b06fd8 (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
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-heath
* slug-underscored: atelier_heath
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

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

button,
image {
    color: #9e8f9e;
}

button:hover {
    background-color: rgba(247, 243, 247, 0.4);
}