-
Notifications
You must be signed in to change notification settings - Fork 0
/
metaleapLite.json
88 lines (88 loc) · 4 KB
/
metaleapLite.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
{
"tokenColors": "./metaleapLite.tmTheme",
"colors": {
"quickInput.background": "#dfd8d7",
"quickInputTitle.background": "#9f9b98",
"titleBar.activeBackground": "#dfd8d7",
"activityBar.background": "#000000",
"editorGroupHeader.noTabsBackground": "#dfd8d7",
"editorGroup.emptyBackground": "#dfd8d7",
"editorGroupHeader.tabsBackground": "#dfd8d7",
"list.inactiveSelectionBackground": "#efe8e7",
"panel.background": "#dfd8d7",
"peekViewEditor.background": "#d8d1d0",
"peekViewResult.background": "#dfd8d7",
"peekViewTitle.background": "#dfd8d7",
"progressBar.background": "#803808",
"sideBar.background": "#dfd8d7",
"statusBar.background": "#000000",
"statusBar.debuggingBackground": "#484641",
"statusBar.noFolderBackground": "#000000",
"tab.inactiveBackground": "#dfd8d7",
"terminal.ansiBrightBlack": "#bfb8b7",
"terminal.foreground": "#6f6b68",
"statusBar.foreground": "#dfd8d7",
"editor.background": "#efe8e7",
"editor.foreground": "#787471",
"editorWhitespace.foreground": "#dfd8d7",
"editor.selectionBackground": "#c0d0e0",
"editor.inactiveSelectionBackground": "#d0d0d0",
"editor.findMatchBackground": "#e0a870",
"editor.findMatchHighlightBackground": "#dfd8d7",
"editor.selectionHighlightBackground": "#dfd8d7",
"editorOverviewRuler.wordHighlightForeground": "#f0e8d8",
"editor.rangeHighlightBackground": "#dfd8d7",
"editor.findRangeHighlightBackground": "#00ff00",
"editor.hoverHighlightBackground": "#dfd8d7",
"peekViewEditor.matchHighlightBackground": "#ffff00",
"editor.lineHighlightBackground": "#dfd8d7",
"editor.wordHighlightBackground": "#e0a870",
"editor.wordHighlightStrongBackground": "#dfd8d7",
"editorHoverWidget.background": "#dfd8d7",
"dropdown.background": "#dfd8d7",
"dropdown.border": "#9f9b98",
"dropdown.foreground": "#5f5b58",
"dropdown.listBackground": "#dfd8d7",
"textLink.foreground": "#5090c0",
"textLink.activeForeground": "#5090c0",
"button.background": "#5090c0",
"button.hoverBackground": "#A06030",
"button.foreground": "#efebe8",
"foreground": "#5f5b58",
"settings.headerForeground": "#8f8b88",
"focusBorder": "#A06030",
"editorSuggestWidget.highlightForeground": "#c06030",
"editorSuggestWidget.background": "#dfd8d7",
"editorSuggestWidget.selectedBackground": "#cfc8c7",
"editorSuggestWidget.border": "#9f9b98",
"breadcrumb.activeSelectionForeground": "#A06030",
"breadcrumb.focusForeground": "#A06030",
"breadcrumb.foreground": "#7f7b78",
"breadcrumbPicker.background": "#dfd8d7",
"pickerGroup.foreground": "#A06030",
"notificationCenterHeader.background": "#A06030",
"notificationCenterHeader.foreground": "#dfd8d7",
"notificationCenter.border": "#afaba8",
"notificationToast.border": "#3f3b38",
"notifications.border": "#5f5b58",
"notifications.background": "#dfd8d7",
"notifications.foreground": "#5f5b58",
"panelTitle.activeForeground": "#A06030",
"input.background": "#dfd8d7",
"input.border": "#9f9b98",
"input.placeholderForeground": "#9f9b98",
"editorIndentGuide.background": "#dfd8d7",
"editorIndentGuide.activeBackground": "#dfd8d7",
"editorLink.activeForeground": "#5090c0",
"selection.background": "#C8E0F8",
"editorHoverWidget.statusBarBackground": "#dfd8d7",
"editorHoverWidget.border": "#9f9b98",
"sideBarSectionHeader.background": "#cfc8c7",
"list.activeSelectionBackground": "#5090c0",
"list.focusBackground": "#c8c2c1",
"list.hoverBackground": "#efe8e7",
"list.highlightForeground": "#A06030",
"listFilterWidget.background": "#C8E0F8"
},
"name": "metaleapLite"
}