aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-edge-dark.css
blob: 0e1973f631d2e143a6102c7cf2282df78fee9e34 (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: Edge Dark
* author: cjayross (https://github.com/cjayross)
* slug: edge-dark
* slug-underscored: edge_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #262729;
    border-color: #73b3e7;
}

button,
image {
    color: #73b3e7;
}

button:hover {
    background-color: rgba(62, 66, 73, 0.4);
}