-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "jewelryui",
"displayName": "JewelryUI",
"description": "Obsidian-inspired syntax highlighting \u2014 dark, rich, and precisely cut like a gem. Supports Python, Java, JavaScript, TypeScript, CSS, HTML, C, C++, Rust, YAML, TOML, Bash, Dockerfile and Docker Compose.",
"version": "1.4.2",
"publisher": "Akop4",
"author": {
"name": "Akop4"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#1e1e2e",
"theme": "dark"
},
"license": "MIT",
"homepage": "https://github.com/Akopov4/jewerly_ui",
"repository": {
"type": "git",
"url": "https://github.com/Akopov4/jewerly_ui"
},
"bugs": {
"url": "https://github.com/Akopov4/jewerly_ui/issues"
},
"keywords": [
"theme",
"dark",
"obsidian",
"syntax",
"color-theme",
"jewelry",
"catppuccin"
],
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Jewelry",
"uiTheme": "vs-dark",
"path": "./themes/obsidian-syntax-color-theme.json"
},
{
"label": "Ocean Jewelry",
"uiTheme": "vs-dark",
"path": "./themes/deep-ocean-color-theme.json"
}
],
"configurationDefaults": {
"workbench.tree.indent": 20,
"workbench.tree.renderIndentGuides": "always",
"workbench.editor.empty.hint": "hidden",
"window.zoomLevel": 1,
"window.density.editorTabHeight": "compact",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 5000,
"terminal.integrated.minimumContrastRatio": 7,
"editor.fontSize": 14,
"editor.mouseWheelZoom": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"typescript.tsserver.log": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.suggest.autoImports": true,
"javascript.suggest.autoImports": true,
"typescript.suggest.completeFunctionCalls": true,
"javascript.suggest.completeFunctionCalls": true,
"typescript.suggest.includeAutomaticOptionalChainCompletions": true,
"javascript.suggest.includeAutomaticOptionalChainCompletions": true,
"editor.fontFamily": "'Times New Roman', FreeSerif, monospace",
"terminal.integrated.fontFamily": "'Times New Roman', FreeSerif, monospace"
}
}
}