aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-grayscale-dark.css
blob: 370c222ae87f3b75463c40e0a7137803d6caf7cb (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.4);
}