We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1622c4b commit 25980c0Copy full SHA for 25980c0
dist/arifcode-theme.json
@@ -65,8 +65,8 @@
65
"activityBar.foreground": "#D4D4D4",
66
"activityBar.inactiveForeground": "#808080",
67
"activityBar.border": "#333D3D",
68
- "activityBarBadge.background": "#333D3D",
69
- "activityBarBadge.foreground": "#99C794",
+ "activityBarBadge.background": "#99C794",
+ "activityBarBadge.foreground": "#171C1C",
70
"sideBar.background": "#171C1C",
71
"sideBar.foreground": "#D4D4D4",
72
"sideBar.border": "#333D3D",
package.json
@@ -55,5 +55,5 @@
55
"build": "node src/index.js",
56
"dev": "watch 'npm run build' ./src"
57
},
58
- "version": "0.0.17"
+ "version": "0.0.18"
59
}
0 commit comments