aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-paraiso.css
blob: 6317b7aa9d547efe472a7e56be53621505200c8b (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: Paraiso
* author: Jan T. Sott
* slug: paraiso
* slug-underscored: paraiso
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #2f1e2e;
    border-color: #06b6ef;
}

button,
image {
    color: #8d8687;
}

button:hover {
    background-color: rgba(231, 233, 219, 0.15);
}