-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark_defaults.json
28 lines (28 loc) · 1.01 KB
/
dark_defaults.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "vscode://schemas/color-theme",
"colors": {
"editor.background": "#161616",
"editor.foreground": "#BBBBBB",
"editor.inactiveSelectionBackground": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editorIndentGuide.activeBackground": "#707070",
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBar.background": "#151515",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB",
"input.placeholderForeground": "#A6A6A6",
"settings.textInputBackground": "#292929",
"settings.numberInputBackground": "#292929",
"menu.background": "#131313",
"menu.foreground": "#CCCCCC",
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"sideBar.background": "#131313",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#ccc3",
"editorWarning.foreground": "#443618",
"tab.inactiveBackground": "#1a1a1a"
},
"semanticHighlighting": true
}