aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-black-metal-bathory.css
blob: 7be8346ea3be878ffa7a82a235cfc91da2d772e3 (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.4);
}