|
1 | 1 | { |
2 | 2 | "workbench.colorCustomizations": { |
| 3 | + "editor.findMatchHighlightBorder": "#ff0000", |
| 4 | + "editor.selectionHighlightBackground": "#006eff55", |
| 5 | + "editor.selectionBackground": "#006effA5", |
| 6 | + "highlight": "#ff0000", |
| 7 | + "editor.findMatchBackground": "#3cff0085", |
| 8 | + "editor.findMatchHighlightForeground": "#000000ea", |
| 9 | + "editorLineNumber.foreground": "#9e95ffdf", |
3 | 10 | "activityBar.background": "#3060fd", |
4 | | - "activityBar.inactiveForeground": "#a9a9a9", |
5 | | - "activityBar.foreground": "#fdfdfd", |
6 | 11 | "titleBar.activeBackground": "#3060fd", |
7 | 12 | "titleBar.activeForeground": "#FBFBFE", |
| 13 | + "editor.lineHighlightBorder": "#9fced11f", |
8 | 14 | "tab.activeBackground": "#232635", |
9 | 15 | "tab.hoverBackground": "#2d3144", |
10 | 16 | "editorIndentGuide.activeBackground1": "#95ff00", |
11 | 17 | "editorUnnecessaryCode.border": "#ff0000", |
12 | 18 | "list.activeSelectionBackground": "#0f74e098", |
13 | 19 | "list.activeSelectionForeground": "#ffffff", |
14 | 20 | "list.inactiveSelectionBackground": "#0f74e083", |
15 | | - "list.hoverBackground": "#0f74e0d8" |
| 21 | + "list.hoverBackground": "#0f74e0d8", |
| 22 | + "terminal.background": "#00000000", |
| 23 | + "activityBar.inactiveForeground": "#a9a9a9", |
| 24 | + "activityBar.foreground": "#fdfdfd", |
| 25 | + "titleBar.inactiveBackground": "#0F2A64", |
| 26 | + "titleBar.inactiveForeground": "#F8FAFE" |
16 | 27 | }, |
17 | 28 | "typescript.tsdk": "node_modules/typescript/lib", |
18 | 29 | "postman.settings.dotenv-detection-notification-visibility": false, |
|
0 commit comments