Skip to content

Commit a46aac2

Browse files
committed
fix: contrast between dusk and night
1 parent 8c5ba50 commit a46aac2

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

compose/themes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const themes = [
88
g3: "#414141",
99
g3transparent: "#414141d0",
1010
g4: "#717171",
11-
g5: "#a4a4a4",
11+
g5: "#c1c1c1",
1212
g6: "#e1e1e1",
1313
g7: "#f1f1f1",
1414

@@ -37,7 +37,7 @@ export const themes = [
3737

3838
g3transparent: "#4f4f4fd0",
3939
g4: "#616161",
40-
g5: "#c1c1c1",
40+
g5: "#b1b1b1",
4141
g6: "#d1d1d1",
4242
g7: "#efefef",
4343

package.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
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

Comments
 (0)