aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-grayscale-dark.css
blob: 9e2a1e1a01a940242b655afea176ef8fe84d373f (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: Grayscale Dark
* author: Alexandre Gavioli (https://github.com/Alexx2/)
* slug: grayscale-dark
* slug-underscored: grayscale_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #101010;
    border-color: #686868;
}

button,
image {
    color: #ababab;
}

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