Skip to content

Commit d1c8ae1

Browse files
committed
feat: improve colors and add no logo
1 parent 3afed3d commit d1c8ae1

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

assets/icon-nobg.png

67.7 KB
Loading
File renamed without changes.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dimfire",
33
"displayName": "Dim Fire",
44
"description": "Dim, simple, warm theme for the minimalist.",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "ahme-dev",
77
"repository": {
88
"url": "https://github.com/ahme-dev/dimfire",
@@ -14,7 +14,7 @@
1414
"categories": [
1515
"Themes"
1616
],
17-
"icon": "assets/icon.png",
17+
"icon": "assets/iconnobg.png",
1818
"keywords": [
1919
"dark",
2020
"dim",
@@ -25,9 +25,9 @@
2525
"contributes": {
2626
"themes": [
2727
{
28-
"label": "Dim Fire Theme",
28+
"label": "Dim Fire",
2929
"uiTheme": "vs-dark",
30-
"path": "./themes/Dim Fire Theme-color-theme.json"
30+
"path": "./themes/Dim Fire-color-theme.json"
3131
}
3232
]
3333
}
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "Dim Fire Theme",
2+
"name": "Dim Fire",
33
"colors": {
44
"editor.background": "#212121",
5-
"editor.foreground": "#dadada",
5+
"editor.foreground": "#d1d1d1",
66
"activityBarBadge.background": "#212121",
77
"sideBarTitle.foreground": "#515151",
88
"sideBar.background": "#212121",
@@ -12,10 +12,12 @@
1212
"scrollbarSlider.background": "#313131",
1313
"button.background": "#414141",
1414
"focusBorder": "#5a4a3a",
15+
1516
"statusBar.background": "#212121",
1617
"statusBar.border": "#21212100",
1718
"statusBar.foreground": "#616161",
18-
"editorInlayHint.background": "#21212100",
19+
20+
"editorInlayHint.background": "#313131",
1921

2022
"editorInlayHint.foreground": "#717171",
2123
},
@@ -44,7 +46,7 @@
4446
"parameter",
4547
],
4648
"settings": {
47-
"foreground": "#dadada",
49+
"foreground": "#d1d1d1",
4850
}
4951
},
5052
{
@@ -64,7 +66,7 @@
6466
"source.js constant.other.object.key.js string.unquoted.label.js"
6567
],
6668
"settings": {
67-
"foreground": "#dadada",
69+
"foreground": "#d1d1d1",
6870
}
6971
},
7072

@@ -82,7 +84,7 @@
8284
"support.type"
8385
],
8486
"settings": {
85-
"foreground": "#dadada"
87+
"foreground": "#d1d1d1"
8688
}
8789
},
8890

@@ -99,7 +101,7 @@
99101
"markup.deleted.git_gutter"
100102
],
101103
"settings": {
102-
"foreground": "#df9696",
104+
"foreground": "#ad7777",
103105
}
104106
},
105107

@@ -122,7 +124,7 @@
122124
"constant.character.escape"
123125
],
124126
"settings": {
125-
"foreground": "#d6d1c0",
127+
"foreground": "#bbb6a4",
126128
// "foreground": "#dadada",
127129
}
128130
},
@@ -137,7 +139,7 @@
137139
"keyword.other.special-method"
138140
],
139141
"settings": {
140-
"foreground": "#d6d1c0"
142+
"foreground": "#bbb6a4"
141143
// "foreground": "#dadada",
142144
}
143145
},
@@ -163,7 +165,7 @@
163165
"text.html.basic entity.other.attribute-name"
164166
],
165167
"settings": {
166-
"foreground": "#d6d1c0",
168+
"foreground": "#bbb6a4",
167169
}
168170
},
169171

0 commit comments

Comments
 (0)