blob: e735a96494f4640fb0a32b2c026e8b61c374ada2 (
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.4);
}
|