Skip to content

Commit

Permalink
Add config for the vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Feb 13, 2021
1 parent 92122e5 commit 4b66912
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
*.backup
45 changes: 31 additions & 14 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,40 @@
"workbench.colorCustomizations": {
"statusBar.background": "#292929",
"sideBar.background": "#3b3d39",
"sideBarSectionHeader.border": "#507f29",
"input.border": "#507f29",
"sideBarSectionHeader.border": "#567d36",
"activityBar.background": "#567d36",
"activityBar.foreground": "#000000",
"activityBar.activeBackground": "#567d36",
"activityBar.activeBorder": "#ffa112",
"input.border": "#567d36",
"input.background": "#3b3d39",
"focusBorder": "#507f29",
"tab.activeBorderTop": "#507f29",
"tab.activeBorder": "#507f29",
"activityBar.activeBackground": "#4c7926",
"button.background": "#507f29",
"checkbox.background": "#507f29",
"list.activeSelectionBackground": "#507f29",
"list.focusBackground": "#507f29",
"list.hoverBackground": "#507f29",
"focusBorder": "#567d36",
"tab.activeBorderTop": "#567d36",
"tab.activeBorder": "#567d36",
"button.background": "#567d36",
"checkbox.background": "#567d36",
"list.activeSelectionBackground": "#567d36",
"list.focusBackground": "#567d36",
"list.hoverBackground": "#567d36",
"list.inactiveSelectionBackground": "#434343",
"minimap.selectionHighlight": "#ffa112",
"editor.background": "#262626",
"activityBar.background": "#507f29",
"activityBar.foreground": "#000000",
"activityBar.activeBorder": "#ffa112",

"terminal.ansiBlack": "#2c2c2c",
"terminal.ansiBrightBlack": "#535353",
"terminal.ansiRed": "#ff0000",
"terminal.ansiBrightRed": "#dc3936",
"terminal.ansiGreen": "#567d36",
"terminal.ansiBrightGreen": "#81b622",
"terminal.ansiYellow": "#ffa112",
"terminal.ansiBrightYellow": "#feb601",
"terminal.ansiBlue": "#0883dd",
"terminal.ansiBrightBlue": "#2486d4",
"terminal.ansiMagenta": "#af27c6",
"terminal.ansiBrightMagenta": "#ab4abc",
"terminal.ansiCyan": "#1c7a82",
"terminal.ansiBrightCyan": "#26c6da",
"terminal.ansiWhite": "#bab7b7",
"terminal.ansiBrightWhite": "#ffffff"
}
}

0 comments on commit 4b66912

Please sign in to comment.