-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode.json
More file actions
44 lines (44 loc) · 2.09 KB
/
vscode.json
File metadata and controls
44 lines (44 loc) · 2.09 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
{
"name": "Tokyo Night",
"extension": "enkia.tokyo-night",
"_comment": "colorCustomizations are NOT auto-applied by Omarchy. To use: copy the [Tokyo Night] object from colorCustomizations below into your VS Code settings.json under workbench.colorCustomizations.",
"_comment_update": "Static override -- accent changes affect 5 values; must be manually applied to VS Code settings.json",
"colorCustomizations": {
"[Tokyo Night]": {
"_comment_backgrounds": "All #000000 values = colors.toml: background",
"_comment_foregrounds": "All #E8E0D0 values = colors.toml: foreground",
"_comment_accent": "#7B6CBD = colors.toml: accent; #7B6CBD40 = accent + 25% alpha; #7B6CBD30 = accent + 19% alpha",
"_comment_surfaces": "#111118 = colors.toml: color0 (dark surface); #2A2835 = colors.toml: color8 (dark border); #8A8598 = colors.toml: color7 (muted text)",
"editor.background": "#000000",
"editor.foreground": "#E8E0D0",
"sideBar.background": "#000000",
"sideBar.foreground": "#E8E0D0",
"sideBarTitle.foreground": "#E8E0D0",
"activityBar.background": "#000000",
"activityBar.foreground": "#E8E0D0",
"panel.background": "#000000",
"panel.border": "#111118",
"terminal.background": "#000000",
"terminal.foreground": "#E8E0D0",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#E8E0D0",
"statusBar.background": "#000000",
"statusBar.foreground": "#E8E0D0",
"tab.activeBackground": "#000000",
"tab.inactiveBackground": "#000000",
"tab.inactiveForeground": "#8A8598",
"editorGroupHeader.tabsBackground": "#000000",
"dropdown.background": "#000000",
"breadcrumb.background": "#000000",
"editorWidget.background": "#000000",
"input.background": "#111118",
"input.foreground": "#E8E0D0",
"input.border": "#2A2835",
"tab.activeBorderTop": "#7B6CBD",
"focusBorder": "#7B6CBD",
"selection.background": "#7B6CBD40",
"list.activeSelectionBackground": "#7B6CBD30",
"list.activeSelectionForeground": "#E8E0D0"
}
}
}