aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-material-palenight.css
blob: 3103a61775ee2112d2393e6cc003941886ccb429 (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: Material Palenight
* author: Nate Peterson
* slug: material-palenight
* slug-underscored: material_palenight
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #292D3E;
    border-color: #82AAFF;
}

button,
image {
    color: #8796B0;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}