-
Notifications
You must be signed in to change notification settings - Fork 0
/
metaleapDark.json
97 lines (97 loc) · 4.38 KB
/
metaleapDark.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"tokenColors": "./metaleapDark.tmTheme",
"colors": {
"dropdown.background": "#2e2222",
"dropdown.border": "#5e5252",
"dropdown.foreground": "#aea2a2",
"dropdown.listBackground": "#2e2222",
"textLink.foreground": "#8fafcf",
"textLink.activeForeground": "#D09858",
"button.background": "#507090",
"button.hoverBackground": "#785838",
"button.foreground": "#eee2e2",
"settings.headerForeground": "#cec2c2",
"focusBorder": "#987858",
"breadcrumb.activeSelectionForeground": "#D09858",
"breadcrumb.focusForeground": "#D09858",
"breadcrumb.foreground": "#aea2a2",
"breadcrumbPicker.background": "#2e2222",
"pickerGroup.foreground": "#8babcb",
"activityBar.background": "#000000",
"editorGroupHeader.noTabsBackground": "#2e2222",
"editorGroup.emptyBackground": "#2e2222",
"editorGroupHeader.tabsBackground": "#000000",
"panel.background": "#3e3232",
"list.highlightForeground": "#D09858",
"list.activeSelectionBackground": "#3c3230",
"list.inactiveSelectionBackground": "#3c3230",
"notificationCenter.border": "#8e8282",
"notificationCenterHeader.background": "#583818",
"notificationCenterHeader.foreground": "#cec2c2",
"notificationToast.border": "#D09858",
"notifications.background": "#8e8282",
"notifications.border": "#6e6262",
"notifications.foreground": "#1e1212",
"panelTitle.activeForeground": "#8babcb",
"peekViewEditor.background": "#3e3232",
"peekView.border": "#D09858",
"peekViewTitle.background": "#3e3232",
"peekViewResult.background": "#3e3232",
"peekViewResult.selectionBackground": "#583818",
"progressBar.background": "#583818",
"sideBar.background": "#3e3232",
"sideBarSectionHeader.background": "#583818",
"statusBar.background": "#000000",
"statusBar.debuggingBackground": "#3c3230",
"statusBar.noFolderBackground": "#000000",
"tab.inactiveBackground": "#2e2222",
"tab.activeForeground": "#d9d5d0",
"terminal.background": "#2e2222",
"terminal.ansiBrightBlack": "#5e5252",
"terminal.foreground": "#aea2a2",
"titleBar.activeBackground": "#000000",
"titleBar.inactiveBackground": "#000000",
"list.hoverBackground": "#3c3230",
"list.hoverForeground": "#D09858",
"list.focusForeground": "#D09858",
"list.focusBackground": "#3c3230",
"statusBar.foreground": "#aea2a2",
"sideBar.foreground": "#aea2a2",
"foreground": "#aea2a2",
"editor.background": "#3c3230",
"editor.foreground": "#b7b3b0",
"quickInput.background": "#2e2222",
"quickInputTitle.background": "#3e3232",
"input.background": "#2e2222",
"input.border": "#5e5252",
"input.placeholderForeground": "#7e7272",
"editorCursor.foreground": "#E09050",
"editorWhitespace.foreground": "#474340",
"editorIndentGuide.activeBackground": "#3e3232",
"editorIndentGuide.background": "#474340",
"editor.hoverHighlightBackground": "#3e3232",
"editorLink.foreground": "#8fafcf",
"editorLink.activeForeground": "#8fafcf",
"peekViewEditor.matchHighlightBackground": "#804020",
"peekViewResult.matchHighlightBackground": "#804020",
"selection.background": "#5b5754",
"editor.selectionBackground": "#3b3734",
"editor.lineHighlightBackground": "#4a4140",
"editor.rangeHighlightBackground": "#3a3130",
"editor.inactiveSelectionBackground": "#404040",
"editor.findRangeHighlightBackground": "#3a3130",
"editor.findMatchHighlightBackground": "#804020",
"editor.findMatchBackground": "#A04020",
"editor.selectionHighlightBackground": "#3b3734",
"editor.wordHighlightBackground": "#3b3734",
"editor.wordHighlightStrongBackground": "#2e2222",
"editorSuggestWidget.highlightForeground": "#D09858",
"editorSuggestWidget.selectedBackground": "#583818",
"editorSuggestWidget.background": "#3e3232",
"editorSuggestWidget.border": "#7e7272",
"editorHoverWidget.background": "#3e3232",
"editorHoverWidget.statusBarBackground": "#583818",
"editorHoverWidget.border": "#7e7272"
},
"name": "metaleapDark"
}