aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-katy.css
blob: 71045080ea825c3eeae5422f03f0387ddcf6c921 (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: Katy
* author: George Essig (https://github.com/gessig)
* slug: katy
* slug-underscored: katy
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #292d3e;
    border-color: #82aaff;
}

button,
image {
    color: #8796b0;
}

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