aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-windows-nt.css
blob: 2dc2d2eca6f94772cb8d3a281d2d6be9b7c5be0e (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 NT
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-nt
* slug-underscored: windows_nt
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #000000;
    border-color: #0000ff;
}

button,
image {
    color: #a1a1a1;
}

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