File tree 4 files changed +127
-129
lines changed
4 files changed +127
-129
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "workbench.colorCustomizations" : {
3
- "activityBar.activeBackground" : " #1f6fd0" ,
4
- "activityBar.activeBorder" : " #ee90bb" ,
5
- "activityBar.background" : " #1f6fd0" ,
6
- "activityBar.foreground" : " #e7e7e7" ,
7
- "activityBar.inactiveForeground" : " #e7e7e799" ,
8
- "activityBarBadge.background" : " #ee90bb" ,
9
- "activityBarBadge.foreground" : " #15202b" ,
10
- "statusBar.background" : " #1857a4" ,
11
- "statusBar.border" : " #1857a4" ,
12
- "statusBar.foreground" : " #e7e7e7" ,
13
- "statusBarItem.hoverBackground" : " #1f6fd0" ,
14
- "titleBar.activeBackground" : " #1857a4" ,
15
- "titleBar.activeForeground" : " #e7e7e7" ,
16
- "titleBar.border" : " #1857a4" ,
17
- "titleBar.inactiveBackground" : " #1857a499" ,
18
- "titleBar.inactiveForeground" : " #e7e7e799"
19
- },
20
2
"peacock.remoteColor" : " #1857a4"
21
3
}
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ group :jekyll_plugins do
15
15
gem "jekyll-include-cache"
16
16
gem "jekyll-algolia"
17
17
end
18
-
19
- gem "activesupport" , ">= 4.1.11"
18
+ gem "webrick" , "~> 1.7"
You can’t perform that action at this time.
0 commit comments