aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-humanoid-dark.css
blob: ecbb352d6efb96ffcb769ccfe63204dcfc0fdb9f (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: Humanoid dark
* author: Thomas (tasmo) Friese
* slug: humanoid-dark
* slug-underscored: humanoid_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #232629;
    border-color: #00a6fb;
}

button,
image {
    color: #c0c0bd;
}

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