|
20 | 20 | "editor.background": "#1c2022", |
21 | 21 | "editor.findMatchBackground": "#ffe8e82a", // CTRL + F ile bulma Eklenecek |
22 | 22 | "editor.foreground": "#bababa", |
23 | | - "editor.lineHighlightBackground": "#080808", |
24 | | - "editor.selectionBackground": "#FFC00050", |
| 23 | + "editor.lineHighlightBackground": "#1c2022", // Seçili satırı aydınlatma |
| 24 | + "editor.selectionBackground": "#6b410177", // Seçili metnin arka planı |
25 | 25 | "editorCursor.foreground": "#f8f8f0", |
26 | 26 | "editorGroup.border": "#111518", // 2 editör arasındaki çizgi |
27 | 27 | "editorGroupHeader.tabsBackground": "#171a1b", // Sekzmelerin arkaplanı |
|
88 | 88 | "tab.inactiveForeground": "#C0C0C0", |
89 | 89 | "terminal.background": "#1c2022", // Terminal arkaplanı |
90 | 90 | "terminal.foreground": "#bababa", |
91 | | - "terminal.selectionBackground": "#ffe8e823", |
| 91 | + "terminal.selectionBackground": "#6b410177", // Terminalde seçili metin arkapanı |
92 | 92 | "terminalCursor.foreground": "#e4d9cc", |
93 | 93 | "textLink.activeForeground": "#dba827", // Linkler |
94 | 94 | "textLink.foreground": "#bb8b54", |
|
0 commit comments