aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-heetch.css
blob: 6eb1d607fbfc8b35dbf574170da8340267ce6f5d (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: Heetch Dark
* author: Geoffrey Teale (tealeg@gmail.com)
* slug: heetch
* slug-underscored: heetch
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #190134;
    border-color: #BD0152;
}

button,
image {
    color: #9C92A8;
}

button:hover {
    background-color: rgba(254, 255, 255, 0.15);
}