-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathChromodynamics.color-theme.json
31 lines (31 loc) · 1.12 KB
/
Chromodynamics.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
{
"tokenColors": "./Chromodynamics.tmTheme",
"type": "dark",
"colors": {
"activityBarBadge.background": "#007acc",
"sideBarTitle.foreground": "#bbbbbb",
"statusBar.background": "#131313",
"statusBar.noFolderBackground": "#131313",
"statusBar.foreground": "#c6c6c6",
"editor.background": "#060606",
"editor.foreground": "#c6c6c6",
"activityBar.background": "#101010",
"menu.background": "#131313",
"sideBar.background": "#131313",
"panel.background": "#131313",
"editorGroupHeader.tabsBackground": "#131313",
"tab.inactiveBackground": "#151515",
"tab.border": "#131313",
"tab.activeForeground": "#c6c6c6",
"editor.lineHighlightBackground": "#252525",
"breadcrumb.foreground": "#909090",
"editorGutter.background": "#101010",
"gitDecoration.ignoredResourceForeground": "#808080",
"editorRuler.foreground": "#333",
"editor.findMatchHighlightBackground": "#66d9ff40",
"editor.findMatchHighlightBorder": "#66d9ff90",
"editor.selectionBackground": "#444",
"editor.selectionForeground": "#d0d0d0",
"editor.selectionHighlightBorder": "#66d9ff90"
}
}