blob: a15f87322a4f73c6a689ec4223c50453b8a57841 (
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.15);
}
|