aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-windows-10.css
blob: 4e9398506e0196911110fd71b8d501a4d35097d4 (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: Windows 10
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-10
* slug-underscored: windows_10
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #0c0c0c;
    border-color: #3b78ff;
}

button,
image {
    color: #b9b9b9;
}

button:hover {
    background-color: rgba(242, 242, 242, 0.15);
}