-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
39 lines (39 loc) · 1.15 KB
/
manifest.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"manifest_version": 2,
"version": "2.42",
"name": "Nord Theme",
"theme": {
"colors": {
"frame": "#2e3440",
"toolbar": "#3b4252",
"tab_text": "#eceff4",
"tab_loading": "#81a1c1",
"tab_line": "#81a1c1",
"tab_selected": "#434c5e",
"bookmark_text": "#d8dee9",
"icons": "#d8dee9",
"icons_attention": "#88c0d0",
"tab_background_text": "#d8dee9",
"toolbar_field": "#2e3440",
"toolbar_field_text": "#eceff4",
"toolbar_field_focus": "#434c5e",
"toolbar_field_border_focus": "#88c0d0",
"toolbar_field_highlight": "#5e81ac",
"toolbar_field_highlight_text": "#eceff4",
"toolbar_top_separator": "#3b4252",
"toolbar_bottom_separator": "#3b4252",
"popup": "#434c5e",
"popup_text": "#eceff4",
"popup_highlight": "#88c0d0",
"popup_highlight_text": "#2e3440",
"popup_border": "#4c566a",
"ntp_background": "#2e3440",
"ntp_text": "#d8dee9",
"sidebar": "#434c5e",
"sidebar_text": "#eceff4",
"sidebar_highlight": "#88c0d0",
"sidebar_highlight_text": "#2e3440",
"sidebar_border": "#4c566a"
}
}
}