aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-onedark.css
blob: facc4a0af6966de6077e3d523dd5b7fdc3948b5c (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: OneDark
* author: Lalit Magant (http://github.com/tilal6991)
* slug: onedark
* slug-underscored: onedark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #282c34;
    border-color: #61afef;
}

button,
image {
    color: #565c64;
}

button:hover {
    background-color: rgba(200, 204, 212, 0.15);
}