aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-blueforest.css
blob: af4a8bfa07ea8ce9aecba2c1b010351d50ed07eb (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: Blue Forest
* author: alonsodomin (https://github.com/alonsodomin)
* slug: blueforest
* slug-underscored: blueforest
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #141F2E;
    border-color: #a2cff5;
}

button,
image {
    color: #1e5c1e;
}

button:hover {
    background-color: rgba(55, 87, 128, 0.15);
}