This repository was archived by the owner on Jun 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnightowl.json
More file actions
48 lines (48 loc) · 1.51 KB
/
nightowl.json
File metadata and controls
48 lines (48 loc) · 1.51 KB
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
40
41
42
43
44
45
46
47
48
{
"workbench.colorCustomizations": {
"[Night Owl]": {
"ralsp.keyword": "#c88fec",
"ralsp.keyword.control": "#c88fec",
"ralsp.keyword.unsafe": "#c88fec",
"ralsp.function": "#acdd5f",
"ralsp.type": "#ffcc86",
"ralsp.constant": "#80a8ff",
"ralsp.variable": "#d6deec",
"ralsp.comment": "#627777",
"ralsp.literal": "#edc589",
"ralsp.string": "#edc589",
"ralsp.macro": "#49ace7",
"ralsp.attribute": "#80a8ff",
"ralsp.module": "#d6deec",
"ralsp.field": "#7bdcca",
"ralsp.parameter": "#c88fec",
"activityBar.background": "#000C1D",
"activityBar.border": "#102a44",
"sideBar.background": "#001122",
"sideBar.border": "#102a44",
"sideBar.foreground": "#8BADC1"
},
"[Night Owl (No Italics)]": {
"ralsp.keyword": "#c88fec",
"ralsp.keyword.control": "#c88fec",
"ralsp.keyword.unsafe": "#c88fec",
"ralsp.function": "#acdd5f",
"ralsp.type": "#ffcc86",
"ralsp.constant": "#80a8ff",
"ralsp.variable": "#d6deec",
"ralsp.comment": "#627777",
"ralsp.literal": "#edc589",
"ralsp.string": "#edc589",
"ralsp.macro": "#49ace7",
"ralsp.attribute": "#80a8ff",
"ralsp.module": "#d6deec",
"ralsp.field": "#7bdcca",
"ralsp.parameter": "#c88fec",
"activityBar.background": "#000C1D",
"activityBar.border": "#102a44",
"sideBar.background": "#001122",
"sideBar.border": "#102a44",
"sideBar.foreground": "#8BADC1"
}
}
}