Skip to content

Commit 25980c0

Browse files
committed
Update activity bar badge colors and increase
version number
1 parent 1622c4b commit 25980c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/arifcode-theme.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"activityBar.foreground": "#D4D4D4",
6666
"activityBar.inactiveForeground": "#808080",
6767
"activityBar.border": "#333D3D",
68-
"activityBarBadge.background": "#333D3D",
69-
"activityBarBadge.foreground": "#99C794",
68+
"activityBarBadge.background": "#99C794",
69+
"activityBarBadge.foreground": "#171C1C",
7070
"sideBar.background": "#171C1C",
7171
"sideBar.foreground": "#D4D4D4",
7272
"sideBar.border": "#333D3D",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"build": "node src/index.js",
5656
"dev": "watch 'npm run build' ./src"
5757
},
58-
"version": "0.0.17"
58+
"version": "0.0.18"
5959
}

0 commit comments

Comments
 (0)