Remove code related to vscode color customization (#5235)
This commit is contained in:
parent
448adfdd23
commit
4cec45fcd3
1 changed files with 1 additions and 17 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
|
@ -7,21 +7,5 @@
|
|||
}
|
||||
},
|
||||
"ruby.format": "rubocop",
|
||||
"ruby.intellisense": "rubyLocate",
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#ab307e",
|
||||
"activityBar.activeBorder": "#25320e",
|
||||
"activityBar.foreground": "#e7e7e7",
|
||||
"activityBar.inactiveForeground": "#e7e7e799",
|
||||
"activityBarBadge.background": "#25320e",
|
||||
"activityBarBadge.foreground": "#e7e7e7",
|
||||
"titleBar.activeBackground": "#832561",
|
||||
"titleBar.inactiveBackground": "#83256199",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveForeground": "#e7e7e799",
|
||||
"statusBar.background": "#832561",
|
||||
"statusBarItem.hoverBackground": "#ab307e",
|
||||
"statusBar.foreground": "#e7e7e7"
|
||||
},
|
||||
"peacock.color": "#832561"
|
||||
"ruby.intellisense": "rubyLocate"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue