Skip to content

Commit e682f52

Browse files
committed
Add "Nomo Icon Theme" plugin
1 parent 13a1ff7 commit e682f52

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-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.nomoicontheme @cristianadam
45
/registry/cristianadam.onedarkpro @cristianadam
56
/registry/cristianadam.phantomstyle @cristianadam
67
/registry/theqtcompany.aiassistant @Maddimax @lupax
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
{
2+
"$schema": "../../schema/extension.schema.json",
3+
"info": {
4+
"id": "nomoicontheme",
5+
"vendor_id": "cristianadam",
6+
"display_name": "Nomo Icon Theme",
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-nomo-icontheme/releases/download/v17.0.0/NomoIconTheme-17.0.0-Windows-x64.7z",
16+
"sha256": "60750a9bcfe0f221acf1bb31f9210aa9db97f38de79dd45881ad9f6d9bc68caf",
17+
"platform": {
18+
"name": "Windows",
19+
"architecture": "x86_64"
20+
}
21+
},
22+
{
23+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v17.0.0/NomoIconTheme-17.0.0-Windows-arm64.7z",
24+
"sha256": "d7f870c9d666dfdd3ab37e302ac8e598bbd71af83275336abc3ac2effa1d9ca4",
25+
"platform": {
26+
"name": "Windows",
27+
"architecture": "arm64"
28+
}
29+
},
30+
{
31+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v17.0.0/NomoIconTheme-17.0.0-Linux-x64.7z",
32+
"sha256": "47a9c495674189762212e62a21087317e3e0b7c234f51a824f1764bd54d7e6cd",
33+
"platform": {
34+
"name": "Linux",
35+
"architecture": "x86_64"
36+
}
37+
},
38+
{
39+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v17.0.0/NomoIconTheme-17.0.0-Linux-arm64.7z",
40+
"sha256": "0b5ccf3713f81f9fe4d10bb164b5e25f52d0692b0c3815e336133f40bb9eab5c",
41+
"platform": {
42+
"name": "Linux",
43+
"architecture": "arm64"
44+
}
45+
},
46+
{
47+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v17.0.0/NomoIconTheme-17.0.0-macOS-universal.7z",
48+
"sha256": "4b49b6d28f604646230d22d3c82b3400cb7809eabfb4344b0a031f0a40506abd",
49+
"platform": {
50+
"name": "macOS",
51+
"architecture": "x86_64"
52+
}
53+
},
54+
{
55+
"url": "https://github.com/cristianadam/qt-creator-nomo-icontheme/releases/download/v17.0.0/NomoIconTheme-17.0.0-macOS-universal.7z",
56+
"sha256": "4b49b6d28f604646230d22d3c82b3400cb7809eabfb4344b0a031f0a40506abd",
57+
"platform": {
58+
"name": "macOS",
59+
"architecture": "arm64"
60+
}
61+
}
62+
],
63+
"metadata": {
64+
"Id": "nomoicontheme",
65+
"Name": "Nomo Icon Theme",
66+
"Version": "17.0.0",
67+
"CompatVersion": "17.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": "17.0.0"
120+
}
121+
]
122+
}
123+
}
124+
}
125+
}

0 commit comments

Comments
 (0)