“eefbc2bf738b9b715aad3777868d4dbeaadf612e”上不存在“git@gitcode.net:lshemail/gitlab-foss.git”
Red-color-theme.json 2.2 KB
Newer Older
M
Matt Bierner 已提交
1 2 3
{
	"tokenColors": "./red.tmTheme",
	"colors": {
M
Matt Bierner 已提交
4
		// window
5 6 7 8 9 10 11 12 13
		"activityBar.background": "#580000",
		"tab.inactiveBackground": "#300a0a",
		"tab.activeBackground": "#490000",
		"sideBar.background": "#330000",
		"statusBar.background": "#700000",
		"statusBar.noFolderBackground": "#700000",
		"editorGroupHeader.tabsBackground": "#330000",
		"titleBar.activeBackground": "#770000",
		"titleBar.inactiveBackground": "#772222",
14
		"selection.background": "#ff777788",
M
Matt Bierner 已提交
15
		// editor
16 17
		"editor.background": "#390000",
		"editorGroup.border": "#ff666633",
18
		"editorGroup.background": "#1c0101",
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
		"editorCursor.foreground": "#970000",
		"editor.foreground": "#F8F8F8",
		"editorWhitespace.foreground": "#c10000",
		"editor.selectionBackground": "#750000",
		"editorLineNumber.foreground": "#ff777788",
		"editorWidget.background": "#300000",
		"editorHoverWidget.background": "#300000",
		"editorSuggestWidget.background": "#300000",
		"editorSuggestWidget.border": "#220000",
		"editor.lineHighlightBackground": "#ff000033",
		"editor.hoverHighlightBackground": "#ff000044",
		"editor.selectionHighlightBackground": "#f5500039",
		"editorLink.activeForeground": "#FFD0AA",
		"peekViewTitle.background": "#550000",
		"peekView.border": "#ff000044",
		"peekViewResult.background": "#400000",
		"peekViewEditor.background": "#300000",
M
Matt Bierner 已提交
36
		// UI
37
		"debugToolBar.background": "#660000",
38
		"focusBorder": "#ff6666aa",
39
		"button.background": "#833",
40 41 42 43
		"dropdown.background": "#580000",
		"input.background": "#580000",
		"inputOption.activeBorder": "#cc0000",
		"inputValidation.infoBackground": "#550000",
44
		"inputValidation.infoBorder": "#DB7E58",
45
		"list.hoverBackground": "#800000",
46
		"list.activeSelectionBackground": "#880000",
47
		"list.inactiveSelectionBackground": "#770000",
48
		"list.dropBackground": "#662222",
49 50 51 52
		"list.focusBackground": "#660000",
		"list.highlightForeground": "#ff4444",
		"notification.background": "#662222",
		"pickerGroup.foreground": "#cc9999",
53
		"pickerGroup.border": "#ff000033",
B
Benjamin Pasero 已提交
54
		"badge.background": "#cc3333",
55 56 57 58
		"progressBar.background": "#cc3333",
		"errorForeground": "#ffeaea",
		"extensionButton.prominentBackground": "#cc3333",
		"extensionButton.prominentHoverBackground": "#cc333388"
M
Matt Bierner 已提交
59 60 61
	},
	"name": "Red"
}