aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-snazzy.css
blob: a3816f0a268d477e6761cff5de073c2a16d46790 (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: Snazzy
* author: Chawye Hsu (https://github.com/chawyehsu), based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
* slug: snazzy
* slug-underscored: snazzy
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #282a36;
    border-color: #57c7ff;
}

button,
image {
    color: #a5a5a9;
}

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