|
| 1 | +{ |
| 2 | + "$schema": "vscode://schemas/color-theme", |
| 3 | + "name": "CortexIDE Dark", |
| 4 | + "include": "./dark_vs.json", |
| 5 | + "colors": { |
| 6 | + "editor.background": "#010101", |
| 7 | + "editor.foreground": "#e2e3f0", |
| 8 | + "sideBar.background": "#040404", |
| 9 | + "sideBar.foreground": "#e2e3f0", |
| 10 | + "sideBarTitle.foreground": "#a5a7c4", |
| 11 | + "input.background": "#080808", |
| 12 | + "input.foreground": "#e2e3f0", |
| 13 | + "input.placeholderForeground": "#6d708d", |
| 14 | + "input.border": "#1f1f1f", |
| 15 | + "focusBorder": "#7b5cff", |
| 16 | + "checkbox.border": "#1f1f1f", |
| 17 | + "editor.inactiveSelectionBackground": "#0d0d0d", |
| 18 | + "editorIndentGuide.background1": "#161616", |
| 19 | + "editorIndentGuide.activeBackground1": "#1f1f1f", |
| 20 | + "editor.selectionHighlightBackground": "#7b5cff26", |
| 21 | + "list.dropBackground": "#101010", |
| 22 | + "activityBarBadge.background": "#7b5cff", |
| 23 | + "menu.background": "#080808", |
| 24 | + "menu.foreground": "#e2e3f0", |
| 25 | + "menu.separatorBackground": "#1f1f1f", |
| 26 | + "menu.border": "#1f1f1f", |
| 27 | + "menu.selectionBackground": "#101010", |
| 28 | + "sideBarSectionHeader.background": "#0000", |
| 29 | + "sideBarSectionHeader.border": "#1f1f1f", |
| 30 | + "tab.selectedBackground": "#080808", |
| 31 | + "tab.selectedForeground": "#e2e3f0", |
| 32 | + "tab.lastPinnedBorder": "#1f1f1f", |
| 33 | + "list.activeSelectionIconForeground": "#e2e3f0", |
| 34 | + "terminal.inactiveSelectionBackground": "#0d0d0d", |
| 35 | + "widget.border": "#1f1f1f", |
| 36 | + "actionBar.toggledBackground": "#101010" |
| 37 | + } |
| 38 | +} |
0 commit comments