aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-purpledream.css
blob: 5f4d8fa26f95260c9995c5294d1321a515ad7536 (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: Purpledream
* author: malet
* slug: purpledream
* slug-underscored: purpledream
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #100510;
    border-color: #00A0F0;
}

button,
image {
    color: #bbb0bb;
}

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