aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-lakeside.css
blob: 82df43572df8532c28e77d1b8f1998a922a4508c (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: Atelier Lakeside
* author: Bram de Haan (http://atelierbramdehaan.nl)
* slug: atelier-lakeside
* slug-underscored: atelier_lakeside
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #161b1d;
    border-color: #257fad;
}

button,
image {
    color: #7195a8;
}

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