vscode/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json
2017-04-28 08:53:29 +02:00

463 lines
No EOL
10 KiB
JSON

{
"name": "Solarized (dark)",
"tokenColors": [
{
"settings": {
"background": "#002B36",
"foreground": "#93A1A1"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"fontStyle": "italic",
"foreground": "#657B83"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#2AA198"
}
},
{
"name": "Regexp",
"scope": "string.regexp",
"settings": {
"foreground": "#D30102"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#D33682"
}
},
{
"name": "Variable",
"scope": [
"variable.language",
"variable.other"
],
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "bold",
"foreground": "#93A1A1"
}
},
{
"name": "Class name",
"scope": [
"entity.name.class",
"entity.name.type"
],
"settings": {
"fontStyle": "",
"foreground": "#CB4B16"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Variable start",
"scope": "punctuation.definition.variable",
"settings": {
"foreground": "#859900"
}
},
{
"name": "Embedded code markers",
"scope": [
"punctuation.section.embedded.begin",
"punctuation.section.embedded.end"
],
"settings": {
"foreground": "#D30102"
}
},
{
"name": "Built-in constant",
"scope": [
"constant.language",
"meta.preprocessor"
],
"settings": {
"foreground": "#B58900"
}
},
{
"name": "Support.construct",
"scope": [
"support.function.construct",
"keyword.other.new"
],
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "User-defined constant",
"scope": [
"constant.character",
"constant.other"
],
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"foreground": "#6C71C4"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Tag start/end",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#657B83"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#93A1A1"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Continuation",
"scope": "punctuation.separator.continuation",
"settings": {
"foreground": "#D30102"
}
},
{
"name": "Library constant",
"scope": "support.constant",
"settings": {}
},
{
"name": "Library class/type",
"scope": [
"support.type",
"support.class"
],
"settings": {
"foreground": "#859900"
}
},
{
"name": "Library Exception",
"scope": "support.type.exception",
"settings": {
"foreground": "#CB4B16"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {}
},
{
"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": "#859900"
}
},
{
"name": "Markup Lists",
"scope": "markup.list",
"settings": {
"foreground": "#B58900"
}
},
{
"name": "Markup Styling",
"scope": [
"markup.bold",
"markup.italic"
],
"settings": {
"foreground": "#D33682"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#2AA198"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"foreground": "#268BD2"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"settings": {
"fontStyle": "",
"foreground": "#268BD2"
}
}
],
"colors": {
// Base
// "foreground": "",
"focusBorder": "#2AA19899",
// "widgetShadow": "",
"inputBoxBackground": "#003847",
"inputBoxForeground": "#93A1A1",
"inputBoxActiveOptionBorder": "#2AA19899",
"inputValidationInfoBorder": "#384078",
"inputValidationInfoBackground": "#051336",
"inputValidationWarningBackground": "#5B7E7A",
"inputValidationWarningBorder": "#5B7E7A",
"inputValidationErrorBackground": "#A22D44",
"inputValidationErrorBorder": "#AB395B",
"dropdownBackground": "#00212B",
"dropdownBorder": "#2AA19899",
"buttonBackground": "#2AA19899",
"buttonHoverBackground": "#2AA19844",
// "buttonForeground": "",
"listFocusAndSelectionBackground": "#005A6F",
// "listFocusAndSelectionForeground": "",
"listActiveSelectionBackground": "#004454",
// "listActiveSelectionForeground": "",
"listFocusBackground": "#005A6F",
"listHoverBackground": "#004454AA",
"listInactiveSelectionBackground": "#00445488",
"listDropBackground": "#00445488",
// "listHighlightForeground": "",
// "scrollbarShadow": "",
// "scrollbarSliderActiveBackground": "",
// "scrollbarSliderBackground": "",
// "scrollbarSliderHoverBackground": "",
// Editor
"editorBackground": "#002B36",
"editorForeground": "#6688cc",
"editorWidgetBackground": "#00212B",
"editorCursor": "#D30102",
"editorWhitespaces": "#93A1A180",
"editorLineHighlight": "#073642",
"editorSelection": "#073642",
// "editorIndentGuides": "",
"editorHoverBackground": "#004052",
// "editorHoverBorder": "",
// "editorLineNumbers": "",
// "editorMarkerNavigationBackground": "",
// "editorMarkerNavigationError": "",
// "editorMarkerNavigationWarning": "",
// "editorActiveLinkForeground": "",
// "editorFindMatch": "",
// "editorFindMatchHighlight": "",
// "editorFindRangeHighlight": "",
// "editorHoverHighlight": "",
// "editorInactiveSelection": "",
// "editorLineHighlightBorder": "",
// "editorLinkForeground": "",
// "editorRangeHighlight": "",
// "editorSelectionHighlight": "",
// "editorSuggestWidgetBackground": "",
// "editorSuggestWidgetBorder": "",
// "editorWordHighlight": "",
// "editorWordHighlightStrong": "",
// Editor: Peek View
"peekViewResultsBackground": "#00212B",
// "peekViewResultsMatchForeground": "",
// "peekViewResultsSelectionBackground": "",
// "peekViewResultsSelectionForeground": "",
"peekViewEditorBackground": "#10192c",
"peekViewTitleBackground": "#00212B",
"peekViewBorder": "#2b2b4a",
"peekViewEditorMatchHighlight": "#7744AA40",
// "peekViewResultsFileForeground": "",
// "peekViewResultsMatchHighlight": "",
// "peekViewTitleForeground": "",
// "peekViewTitleInfoForeground": "",
// Editor: Diff
// "diffEditorInserted": "",
// "diffEditorInsertedOutline": "",
// "diffEditorRemoved": "",
// "diffEditorRemovedOutline": "",
// Workbench: Title
"titleBarActiveBackground": "#002C39",
"titleBarInactiveBackground": "#002C39",
// Workbench: Editors
// "editorGroupHeaderBackground": "",
"editorGroupBorder": "#00212B",
"editorGroupBackground": "#011b23",
"editorMasterDetailsBorder": "#00212B",
"editorDragAndDropBackground": "#00212BAA",
// Workbench: Tabs
"tabActiveEditorGroupActiveForeground": "#d6dbdb",
"tabActiveBackground": "#002B37",
"tabInactiveEditorGroupActiveForeground": "#93A1A1",
"tabInactiveBackground": "#004052",
"tabsContainerBackground": "#004052",
"tabBorder": "#003847",
"tabActiveEditorGroupInactiveForeground": "#93A1A1",
"tabInactiveEditorGroupInactiveForeground": "#93A1A1",
// Workbench: Activity Bar
"activityBarBackground": "#003847",
// "activityBarDragAndDropBackground": "#00212B",
"activityBarBadgeBackground": "#047aa6",
// Workbench: Panel
// "panelBackground": "",
"panelBorder": "#2b2b4a",
// "panelActiveTitleBorder": "",
// "panelActiveTitleForeground": "",
// "panelInactiveTitleForeground": "",
// Workbench: Side Bar
"sideBarBackground": "#00212B",
"sideBarTitleForeground": "#93A1A1",
// "sideBarSectionHeaderBackground": "",
// Workbench: Status Bar
"statusBarForeground": "#93A1A1",
"statusBarBackground": "#00212B",
"statusBarDebuggingBackground": "#00212B",
"statusBarNoFolderBackground": "#00212B",
"statusBarProminentItemBackground": "#003847",
"statusBarProminentItemHoverBackground": "#003847",
// "statusBarItemActiveBackground": "",
// "statusBarItemHoverBackground": "",
// Workbench: Debug
"debugToolBarBackground": "#00212B",
"debugExceptionWidgetBackground": "#00212B",
// "debugExceptionWidgetBorder": "",
// Workbench: Notifications
"notificationsBackground": "#003847",
// "notificationsForeground": "",
// Workbench: Quick Open
"pickerGroupForeground": "#2AA19899",
"pickerGroupBorder": "#2AA19899"
// Workbench: Terminal
// "terminalAnsiBlack": "",
// "terminalAnsiBlue": "",
// "terminalAnsiBrightBlack": "",
// "terminalAnsiBrightBlue": "",
// "terminalAnsiBrightCyan": "",
// "terminalAnsiBrightGreen": "",
// "terminalAnsiBrightMagenta": "",
// "terminalAnsiBrightRed": "",
// "terminalAnsiBrightWhite": "",
// "terminalAnsiBrightYellow": "",
// "terminalAnsiCyan": "",
// "terminalAnsiGreen": "",
// "terminalAnsiMagenta": "",
// "terminalAnsiRed": "",
// "terminalAnsiWhite": "",
// "terminalAnsiYellow": ""
}
}