aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-irblack.css
blob: d0cd2ea53f19f6364c3162b5071705f34e83d12d (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: IR Black
* author: Timothée Poisot (http://timotheepoisot.fr)
* slug: irblack
* slug-underscored: irblack
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #000000;
    border-color: #96cbfe;
}

button,
image {
    color: #918f88;
}

button:hover {
    background-color: rgba(253, 251, 238, 0.4);
}