-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheastend.json
87 lines (68 loc) · 2.82 KB
/
eastend.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
{
"name": "Eastend",
"baseVimTheme": "eastend-vim",
"baseVimBackground": "light",
"colors": {
"parked": "#444040 ui-background",
"parked": "#d9d7ca ui-text",
"parked": "#FFD08C ui-text-selected",
"parked": "#5c5757 tab active",
"parked": "#f9f2e0 editor background",
"parked": "#ed73ec pink",
"//": "Frame",
"background": "#444040",
"foreground": "#d9d7ca",
"title.background": "#444040",
"title.foreground": "#d9d7ca",
"//": "Explorer ",
"editor.background": "#444040",
"editor.foreground": "#d9d7ca",
"//": "Tabs",
"tabs.background": "#5c5757",
"tabs.foreground": "#d9d7ca",
"toolTip.background": "#282C34",
"toolTip.foreground": "#ABB2BF",
"toolTip.border": "#505050",
"//": "Menu is used for the popup menu",
"menu.background": "#444040",
"menu.foreground": "#d9d7ca",
"menu.border": "#d9d7ca",
"//": "Context menu is used for completion, refactoring",
"//": "Pink test #ed73ec",
"contextMenu.background": "#ed73ec",
"contextMenu.foreground": "#ABB2BF",
"contextMenu.border": "#505050",
"contextMenu.highlight": "#3F4652",
"//": "Pink test #ed73ec",
"sidebar.background": "#ed73ec",
"sidebar.foreground": "#ABB2BF",
"sidebar.active.background": "#282C34",
"sidebar.selection.border": "#61afef",
"//": "Pink test #ed73ec",
"statusBar.background": "#ed73ec",
"statusBar.foreground": "#c8c8c8",
"highlight.mode.insert.background": "#98c379",
"highlight.mode.insert.foreground": "#282c34",
"highlight.mode.normal.background": "#61afef",
"highlight.mode.normal.foreground": "#282c34",
"highlight.mode.operator.background": "#d19a66",
"highlight.mode.operator.foreground": "#282c34",
"highlight.mode.visual.background": "#56b6c2",
"highlight.mode.visual.foreground": "#282c34",
"//": "User coloring options for the hover menu",
"editor.hover.title.background": "#444040",
"editor.hover.title.foreground": "#d9d7ca",
"editor.hover.border": "#56b6c2",
"editor.hover.contents.background": "#444040",
"editor.hover.contents.foreground": "#d9d7ca",
"editor.hover.contents.codeblock.background": "#444040",
"editor.hover.contents.codeblock.foreground": "#d9d7ca",
"//": "Pink test #ed73ec",
"fileExplorer.background": "#ed73ec",
"fileExplorer.foreground": "#d9d7ca",
"fileExplorer.selection.background": "#ed73ec",
"fileExplorer.selection.foreground": "#d9d7ca",
"fileExplorer.cursor.background": "#ed73ec",
"fileExplorer.cursor.foreground": "#d9d7ca"
}
}