Skip to content

Commit 2d836fb

Browse files
committed
Add "OneDark Pro" plugin
1 parent fd728f2 commit 2d836fb

File tree

2 files changed

+117
-0
lines changed

2 files changed

+117
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file describes who owns and is responsible for maintaining each extension registration
22

33
/registry/cristianadam.dracula @cristianadam
4+
/registry/cristianadam.onedarkpro @cristianadam
45
/registry/cristianadam.phantomstyle @cristianadam
56
/registry/theqtcompany.aiassistant @Maddimax @lupax
67
/registry/theqtcompany.vale @Maddimax
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"$schema": "../../schema/extension.schema.json",
3+
"info": {
4+
"id": "onedarkpro",
5+
"vendor_id": "cristianadam",
6+
"display_name": "OneDark Pro",
7+
"display_vendor": "Cristian Adam",
8+
"license": "open-source"
9+
},
10+
"latest": "17.0.0",
11+
"versions": {
12+
"17.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v17.0.0/OneDarkPro-17.0.0-Windows-x64.7z",
16+
"sha256": "0b1bd79c112b8f5e0f22fdef983e81ff8cd9546ca2815f9bbe6be55197c1f95b",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v17.0.0/OneDarkPro-17.0.0-Windows-arm64.7z",
24+
"sha256": "6f6b5b024383edd7337c10f91379fa2c21de542674ec93665449129ecc8f87d0",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v17.0.0/OneDarkPro-17.0.0-Linux-x64.7z",
32+
"sha256": "792acbc3031234256f73e455d0596fa10f27c5ecc081539653383dd24b898fc4",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v17.0.0/OneDarkPro-17.0.0-Linux-arm64.7z",
40+
"sha256": "e8e02f4f53cfd0d6e0025df0effcc33ffb833475c46ec45eb3aee2a035501888",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v17.0.0/OneDarkPro-17.0.0-macOS-universal.7z",
48+
"sha256": "84f8a1fa266116bc9b0f2883944764b1ed11e65b8e78dfd775285b5bf8ccc738",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-onedark-pro/releases/download/v17.0.0/OneDarkPro-17.0.0-macOS-universal.7z",
56+
"sha256": "84f8a1fa266116bc9b0f2883944764b1ed11e65b8e78dfd775285b5bf8ccc738",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "onedarkpro",
65+
"Name": "OneDark Pro",
66+
"Version": "17.0.0",
67+
"CompatVersion": "17.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": "17.0.0"
111+
}
112+
]
113+
}
114+
}
115+
}
116+
}

0 commit comments

Comments
 (0)