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