aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-danqing-light.css
blob: 7630a12566d03f9541ebcc8f52ce3a50d1775aae (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: DanQing Light
* author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
* slug: danqing-light
* slug-underscored: danqing_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #fcfefd;
    border-color: #B0A4E3;
}

button,
image {
    color: #9da8a3;
}

button:hover {
    background-color: rgba(45, 48, 47, 0.15);
}