aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-summerfruit-dark.css
blob: 18a327f141bfb92912714f65b6a5bf4cc169af3e (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: Summerfruit Dark
* author: Christopher Corley (http://christop.club/)
* slug: summerfruit-dark
* slug-underscored: summerfruit_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #151515;
    border-color: #3777E6;
}

button,
image {
    color: #B0B0B0;
}

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