aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-hopscotch.css
blob: 40c69f9700b69870c2d4f15aa2b91b62bc2979e4 (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: Hopscotch
* author: Jan T. Sott
* slug: hopscotch
* slug-underscored: hopscotch
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #322931;
    border-color: #1290bf;
}

button,
image {
    color: #989498;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}