blob: 0fefdad9e9f3bf5675bd81e9b3f5df57b1f276f1 (
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: Nord Light
* author: threddast, based on fuxialexander's doom-nord-light-theme (Doom Emacs)
* slug: nord-light
* slug-underscored: nord_light
* system: base16
* variant: light
* is-light-variant: true
*
*/
window {
background-color: #e5e9f0;
border-color: #3b6ea8;
}
button,
image {
color: #60728c;
}
button:hover {
background-color: rgba(41, 131, 141, 0.4);
}
|