Skip to content

Commit 80e6dc3

Browse files
authored
Update dracula to v18.0.0 (#36)
2 parents 006538b + 241851b commit 80e6dc3

File tree

1 file changed

+102
-1
lines changed

1 file changed

+102
-1
lines changed

registry/cristianadam.dracula/extension.json

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,109 @@
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-dracula/releases/download/v18.0.0/Dracula-18.0.0-Windows-x64.7z",
16+
"sha256": "62c338a208849ee927d024fc7de58c1a6c4225e718b9a3aa8a1de7c56bfb9804",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v18.0.0/Dracula-18.0.0-Windows-arm64.7z",
24+
"sha256": "5c9c3969bce84384eb9f40986ba8f5c74ace3788b4f833d5fa7c2c906ec81fe7",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v18.0.0/Dracula-18.0.0-Linux-x64.7z",
32+
"sha256": "0e4cb85b8546a5d9b60d7b069140a68a2b210a3c0fe8e2666d4f83d79d4c98b0",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v18.0.0/Dracula-18.0.0-Linux-arm64.7z",
40+
"sha256": "c5245b2ff915c4108d1a21e5836f7f283941767f5e9e1c14df32816d64cf423b",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v18.0.0/Dracula-18.0.0-macOS-universal.7z",
48+
"sha256": "cbaa251580aabc5f2a30ec53333ae1f0f6e9a9f7d5b56b991b266d5fedf9ed20",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v18.0.0/Dracula-18.0.0-macOS-universal.7z",
56+
"sha256": "cbaa251580aabc5f2a30ec53333ae1f0f6e9a9f7d5b56b991b266d5fedf9ed20",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "dracula",
65+
"Name": "Dracula",
66+
"Version": "18.0.0",
67+
"CompatVersion": "18.0.0",
68+
"Vendor": "Cristian Adam",
69+
"VendorId": "cristianadam",
70+
"Copyright": "(C) 2016 Dracula Theme, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
71+
"License": "MIT",
72+
"SoftLoadable": true,
73+
"Description": "Dark theme for Qt Creator",
74+
"LongDescription": [
75+
"# Dracula for [Qt Creator](https://www.qt.io/product/development-tools)",
76+
"",
77+
"> A dark theme for [Qt Creator](https://www.qt.io/product/development-tools).",
78+
"",
79+
"![Screenshot](https://raw.githubusercontent.com/cristianadam/qt-creator-dracula/refs/heads/master/screenshot.png)",
80+
"",
81+
"## Install",
82+
"",
83+
"All instructions can be found at [draculatheme.com/qtcreator](https://draculatheme.com/qtcreator).",
84+
"",
85+
"## Team",
86+
"",
87+
"This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/qtcreator/graphs/contributors).",
88+
"",
89+
"| [![Ergenekon Yigit](https://avatars1.githubusercontent.com/u/7110136?v=3&s=70)](https://github.com/ergenekonyigit) |",
90+
"| ------------------------------------------------------------------------------------------------------------------ |",
91+
"| [Ergenekon Yigit](https://github.com/ergenekonyigit) |",
92+
"",
93+
"## Community",
94+
"",
95+
"- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.",
96+
"- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.",
97+
"- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.",
98+
"",
99+
"## License",
100+
"",
101+
"[MIT License](./LICENSE)"
102+
],
103+
"Url": "https://github.com/cristianadam/qt-creator-dracula",
104+
"DocumentationUrl": "",
105+
"Dependencies": [
106+
{
107+
"Id": "core",
108+
"Version": "18.0.0"
109+
}
110+
]
111+
}
112+
},
12113
"17.0.0": {
13114
"sources": [
14115
{

0 commit comments

Comments
 (0)