aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-onedark-dark.css
blob: 8f6340521649fbc6b35ef2a6438fdbd4995282c8 (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 Dark
* author: olimorris (https://github.com/olimorris)
* slug: onedark-dark
* slug-underscored: onedark_dark
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

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

button,
image {
    color: #565c64;
}

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