11{
2- "name" : " dimfire" ,
3- "displayName" : " Dim Fire" ,
4- "description" : " Dim, simple, warm theme for the minimalist." ,
5- "version" : " 1.0.0 " ,
6- "publisher" : " ahme-dev" ,
7- "repository" : {
8- "url" : " https://github.com/ahme-dev/dimfire" ,
9- "type" : " git"
10- },
11- "engines" : {
12- "vscode" : " ^1.97.0"
13- },
14- "categories" : [
15- " Themes"
16- ],
17- "icon" : " assets/icon-nobg.png" ,
18- "keywords" : [
19- " dark" ,
20- " dim" ,
21- " warm" ,
22- " minimal" ,
23- " simple"
24- ],
25- "contributes" : {
26- "themes" : [
27- {
28- "label" : " Dim Fire Night" ,
29- "uiTheme" : " vs-dark" ,
30- "path" : " ./themes/Dim Fire Night-color-theme.json"
31- },
32- {
33- "label" : " Dim Fire Dusk" ,
34- "uiTheme" : " vs-dark" ,
35- "path" : " ./themes/Dim Fire Dusk-color-theme.json"
36- },
37- {
38- "label" : " Dim Fire Day" ,
39- "uiTheme" : " vs" ,
40- "path" : " ./themes/Dim Fire Day-color-theme.json"
41- }
42- ]
43- },
44- "scripts" : {
45- "format" : " biome format --write" ,
46- "compose" : " bun --experimental-strip-types compose/main.ts"
47- },
48- "devDependencies" : {
49- "@biomejs/biome" : " ^2.1.0" ,
50- "@types/node" : " ^24.0.10"
51- }
2+ "name" : " dimfire" ,
3+ "displayName" : " Dim Fire" ,
4+ "description" : " Dim, simple, warm theme for the minimalist." ,
5+ "version" : " 1.0.1 " ,
6+ "publisher" : " ahme-dev" ,
7+ "repository" : {
8+ "url" : " https://github.com/ahme-dev/dimfire" ,
9+ "type" : " git"
10+ },
11+ "engines" : {
12+ "vscode" : " ^1.97.0"
13+ },
14+ "categories" : [
15+ " Themes"
16+ ],
17+ "icon" : " assets/icon-nobg.png" ,
18+ "keywords" : [
19+ " dark" ,
20+ " dim" ,
21+ " warm" ,
22+ " minimal" ,
23+ " simple"
24+ ],
25+ "contributes" : {
26+ "themes" : [
27+ {
28+ "label" : " Dim Fire Night" ,
29+ "uiTheme" : " vs-dark" ,
30+ "path" : " ./themes/Dim Fire Night-color-theme.json"
31+ },
32+ {
33+ "label" : " Dim Fire Dusk" ,
34+ "uiTheme" : " vs-dark" ,
35+ "path" : " ./themes/Dim Fire Dusk-color-theme.json"
36+ },
37+ {
38+ "label" : " Dim Fire Day" ,
39+ "uiTheme" : " vs" ,
40+ "path" : " ./themes/Dim Fire Day-color-theme.json"
41+ }
42+ ]
43+ },
44+ "scripts" : {
45+ "format" : " biome format --write" ,
46+ "compose" : " bun --experimental-strip-types compose/main.ts"
47+ },
48+ "devDependencies" : {
49+ "@biomejs/biome" : " ^2.1.0" ,
50+ "@types/node" : " ^24.0.10"
51+ }
5252}
0 commit comments