-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathGray Matter Dark-color-theme.json
50 lines (50 loc) · 1.95 KB
/
Gray Matter Dark-color-theme.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
{
"tokenColors": "./Gray Matter Dark.tmTheme",
"colors": {
"activityBar.background": "#1A191A",
"activityBar.foreground": "#616161",
"activityBarBadge.background": "#222122",
"activityBarBadge.foreground": "#BEBEBE",
"editor.background": "#1A191A",
"editor.findMatchBackground": "#373737",
"editor.findMatchHighlightBackground": "#373737",
"editor.findRangeHighlightBackground": "#29BEEA",
"editor.foreground": "#BEBEBE",
"editor.hoverHighlightBackground": "#222122",
"editor.inactiveSelectionBackground": "#373737",
"editor.lineHighlightBackground": "#222122",
"editor.rangeHighlightBackground": "#222122",
"editor.selectionBackground": "#373737",
"editor.wordHighlightBackground": "#373737",
"editor.wordHighlightStrongBackground": "#29BEEA",
"editorCursor.foreground": "#29BEEA",
"editorGroupHeader.tabsBackground": "#1A191A",
"editorIndentGuide.background": "#1A191A",
"editorLineNumber.foreground": "#616161",
"editorWhitespace.foreground": "#616161",
"list.activeSelectionBackground": "#373737",
"list.activeSelectionForeground": "#BEBEBE",
"list.inactiveSelectionBackground": "#222122",
"peekViewEditor.matchHighlightBackground": "#222122",
"peekViewResult.matchHighlightBackground": "#373737",
"sideBar.background": "#1A191A",
"sideBar.foreground": "#BEBEBE",
"sideBarSectionHeader.background": "#1A191A",
"sideBarSectionHeader.foreground": "#BEBEBE",
"statusBar.background": "#1A191A",
"statusBar.foreground": "#BEBEBE",
"tab.activeBackground": "#222122",
"tab.activeBorder": "#222122",
"tab.activeForeground": "#BEBEBE",
"tab.border": "#1A191A",
"tab.inactiveBackground": "#1A191A",
"tab.inactiveForeground": "#616161",
"titleBar.activeBackground": "#1A191A",
"titleBar.activeForeground": "#BEBEBE",
"titleBar.inactiveBackground": "#1A191A",
"titleBar.inactiveForeground": "#616161",
"widget.shadow": "#222122",
"scrollbar.shadow": "#222122"
},
"name": "Gray Matter Dark"
}