vscode/extensions/theme-abyss/themes/abyss-color-theme.json
Benjamin Pasero 00e32e97de fix #25483
2017-04-27 11:49:05 +02:00

428 lines
9.6 KiB
JSON

{
"name": "Abyss",
"tokenColors": [
{
"settings": {
"background": "#000c18",
"foreground": "#6688cc"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#384887"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#22aa44"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#f280d0"
}
},
{
"name": "Built-in constant",
"scope": "constant.language",
"settings": {
"foreground": "#f280d0"
}
},
{
"name": "User-defined constant",
"scope": [
"constant.character",
"constant.other"
],
"settings": {
"foreground": "#f280d0"
}
},
{
"name": "Variable",
"scope": "variable",
"settings": {
"fontStyle": ""
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#225588"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "",
"foreground": "#225588"
}
},
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"fontStyle": "italic",
"foreground": "#9966b8"
}
},
{
"name": "Class name",
"scope": [
"entity.name.class",
"entity.name.type"
],
"settings": {
"fontStyle": "underline",
"foreground": "#ffeebb"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "italic underline",
"foreground": "#ddbb88"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"fontStyle": "",
"foreground": "#ddbb88"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {
"fontStyle": "italic",
"foreground": "#2277ff"
}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "",
"foreground": "#225588"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#ddbb88"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"fontStyle": "",
"foreground": "#9966b8"
}
},
{
"name": "Library constant",
"scope": "support.constant",
"settings": {
"fontStyle": "",
"foreground": "#9966b8"
}
},
{
"name": "Library class/type",
"scope": [
"support.type",
"support.class"
],
"settings": {
"fontStyle": "italic",
"foreground": "#9966b8"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {
"fontStyle": ""
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F92672",
"fontStyle": "",
"foreground": "#F8F8F0"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#AE81FF",
"foreground": "#F8F8F0"
}
},
{
"name": "diff: header",
"scope": [
"meta.diff",
"meta.diff.header"
],
"settings": {
"background": "#b58900",
"fontStyle": "italic",
"foreground": "#E0EDDD"
}
},
{
"name": "diff: deleted",
"scope": "markup.deleted",
"settings": {
"background": "#eee8d5",
"fontStyle": "",
"foreground": "#dc322f"
}
},
{
"name": "diff: changed",
"scope": "markup.changed",
"settings": {
"background": "#eee8d5",
"fontStyle": "",
"foreground": "#cb4b16"
}
},
{
"name": "diff: inserted",
"scope": "markup.inserted",
"settings": {
"background": "#eee8d5",
"foreground": "#219186"
}
},
{
"name": "Markup Quote",
"scope": "markup.quote",
"settings": {
"foreground": "#22aa44"
}
},
{
"name": "Markup Styling",
"scope": [
"markup.bold",
"markup.italic"
],
"settings": {
"foreground": "#22aa44"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#9966b8"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"settings": {
"fontStyle": "",
"foreground": "#ddbb88"
}
}
],
"colors": {
// Base
// "foreground": "",
"focusedElementOutline": "#596F99",
"infoBorder": "#384078",
"infoBackground": "#051336",
"warningBackground": "#5B7E7A",
"warningBorder": "#5B7E7A",
"errorBackground": "#A22D44",
"errorBorder": "#AB395B",
// "widgetShadow": "",
"inputBoxBackground": "#181f2f",
// "inputBoxBorder": "",
// "inputBoxForeground": "",
"inputBoxActiveOptionBorder": "#1D4A87",
// "dropdownBackground": "#181f2f",
// "dropdownForeground": "",
// "dropdownBorder": "",
"buttonBackground": "#455064",
"buttonHoverBackground": "#4A5C6B",
// "buttonForeground": "",
"listFocusAndSelectionBackground": "#08286b",
// "listFocusAndSelectionForeground": "",
"listActiveSelectionBackground": "#011B51",
// "listActiveSelectionForeground": "",
"listFocusBackground": "#08286b",
"listHoverBackground": "#041D52",
"listInactiveFocusBackground": "#152037",
"listInactiveSelectionBackground": "#152037",
"listDropBackground": "#041D52",
// "listHighlightForeground": "",
"scrollbarShadow": "#515E91AA",
"scrollbarSliderActiveBackground": "#3B3F5188",
"scrollbarSliderBackground": "#1F223088",
"scrollbarSliderHoverBackground": "#3B3F5188",
// Editor
"editorBackground": "#000c18",
"editorForeground": "#6688cc",
"editorWidgetBackground": "#262641",
"editorCursor": "#ddbb88",
"editorWhitespaces": "#103050",
"editorLineHighlight": "#082050",
"editorSelection": "#770811",
"editorIndentGuides": "#002952",
"editorHoverBackground": "#000c38",
"editorHoverBorder": "#004c18",
"editorLineNumbers": "#406385",
"editorMarkerNavigationBackground": "#060621",
"editorMarkerNavigationError": "#FF0000",
"editorMarkerNavigationWarning": "#00FF00",
"editorActiveLinkForeground": "#0063a5",
// "editorFindMatch": "",
"editorFindMatchHighlight": "#eeeeee44",
// "editorFindRangeHighlight": "",
// "editorHoverHighlight": "",
// "editorInactiveSelection": "",
// "editorLineHighlightBorder": "",
"editorLinkForeground": "#0063a5",
// "editorRangeHighlight": "",
// "editorSelectionHighlight": "",
// "editorSuggestWidgetBackground": "",
// "editorSuggestWidgetBorder": "",
// "editorWordHighlight": "",
// "editorWordHighlightStrong": "",
// Editor: Peek View
"peekViewResultsBackground": "#060621",
// "peekViewResultsMatchForeground": "",
// "peekViewResultsSelectionBackground": "",
// "peekViewResultsSelectionForeground": "",
"peekViewEditorBackground": "#10192c",
"peekViewTitleBackground": "#10192c",
"peekViewBorder": "#2b2b4a",
"peekViewEditorMatchHighlight": "#eeeeee33",
// "peekViewResultsFileForeground": "",
"peekViewResultsMatchHighlight": "#eeeeee44",
// "peekViewTitle": "",
// "peekViewTitleInfo": "",
// Editor: Diff
"diffInserted": "#31958A55",
// "diffInsertedOutline": "",
"diffRemoved": "#892F4688",
// "diffRemovedOutline": "",
// Workbench: Title
"titleBarActiveBackground": "#10192c",
// "titleBarActiveForeground": "",
"titleBarInactiveBackground": "#10192caa",
// "titleBarInactiveForeground": "",
// Workbench: Editors
// "editorHeaderBackground": "",
"editorGroupBorder": "#2b2b4a",
"editorGroupBackground": "#1c1c2a",
"editorMasterDetailsBorder": "#10192c",
"editorDragAndDropBackground": "#25375daa",
// Workbench: Tabs
"tabsContainerBackground": "#1c1c2a",
"tabBorder": "#2b2b4a",
// "activeTabBackground": "",
"inactiveTabBackground": "#10192c",
// "activeTabActiveGroupForeground": "",
// "activeTabInactiveGroupForeground": "",
// "inactiveTabActiveGroupForeground": "",
// "inactiveTabInactiveGroupForeground": "",
// Workbench: Activity Bar
"activityBarBackground": "#051336",
// "activityBarForeground": "",
"activityBadgeBackground": "#0063a5",
// "activityBadgeForeground": "",
"activityBarDragAndDropBackground": "#25375daa",
// Workbench: Panel
// "panelBackground": "",
"panelTopBorder": "#2b2b4a",
// "panelActiveTitleBorder": "",
// "panelActiveTitleForeground": "",
// "panelInactiveTitleForeground": "",
// Workbench: Side Bar
"sideBarBackground": "#060621",
// "sideBarTitleForeground": "",
"sideBarSectionHeaderBackground": "#10192c",
// Workbench: Status Bar
"statusBarBackground": "#10192c",
"statusBarNoFolderBackground": "#10192c",
"statusBarDebuggingBackground": "#10192c",
// "statusBarForeground": "",
"statusBarProminentItemBackground": "#0063a5",
"statusBarProminentItemHoverBackground": "#0063a5dd",
"statusBarItemActiveBackground": "#ffffff33",
"statusBarItemHoverBackground": "#ffffff22",
// Workbench: Debug
"debugToolBarBackground": "#051336",
"debugExceptionWidgetBackground": "#051336",
// "debugExceptionWidgetBorder": "",
// Workbench: Notifications
"notificationsBackground": "#051336",
// "notificationsForeground": "",
// Workbench: Quick Open
"pickerGroupBorder": "#596F99",
"pickerGroupForeground": "#596F99"
// Workbench: Terminal
// "terminalAnsiBlack": "",
// "terminalAnsiBlue": "",
// "terminalAnsiBrightBlack": "",
// "terminalAnsiBrightBlue": "",
// "terminalAnsiBrightCyan": "",
// "terminalAnsiBrightGreen": "",
// "terminalAnsiBrightMagenta": "",
// "terminalAnsiBrightRed": "",
// "terminalAnsiBrightWhite": "",
// "terminalAnsiBrightYellow": "",
// "terminalAnsiCyan": "",
// "terminalAnsiGreen": "",
// "terminalAnsiMagenta": "",
// "terminalAnsiRed": "",
// "terminalAnsiWhite": "",
// "terminalAnsiYellow": ""
}
}