Skip to content

Commit 2f05cd3

Browse files
committed
Update nomoicontheme to v19.0.0
1 parent c2cc3e0 commit 2f05cd3

1 file changed

Lines changed: 113 additions & 1 deletion

File tree

registry/cristianadam.nomoicontheme/extension.json

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,120 @@
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-nomo-icontheme/releases/download/v19.0.0/NomoIconTheme-19.0.0-Windows-x64.7z",
16+
"sha256": "e6e9b561a41e12e390251ed5352abd40b0ae64872684af24a99b0cdefcc6dc30",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v19.0.0/NomoIconTheme-19.0.0-Windows-arm64.7z",
24+
"sha256": "0fc5bf117906ddcfe0c483dcb360512f5282ef81233e86328c3f2cc4b3bda9c8",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v19.0.0/NomoIconTheme-19.0.0-Linux-x64.7z",
32+
"sha256": "2198d913c59c3bbe42542fed58c32be6464c75b8e9ae9320be2a68d7acadb2b9",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v19.0.0/NomoIconTheme-19.0.0-Linux-arm64.7z",
40+
"sha256": "826077a4f49dd9e2ece07aaeaee2c4fd1bb9e9195337a4e4b95cb37b2403c5f9",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v19.0.0/NomoIconTheme-19.0.0-macOS-universal.7z",
48+
"sha256": "09db15dc76481331c05c1eb0c804aa9ca9493b89192f177530037d356b1ce76c",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v19.0.0/NomoIconTheme-19.0.0-macOS-universal.7z",
56+
"sha256": "09db15dc76481331c05c1eb0c804aa9ca9493b89192f177530037d356b1ce76c",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "nomoicontheme",
65+
"Name": "Nomo Icon Theme",
66+
"Version": "19.0.0",
67+
"CompatVersion": "19.0.0",
68+
"Vendor": "Cristian Adam",
69+
"VendorId": "cristianadam",
70+
"Copyright": "(C) 2019 Andreas Schulz, Cristian Adam, Copyright (C) The Qt Company Ltd. and other contributors.",
71+
"License": "MIT",
72+
"SoftLoadable": true,
73+
"Description": "Custon icon theme for Qt Creator",
74+
"LongDescription": [
75+
"# Qt Creator Nomo Icon Theme",
76+
"",
77+
"Custom icon theme for [Qt Creator](https://www.qt.io/product/development-tools).",
78+
"Based upon [Nomo Dark icon set for Visual Studio Code](https://github.com/be5invis/vscode-iconset).",
79+
"",
80+
"# Screenshots",
81+
"",
82+
"![Screenshot-macOS](https://raw.githubusercontent.com/cristianadam/qt-creator-nomo-icontheme/refs/heads/master/screenshots/macOS.png)",
83+
"![Screenshot-Linux](https://raw.githubusercontent.com/cristianadam/qt-creator-nomo-icontheme/refs/heads/master/screenshots/Linux.png)",
84+
"![Screenshot-Windows](https://raw.githubusercontent.com/cristianadam/qt-creator-nomo-icontheme/refs/heads/master/screenshots/Windows.png)",
85+
"",
86+
"# License",
87+
"",
88+
"```",
89+
"MIT License",
90+
"",
91+
"Copyright 2025 Cristian Adam",
92+
"Copyright 2017-2021 Renzhi Li (a.k.a Belleve Invis)",
93+
"Copyright (c) 2019 Andreas Schulz",
94+
"",
95+
"Permission is hereby granted, free of charge, to any person obtaining a copy",
96+
"of this software and associated documentation files (the \"Software\"), to deal",
97+
"in the Software without restriction, including without limitation the rights",
98+
"to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
99+
"copies of the Software, and to permit persons to whom the Software is",
100+
"furnished to do so, subject to the following conditions:",
101+
"",
102+
"The above copyright notice and this permission notice shall be included in all",
103+
"copies or substantial portions of the Software.",
104+
"",
105+
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
106+
"IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
107+
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
108+
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
109+
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
110+
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
111+
"SOFTWARE.",
112+
"```"
113+
],
114+
"Url": "https://github.com/cristianadam/qt-creator-icontheme",
115+
"DocumentationUrl": "",
116+
"Dependencies": [
117+
{
118+
"Id": "core",
119+
"Version": "19.0.0"
120+
}
121+
]
122+
}
123+
},
12124
"18.0.0": {
13125
"sources": [
14126
{

0 commit comments

Comments
 (0)