Skip to content

Commit 4c7bcbf

Browse files
authored
Update dracula to v19.0.0 (#50)
## Describe your changes - Updating an existing plugin ## Checklist - [x] I have run `npm run all` to validate my changes - [x] I have made sure my commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) - [x] I have added an entry for new Extensions in [CODEOWNERS](/CODEOWNERS) - [x] I have read and I agree with the [Qt Creator Extensions Store Publisher Terms](https://github.com/qt-creator/extension-registry/blob/main/documentation/publisher-terms.pdf)
2 parents 5f31031 + c333d54 commit 4c7bcbf

1 file changed

Lines changed: 102 additions & 1 deletion

File tree

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": "18.0.0",
10+
"latest": "19.0.0",
1111
"versions": {
12+
"19.0.0": {
13+
"sources": [
14+
{
15+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v19.0.0/Dracula-19.0.0-Windows-x64.7z",
16+
"sha256": "1e3d5f47ba3767d1d68f367b395a2df7fafd1ccfae57b4d5d1a98e000583a3aa",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v19.0.0/Dracula-19.0.0-Windows-arm64.7z",
24+
"sha256": "44d9f7d143d12c5c3ad9144605cc33f0f8938fb30e84d499759309ef13a39ebe",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v19.0.0/Dracula-19.0.0-Linux-x64.7z",
32+
"sha256": "09634de03478fdb888c413d515f0751b05b4707b7fda9aaf19cd5b47294a28af",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v19.0.0/Dracula-19.0.0-Linux-arm64.7z",
40+
"sha256": "60cf685e9a551cc5fa9f47e93dc9b6fec60bfe500eb25ddf5f2416cf7ff19676",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v19.0.0/Dracula-19.0.0-macOS-universal.7z",
48+
"sha256": "e8e103d2eaf64327badba08e74b9864024535b5899da549ca19f766243271bf3",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-dracula/releases/download/v19.0.0/Dracula-19.0.0-macOS-universal.7z",
56+
"sha256": "e8e103d2eaf64327badba08e74b9864024535b5899da549ca19f766243271bf3",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "dracula",
65+
"Name": "Dracula",
66+
"Version": "19.0.0",
67+
"CompatVersion": "19.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": "19.0.0"
109+
}
110+
]
111+
}
112+
},
12113
"18.0.0": {
13114
"sources": [
14115
{

0 commit comments

Comments
 (0)