Skip to content

Commit 006538b

Browse files
authored
Update onedarkpro to v18.0.0 (#37)
2 parents 170684e + a76d269 commit 006538b

File tree

1 file changed

+104
-1
lines changed

1 file changed

+104
-1
lines changed

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": "17.0.0",
10+
"latest": "18.0.0",
1111
"versions": {
12+
"18.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v18.0.0/OneDarkPro-18.0.0-Windows-x64.7z",
16+
"sha256": "f5be313c30fc910297560f75d1ae3e4f7986970b98541bfa3399adb081205a93",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v18.0.0/OneDarkPro-18.0.0-Windows-arm64.7z",
24+
"sha256": "acb1961cbe19211220c6f68ac9e61c56eb1a0a4c5818176c9a2cd63de1c3ebb2",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v18.0.0/OneDarkPro-18.0.0-Linux-x64.7z",
32+
"sha256": "b70b5a230039160ada4a82cbe2ce5a7893dc9876a28def73f985ec1223732a25",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v18.0.0/OneDarkPro-18.0.0-Linux-arm64.7z",
40+
"sha256": "9e39ea6adb4d69c9c73ad9c70d7cb203d872b5e420e5f104100d143980770391",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v18.0.0/OneDarkPro-18.0.0-macOS-universal.7z",
48+
"sha256": "149049194fc3e5b6314a4f1a6a7bcb2cec9b23855b8906224c9cc9f88d62a5e7",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v18.0.0/OneDarkPro-18.0.0-macOS-universal.7z",
56+
"sha256": "149049194fc3e5b6314a4f1a6a7bcb2cec9b23855b8906224c9cc9f88d62a5e7",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "onedarkpro",
65+
"Name": "OneDark Pro",
66+
"Version": "18.0.0",
67+
"CompatVersion": "18.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": "18.0.0"
111+
}
112+
]
113+
}
114+
},
12115
"17.0.0": {
13116
"sources": [
14117
{

0 commit comments

Comments
 (0)