aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-windows-nt-light.css
blob: 260eb538daae470ca2fb4d0915948b20d3cb81d9 (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 Light
* author: Fergus Collins (https://github.com/C-Fergus)
* slug: windows-nt-light
* slug-underscored: windows_nt_light
* system: base16
* variant: light
* is-light-variant: true
*
*/

window {
    background-color: #ffffff;
    border-color: #000080;
}

button,
image {
    color: #a0a0a0;
}

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