aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-vesper.css
blob: aadc85a109cd01ee191774a61e1498edfd6c2e83 (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: Vesper
* author: FormalSnake (https://github.com/formalsnake)
* slug: vesper
* slug-underscored: vesper
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #101010;
    border-color: #8eaaaa;
}

button,
image {
    color: #999999;
}

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