Skip to content

Commit 8589eea

Browse files
committed
update xscriptor-themes v1.0.1
1 parent e5c0d9e commit 8589eea

3 files changed

Lines changed: 164 additions & 2 deletions

File tree

themes/xscriptor-themes/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All important modifications to this VSCode theme collection will be documented in this file.
44

55
---
6+
7+
## [1.0.1] - 2025-09-26
8+
- Add minimalist Product Icon Theme support (Dev)
9+
- Update documentation
10+
611
## [1.0.0] - 2025-09-22
712
- Big update, added new themes:
813
- X Retro
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
{
2+
"fonts": [
3+
{
4+
"id": "xscriptor-product-icons",
5+
"src": [
6+
{
7+
"path": "./fonts/xscriptor-product-icons.woff",
8+
"format": "woff"
9+
}
10+
],
11+
"weight": "normal",
12+
"style": "normal"
13+
}
14+
],
15+
"iconDefinitions": {
16+
"account": {
17+
"fontCharacter": "\\e001",
18+
"fontId": "xscriptor-product-icons"
19+
},
20+
"add": {
21+
"fontCharacter": "\\e002",
22+
"fontId": "xscriptor-product-icons"
23+
},
24+
"arrow-down": {
25+
"fontCharacter": "\\e003",
26+
"fontId": "xscriptor-product-icons"
27+
},
28+
"arrow-left": {
29+
"fontCharacter": "\\e004",
30+
"fontId": "xscriptor-product-icons"
31+
},
32+
"arrow-right": {
33+
"fontCharacter": "\\e005",
34+
"fontId": "xscriptor-product-icons"
35+
},
36+
"arrow-up": {
37+
"fontCharacter": "\\e006",
38+
"fontId": "xscriptor-product-icons"
39+
},
40+
"bookmark": {
41+
"fontCharacter": "\\e007",
42+
"fontId": "xscriptor-product-icons"
43+
},
44+
"chevron-down": {
45+
"fontCharacter": "\\e008",
46+
"fontId": "xscriptor-product-icons"
47+
},
48+
"chevron-left": {
49+
"fontCharacter": "\\e009",
50+
"fontId": "xscriptor-product-icons"
51+
},
52+
"chevron-right": {
53+
"fontCharacter": "\\e00a",
54+
"fontId": "xscriptor-product-icons"
55+
},
56+
"chevron-up": {
57+
"fontCharacter": "\\e00b",
58+
"fontId": "xscriptor-product-icons"
59+
},
60+
"collapse-all": {
61+
"fontCharacter": "\\e00c",
62+
"fontId": "xscriptor-product-icons"
63+
},
64+
"comment": {
65+
"fontCharacter": "\\e00d",
66+
"fontId": "xscriptor-product-icons"
67+
},
68+
"debug-alt": {
69+
"fontCharacter": "\\e00e",
70+
"fontId": "xscriptor-product-icons"
71+
},
72+
"debug-console": {
73+
"fontCharacter": "\\e00f",
74+
"fontId": "xscriptor-product-icons"
75+
},
76+
"edit": {
77+
"fontCharacter": "\\e010",
78+
"fontId": "xscriptor-product-icons"
79+
},
80+
"extensions": {
81+
"fontCharacter": "\\e011",
82+
"fontId": "xscriptor-product-icons"
83+
},
84+
"feedback": {
85+
"fontCharacter": "\\e012",
86+
"fontId": "xscriptor-product-icons"
87+
},
88+
"files": {
89+
"fontCharacter": "\\e013",
90+
"fontId": "xscriptor-product-icons"
91+
},
92+
"git-branch": {
93+
"fontCharacter": "\\e014",
94+
"fontId": "xscriptor-product-icons"
95+
},
96+
"git-merge": {
97+
"fontCharacter": "\\e015",
98+
"fontId": "xscriptor-product-icons"
99+
},
100+
"git-pull-request": {
101+
"fontCharacter": "\\e016",
102+
"fontId": "xscriptor-product-icons"
103+
},
104+
"notifications": {
105+
"fontCharacter": "\\e017",
106+
"fontId": "xscriptor-product-icons"
107+
},
108+
"output": {
109+
"fontCharacter": "\\e018",
110+
"fontId": "xscriptor-product-icons"
111+
},
112+
"problems": {
113+
"fontCharacter": "\\e019",
114+
"fontId": "xscriptor-product-icons"
115+
},
116+
"refresh": {
117+
"fontCharacter": "\\e01a",
118+
"fontId": "xscriptor-product-icons"
119+
},
120+
"run": {
121+
"fontCharacter": "\\e01b",
122+
"fontId": "xscriptor-product-icons"
123+
},
124+
"search-view-icon": {
125+
"fontCharacter": "\\e01c",
126+
"fontId": "xscriptor-product-icons"
127+
},
128+
"search": {
129+
"fontCharacter": "\\e01d",
130+
"fontId": "xscriptor-product-icons"
131+
},
132+
"settings-gear": {
133+
"fontCharacter": "\\e01e",
134+
"fontId": "xscriptor-product-icons"
135+
},
136+
"source-control": {
137+
"fontCharacter": "\\e01f",
138+
"fontId": "xscriptor-product-icons"
139+
},
140+
"terminal": {
141+
"fontCharacter": "\\e020",
142+
"fontId": "xscriptor-product-icons"
143+
},
144+
"trash": {
145+
"fontCharacter": "\\e021",
146+
"fontId": "xscriptor-product-icons"
147+
}
148+
}
149+
}

themes/xscriptor-themes/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "xscriptor-themes",
33
"displayName": "Xscriptor Themes",
44
"description": "Collection of themes for Visual Studio Code by Xscriptor.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"publisher": "xscriptor",
77
"license": "MIT",
88
"engines": { "vscode": "^1.70.0" },
@@ -14,7 +14,7 @@
1414

1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/xscriptorcode/X",
17+
"url": "https://github.com/xscriptordev/vscode",
1818
"directory": "vscodethemes/xscriptorthemes"
1919
},
2020
"bugs": { "url": "https://github.com/xscriptordev/vscode/issues" },
@@ -55,12 +55,20 @@
5555
"label": "Xscriptor Greyscale Icons",
5656
"path": "./icons/xscriptor-greyscale-icons.json"
5757
}
58+
],
59+
"productIconThemes": [
60+
{
61+
"id": "xscriptor-product-icons",
62+
"label": "Xscriptor Product Icons",
63+
"path": "./icons/xscriptor-product-icons.json"
64+
}
5865
]
5966
},
6067

6168
"files": [
6269
"themes/*.json",
6370
"icons/*.svg",
71+
"fonts/*.woff",
6472
"icons/*.json",
6573
"image/icon.png",
6674
"README.md",

0 commit comments

Comments
 (0)