aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-black-metal-marduk.css
blob: d30c4b6dc23499f6dfd77490d23e2b9599970016 (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 (Marduk)
* author: metalelf0 (https://github.com/metalelf0)
* slug: black-metal-marduk
* slug-underscored: black_metal_marduk
* 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);
}