Skip to content

Commit c05f8ef

Browse files
authored
Update onedark-pro to v20.0.0 (#62)
2 parents bf495a7 + 4d48b62 commit c05f8ef

1 file changed

Lines changed: 104 additions & 1 deletion

File tree

registry/cristianadam.onedarkpro/extension.json

Lines changed: 104 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,111 @@
77
"display_vendor": "Cristian Adam",
88
"license": "open-source"
99
},
10-
"latest": "19.0.0",
10+
"latest": "20.0.0",
1111
"versions": {
12+
"20.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v20.0.0/OneDarkPro-20.0.0-Windows-x64.7z",
16+
"sha256": "a1f9ef039999e7538a4dd1c43f8a2364f0b9b6d927e67396679d8a9a2e617e2f",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v20.0.0/OneDarkPro-20.0.0-Windows-arm64.7z",
24+
"sha256": "e19fa335768f1e2c635a5f98d03ebade36afb7053db7533b06b4465c5f1c265a",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v20.0.0/OneDarkPro-20.0.0-Linux-x64.7z",
32+
"sha256": "12f33467081d4e13eace51b787405e3c7296c3da950c0cde8b44e9f53bf0f279",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v20.0.0/OneDarkPro-20.0.0-Linux-arm64.7z",
40+
"sha256": "f4dd8d2e9d313287130c6dc6ae59d97f652382f5527eb2da97b78240872df54a",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v20.0.0/OneDarkPro-20.0.0-macOS-universal.7z",
48+
"sha256": "f43eab4133ceb42d22b5b1fd3d6db24333418cd166e41e1596b9cedd4971a45e",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v20.0.0/OneDarkPro-20.0.0-macOS-universal.7z",
56+
"sha256": "f43eab4133ceb42d22b5b1fd3d6db24333418cd166e41e1596b9cedd4971a45e",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "onedarkpro",
65+
"Name": "OneDark Pro",
66+
"Version": "20.0.0",
67+
"CompatVersion": "20.0.0",
68+
"Vendor": "Cristian Adam",
69+
"VendorId": "cristianadam",
70+
"Copyright": "(C) 2013-2022 Binaryify, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
71+
"License": "MIT",
72+
"SoftLoadable": true,
73+
"Description": "Atom's iconic One Dark theme.",
74+
"LongDescription": [
75+
"Atom's iconic One Dark theme, and one of the most installed [themes](https://marketplace.visualstudio.com/search?target=VSCode&category=Themes&sortBy=Installs) for VS Code!",
76+
"",
77+
"![Screenshot](https://raw.githubusercontent.com/cristianadam/qt-creator-onedark-pro/refs/heads/main/screenshot.png)",
78+
"",
79+
"# License",
80+
"",
81+
"```",
82+
"The MIT License (MIT)",
83+
"",
84+
"Copyright (c) 2013-2022 Binaryify",
85+
"",
86+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
87+
"of this software and associated documentation files (the \"Software\"), to deal",
88+
"in the Software without restriction, including without limitation the rights",
89+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
90+
"copies of the Software, and to permit persons to whom the Software is",
91+
"furnished to do so, subject to the following conditions:",
92+
"",
93+
"The above copyright notice and this permission notice shall be included in",
94+
"all copies or substantial portions of the Software.",
95+
"",
96+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
97+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
98+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
99+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
100+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
101+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN",
102+
"THE SOFTWARE.",
103+
"```"
104+
],
105+
"Url": "https://github.com/cristianadam/qt-creator-onedark-pro",
106+
"DocumentationUrl": "",
107+
"Dependencies": [
108+
{
109+
"Id": "core",
110+
"Version": "20.0.0"
111+
}
112+
]
113+
}
114+
},
12115
"19.0.0": {
13116
"sources": [
14117
{

0 commit comments

Comments
 (0)