aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-black-metal-bathory.css
blob: 4bff3548ad212fdc58b350291bc5a6afa37f1d4b (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: Black Metal (Bathory)
* author: metalelf0 (https://github.com/metalelf0)
* slug: black-metal-bathory
* slug-underscored: black_metal_bathory
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #000000;
    border-color: #888888;
}

button,
image {
    color: #999999;
}

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