diff --git a/CHANGELOG.md b/CHANGELOG.md index ca89f5c..f2dcf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.3 + +- Update colors to bring the theme into 2.0 + ## 0.7.2 - Use foreground color for parameter labels diff --git a/package.json b/package.json index 742284b..8c7bc58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kiboku-vscode-theme", - "version": "0.7.2", + "version": "0.7.3", "displayName": "Kiboku Theme", "description": "Kiboku theme for VS Code", "license": "MIT", diff --git a/themes/kiboku-color-theme.json b/themes/kiboku-color-theme.json index 62c66c3..a16b1e6 100644 --- a/themes/kiboku-color-theme.json +++ b/themes/kiboku-color-theme.json @@ -1 +1,419 @@ -{"semanticHighlighting":true,"name":"kiboku","type":"dark","colors":{"focusBorder":"#69A4FCA6","foreground":"#959BA5","descriptionForeground":"#959BA5","errorForeground":"#FF5C6C","icon.foreground":"#F2F4F8","widget.shadow":"#00000066","button.background":"#3F495A","button.foreground":"#F2F4F8","button.hoverBackground":"#58667E","checkbox.background":"#1D222A","checkbox.foreground":"#F2F4F8","checkbox.border":"#1D222A","dropdown.background":"#1D222A","dropdown.border":"#1D222A","dropdown.foreground":"#F2F4F8","dropdown.listBackground":"#1d1f26","input.background":"#1D222A","input.border":"#1D222A","input.foreground":"#F2F4F8","input.placeholderForeground":"#959BA5","badge.foreground":"#1D222A","badge.background":"#FFE69C","progressBar.background":"#ff0000","titleBar.activeForeground":"#F2F4F8","titleBar.activeBackground":"#1d1f26","titleBar.inactiveForeground":"#959BA5","titleBar.inactiveBackground":"#1d1f26","titleBar.border":"#1D222A","activityBar.foreground":"#F2F4F8","activityBar.inactiveForeground":"#58667E","activityBar.background":"#1d1f26","activityBar.activeBorder":"#FFE69C","activityBar.border":"#1D222A","activityBarBadge.foreground":"#1D222A","activityBarBadge.background":"#FFE69C","sideBar.foreground":"#F2F4F8","sideBar.background":"#1d1f26","sideBar.border":"#1D222A","sideBarTitle.foreground":"#959BA5","sideBarSectionHeader.foreground":"#959BA5","sideBarSectionHeader.background":"#1d1f26","list.hoverForeground":"#F2F4F8","list.inactiveSelectionForeground":"#959BA5","list.activeSelectionForeground":"#F2F4F8","list.hoverBackground":"#69A4FC40","list.inactiveSelectionBackground":"#69A4FC25","list.activeSelectionBackground":"#69A4FC25","list.inactiveFocusBackground":"#1d2d3e","list.focusBackground":"#69A4FC40","list.focusForeground":"#F2F4F8","tree.indentGuidesStroke":"#58667E","notificationCenterHeader.background":"#1d1f26","notificationCenterHeader.foreground":"#F2F4F8","notifications.background":"#3F495A","notifications.border":"#3F495A","notificationToast.border":"#3F495A","notificationLink.foreground":"#69A4FC","notificationsErrorIcon.foreground":"#FF5C6C","notificationsWarningIcon.foreground":"#FFDA6B","notificationsInfoIcon.foreground":"#F2F4F8","pickerGroup.border":"#444d56","pickerGroup.foreground":"#F2F4F8","quickInput.background":"#1d1f26","quickInput.foreground":"#F2F4F8","statusBar.foreground":"#959BA5","statusBar.background":"#1d1f26","statusBar.border":"#1D222A","statusBar.noFolderBackground":"#1d1f26","statusBar.debuggingBackground":"#FFE69C","statusBar.debuggingForeground":"#1D222A","searchEditor.textInputBorder":"#1D222A","editorGroupHeader.tabsBackground":"#1d1f26","editorGroup.dropBackground":"#3F495A","tab.activeForeground":"#F2F4F8","tab.inactiveForeground":"#959BA5","tab.inactiveBackground":"#1d1f26","tab.activeBackground":"#69A4FC25","tab.hoverBackground":"#69A4FC40","tab.border":"#1d1f26","breadcrumb.foreground":"#959BA5","breadcrumb.focusForeground":"#F2F4F8","breadcrumb.background":"#1d1f26","breadcrumb.activeSelectionForeground":"#F2F4F8","breadcrumbPicker.background":"#1d1f26","editor.foreground":"#8193B1","editor.background":"#1d1f26","editor.foldBackground":"#FFE69C1A","editor.lineHighlightBackground":"#69A4FC1A","editor.inactiveSelectionBackground":"#69A4FC25","editor.selectionBackground":"#69A4FC25","editor.wordHighlightBackground":"#69A4FC59","editor.findMatchBackground":"#FFE69CB3","editor.findMatchHighlightBackground":"#FFE69C66","editorLineNumber.foreground":"#3F495A","editorLineNumber.activeForeground":"#F2F4F8","editorIndentGuide.background":"#3F495A","editorIndentGuide.activeBackground":"#58667E","editorWhitespace.foreground":"#58667E","editorCursor.foreground":"#C8DCFF","editorBracketMatch.border":"#C8DCFF","editorGutter.modifiedBackground":"#BEA1F7","editorGutter.addedBackground":"#AEE8A3","editorGutter.deletedBackground":"#FF8E9A","editorError.foreground":"#FF5C6C","editorWarning.foreground":"#FF9A7B","editorWidget.background":"#1d1f26","editorWidget.foreground":"#F2F4F8","editorWidget.border":"#3F495A","editorWidget.resizeBorder":"#3F495A","editorLightBulb.foreground":"#FFE69C","editorLightBulbAutoFix.foreground":"#FFE69C","diffEditor.insertedTextBorder":"#AEE8A3","diffEditor.removedTextBorder":"#FF8E9A","scrollbar.shadow":"#00000066","scrollbarSlider.background":"#58667E40","scrollbarSlider.activeBackground":"#58667E8C","editorOverviewRuler.border":"#1D222A","panel.background":"#1d1f26","panel.border":"#1D222A","panelTitle.activeBorder":"#FFE69C","panelTitle.activeForeground":"#F2F4F8","panelTitle.inactiveForeground":"#959BA5","panelInput.border":"#2f363d","terminal.foreground":"#959BA5","terminal.ansiBlack":"#1D222A","terminal.ansiBlue":"#69A4FC","terminal.ansiBrightBlack":"#58667E","terminal.ansiBrightBlue":"#3785FB","terminal.ansiBrightCyan":"#5CF1FF","terminal.ansiBrightGreen":"#73d783","terminal.ansiBrightMagenta":"#9D72F3","terminal.ansiBrightRed":"#FF5C6C","terminal.ansiBrightWhite":"#F8FAFB","terminal.ansiBrightYellow":"#FFDA6B","terminal.ansiCyan":"#8CF6FF","terminal.ansiGreen":"#AEE8A3","terminal.ansiMagenta":"#BEA1F7","terminal.ansiRed":"#FF8E9A","terminal.ansiWhite":"#F2F4F8","terminal.ansiYellow":"#FFE69C","terminal.selectionBackground":"#69A4FC25","terminalCursor.background":"#1d1f26","terminalCursor.foreground":"#C8DCFF","gitDecoration.addedResourceForeground":"#AEE8A3","gitDecoration.modifiedResourceForeground":"#BEA1F7","gitDecoration.deletedResourceForeground":"#FF8E9A","gitDecoration.untrackedResourceForeground":"#9CB5FF","gitDecoration.ignoredResourceForeground":"#959BA5","gitDecoration.conflictingResourceForeground":"#FFE69C","gitDecoration.submoduleResourceForeground":"#959BA5","debugToolBar.background":"#1D222A","debugToolBar.border":"#1D222A","settings.headerForeground":"#F2F4F8","settings.modifiedItemIndicator":"#BEA1F7","welcomePage.buttonBackground":"#2f363d","welcomePage.buttonHoverBackground":"#444d56"},"semanticTokenColors":{"variable":"#F2F4F8","parameter":"#F2F4F8","parameter.label":"#8193B1","property":"#F2F4F8","class":"#BEA1F7","namespace":"#FF9CE6","variable.defaultLibrary":"#BEA1F7","function.defaultLibrary":"#9CB5FF","method.defaultLibrary":"#69A4FC","method":"#69A4FC","method.declaration":"#69A4FC","function":"#69A4FC","type":"#FF9CE6"},"tokenColors":[{"name":"Imported alias name","scope":"variable.other.readwrite","settings":{"foreground":"#FFE69C"}},{"name":"Strings","scope":"string, string.quoted.double","settings":{"foreground":"#AEE8A3"}},{"name":"Booleans","scope":"constant.language.boolean","settings":{"foreground":"#FF9A7B"}},{"name":"Constants (nil in go)","scope":"constant.language","settings":{"foreground":"#FF9A7B"}},{"name":"Numbers","scope":"constant.numeric","settings":{"foreground":"#FF9A7B"}},{"name":"Nulls","scope":"constant.language.null","settings":{"foreground":"#FF9A7B"}},{"name":"Operators (=, !=, ==)","scope":"keyword.operator","settings":{"foreground":"#8193B1"}},{"name":"Keywords (export, default, return, function, struct, type, import, package)","scope":"keyword, storage.type.function","settings":{"foreground":"#9CB5FF"}},{"name":"Go: Keywords ","scope":"keyword.operator.address","settings":{"foreground":"#BEA1F7"}},{"name":"Variables","scope":"variable.other.assignment","settings":{"foreground":"#F2F4F8"}},{"name":"Variable storage type (let, const, var)","scope":"storage.type","settings":{"foreground":"#9CB5FF"}},{"name":"Variable: this","scope":"variable.language.this","settings":{"foreground":"#BEA1F7"}},{"name":"Functions (calling a function)","scope":"entity.name.function, support.function","settings":{"foreground":"#69A4FC"}},{"name":"Components, tags","scope":"support.class.component, entity.name.tag","settings":{"foreground":"#C8DCFF"}},{"name":"Types","scope":"entity.name.type, support.type.primitive, support.type.builtin, \tpunctuation.definition.typeparameters.begin, \tpunctuation.definition.typeparameters.end, storage.type.error","settings":{"foreground":"#FF9CE6"}},{"name":"Graphql types","scope":"variable.fragment.graphql, keyword.operator.nulltype.graphql, support.type.enum.graphql, entity.scalar.graphql","settings":{"foreground":"#FF9CE6"}},{"name":"Graphql custom types and function","scope":"support.type.graphql, entity.name.function.graphql","settings":{"foreground":"#9CB5FF"}},{"name":"Graphql variables","scope":"variable.graphql, variable.fragment.graphql","settings":{"foreground":"#F2F4F8"}},{"name":"Object property","scope":"variable.other.property, variable.other.object.property","settings":{"foreground":"#F2F4F8"}},{"name":"Comments","scope":"comment, punctuation.definition.comment","settings":{"foreground":"#9cdbc1","fontStyle":"italic"}},{"name":"PostCSS: *","scope":"keyword.operator.postcss","settings":{"foreground":"#F2F4F8"}},{"name":"CSS class, id, tag, attribute selector, @rule, @font-face","scope":"entity.other.attribute-name.css, entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, entity.other.attribute-selector, keyword.control.at-rule.css, keyword.control.at-rule.font-face.css","settings":{"foreground":"#F2F4F8"}},{"name":"CSS value","scope":"support.constant.property-value.css","settings":{"foreground":"#BEA1F7"}},{"name":"CSS units","scope":"keyword.other.unit.css","settings":{"foreground":"#FF9A7B"}},{"name":"CSS numbers","scope":"constant.numeric.css","settings":{"foreground":"#FF9A7B"}},{"name":"Markdown paragraph text","scope":"meta.paragraph.markdown","settings":{"foreground":"#F2F4F8"}},{"name":"Markdown heading","scope":"markup.heading","settings":{"foreground":"#FF8E9A"}},{"name":"Markdown link title","scope":"string.other.link.title.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown","settings":{"foreground":"#69A4FC"}},{"name":"Markdown links","scope":"markup.underline.link.markdown","settings":{"foreground":"#AEE8A3"}},{"name":"Markdown bold","scope":"markup.bold.markdown","settings":{"foreground":"#FF9A7B"}},{"name":"Markdown italic","scope":"markup.italic.markdown","settings":{"foreground":"#FFE69C"}},{"name":"Markdown inline code","scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#FF9CE6"}},{"name":"Markdown code block fence","scope":"punctuation.definition.markdown","settings":{}},{"name":"Markdown quote","scope":"markup.quote.markdown","settings":{"foreground":"#FF9A7B"}},{"name":"HTML tags","scope":"entity.name.tag.structure.any.html, entity.name.tag.block.any.html, entity.name.tag.inline.any.html","settings":{"foreground":"#F2F4F8"}},{"name":"HTML text","scope":"text.html","settings":{"foreground":"#8193B1"}},{"name":"HTML punctuation","scope":"punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html","settings":{"foreground":"#F2F4F8"}},{"name":"JSON: keys","scope":"support.type.property-name.json","settings":{"foreground":"#F2F4F8"}},{"name":"JSON: constants (e.g. booleans, numeric)","scope":"constant.language.json, constant.numeric.json","settings":{"foreground":"#FF9A7B"}},{"name":"JSON: punctuation (: ,)","scope":"punctuation.separator.dictionary.pair.json, punctuation.separator.dictionary.key-value.json","settings":{}},{"name":"YAML: tags/keys","scope":"entity.name.tag.yaml","settings":{"foreground":"#F2F4F8"}},{"name":"YAML: punctuation (:), sequence items (-)","scope":"punctuation.separator.key-value.mapping.yaml","settings":{}},{"name":"TOML: table, array","scope":"entity.other.attribute-name.table.toml, entity.other.attribute-name.table.array.toml","settings":{"foreground":"#F2F4F8"}},{"name":"INI: group title","scope":"entity.name.section.group-title.ini","settings":{"foreground":"#F2F4F8"}}]} \ No newline at end of file +{ + "semanticHighlighting": true, + "name": "kiboku", + "type": "dark", + "colors": { + "focusBorder": "#69a4fcA6", + "foreground": "#f2f4f8", + "descriptionForeground": "#f2f4f8", + "errorForeground": "#FF5C6C", + "icon.foreground": "#f2f4f8", + "widget.shadow": "#00000066", + "button.background": "#3F495A", + "button.foreground": "#f2f4f8", + "button.hoverBackground": "#58667E", + "checkbox.background": "#1D222A", + "checkbox.foreground": "#f2f4f8", + "checkbox.border": "#1D222A", + "dropdown.background": "#1D222A", + "dropdown.border": "#1D222A", + "dropdown.foreground": "#f2f4f8", + "dropdown.listBackground": "#1d1f26", + "input.background": "#1D222A", + "input.border": "#1D222A", + "input.foreground": "#f2f4f8", + "input.placeholderForeground": "#f2f4f8", + "badge.foreground": "#1D222A", + "badge.background": "#ffe69c", + "progressBar.background": "#69a4fc", + "titleBar.activeForeground": "#f2f4f8", + "titleBar.activeBackground": "#1d1f26", + "titleBar.inactiveForeground": "#f2f4f8", + "titleBar.inactiveBackground": "#1d1f26", + "titleBar.border": "#1D222A", + "activityBar.dropBorder": "#69a4fc", + "activityBar.foreground": "#f2f4f8", + "activityBar.inactiveForeground": "#f2f4f866", + "activityBar.border": "#3f3f5d", + "activityBar.background": "#242734", + "activityBarBadge.foreground": "#1d1f26", + "activityBarBadge.background": "#69a4fc", + "activityBar.activeBorder": "#3f3f5d", + "activityBar.activeBackground": "#3f3f5d", + "activityBar.activeFocusBorder": "#3f3f5d", + "sideBar.background": "#1d1f26", + "sideBar.foreground": "#f2f4f8", + "sideBar.border": "#1d1f26", + "sideBar.dropBackground": "#5c61eccc", + "sideBarTitle.foreground": "#f2f4f8a3", + "sideBarSectionHeader.background": "#242734", + "sideBarSectionHeader.foreground": "#f2f4f8a3", + "sideBarSectionHeader.border": "#242734", + "editorGroup.border": "#7578bd", + "editorGroup.dropBackground": "#242734", + "editorGroupHeader.noTabsBackground": "#1d1f26", + "editorGroupHeader.tabsBackground": "#1d1f26", + "editorGroup.emptyBackground": "#1d1f26", + "editorGroup.focusedEmptyBorder": "#3f3f5d", + "editorGroup.dropIntoPromptForeground": "#f2f4f8", + "editorGroup.dropIntoPromptBackground": "#282c37", + "tab.activeBackground": "#69a4fc26", + "tab.activeForeground": "#f2f4f8", + "tab.border": "#1d1f26", + "tab.activeBorder": "#69a4fc", + "tab.unfocusedActiveBorder": "#1d1f26", + "tab.lastPinnedBorder": "#7578bd", + "tab.inactiveBackground": "#1d1f26", + "tab.unfocusedInactiveBackground": "#1d1f26", + "tab.inactiveForeground": "#f2f4f8", + "tab.hoverBackground": "#3f3f5d", + "editor.foldBackground": "#ffe69c1a", + "editor.lineHighlightBackground": "#69a4fc1a", + "editor.inactiveSelectionBackground": "#69a4fc26", + "editor.selectionBackground": "#69a4fc40", + "editor.wordHighlightBackground": "#69a4fc59", + "editor.findMatchBackground": "#ffe69cb3", + "editor.findMatchHighlightBackground": "#ffe69c66", + "editorIndentGuide.background": "#3F495A", + "editorIndentGuide.activeBackground": "#58667E", + "editorWhitespace.foreground": "#58667E", + "editorCursor.foreground": "#C8DCFF", + "editorBracketMatch.border": "#C8DCFF", + "editorGutter.modifiedBackground": "#bea1f7", + "editorGutter.addedBackground": "#aee8a3", + "editorGutter.deletedBackground": "red", + "editorError.foreground": "#FF5C6C", + "editorWarning.foreground": "#ff9a7b", + "editorWidget.background": "#1d1f26", + "editorWidget.foreground": "#f2f4f8", + "editorWidget.border": "#3F495A", + "editorWidget.resizeBorder": "#3F495A", + "editorLightBulb.foreground": "#ffe69c", + "editorLightBulbAutoFix.foreground": "#ffe69c", + "editor.background": "#282c37", + "editor.foreground": "#8193B1", + "editorLineNumber.foreground": "#69a4fc59", + "editorLineNumber.activeForeground": "#69a4fc", + "list.hoverForeground": "#f2f4f8", + "list.inactiveSelectionForeground": "#f2f4f8", + "list.activeSelectionForeground": "#f2f4f8", + "list.hoverBackground": "#69a4fc40", + "list.inactiveSelectionBackground": "#69a4fc26", + "list.activeSelectionBackground": "#69a4fc26", + "list.inactiveFocusBackground": "#1d2d3e", + "list.focusBackground": "#69a4fc40", + "list.focusForeground": "#f2f4f8", + "tree.indentGuidesStroke": "#58667E", + "notificationCenterHeader.background": "#1d1f26", + "notificationCenterHeader.foreground": "#f2f4f8", + "notifications.background": "#3F495A", + "notifications.border": "#3F495A", + "notificationToast.border": "#3F495A", + "notificationLink.foreground": "#69a4fc", + "notificationsErrorIcon.foreground": "#FF5C6C", + "notificationsWarningIcon.foreground": "#FFDA6B", + "notificationsInfoIcon.foreground": "#f2f4f8", + "pickerGroup.border": "#444d56", + "pickerGroup.foreground": "#f2f4f8", + "quickInput.background": "#1d1f26", + "quickInput.foreground": "#f2f4f8", + "statusBar.foreground": "#f2f4f8", + "statusBar.background": "#1d1f26", + "statusBar.border": "#1D222A", + "statusBar.noFolderBackground": "#1d1f26", + "statusBar.debuggingBackground": "#ffe69c", + "statusBar.debuggingForeground": "#1D222A", + "searchEditor.textInputBorder": "#1D222A", + "breadcrumb.foreground": "#f2f4f8", + "breadcrumb.focusForeground": "#f2f4f8", + "breadcrumb.background": "#1d1f26", + "breadcrumb.activeSelectionForeground": "#f2f4f8", + "breadcrumbPicker.background": "#1d1f26", + "diffEditor.insertedTextBorder": "#aee8a3", + "diffEditor.removedTextBorder": "red", + "scrollbar.shadow": "#00000066", + "scrollbarSlider.background": "#58667E40", + "scrollbarSlider.activeBackground": "#58667E8C", + "editorOverviewRuler.border": "#1D222A", + "panel.background": "#1d1f26", + "panel.border": "#1D222A", + "panelTitle.activeBorder": "#ffe69c", + "panelTitle.activeForeground": "#f2f4f8", + "panelTitle.inactiveForeground": "#f2f4f8", + "panelInput.border": "#2f363d", + "terminal.foreground": "#f2f4f8", + "terminal.ansiBlack": "#1D222A", + "terminal.ansiBlue": "#69a4fc", + "terminal.ansiBrightBlack": "#58667E", + "terminal.ansiBrightBlue": "#2f71e8", + "terminal.ansiBrightCyan": "#5CF1FF", + "terminal.ansiBrightGreen": "#73d783", + "terminal.ansiBrightMagenta": "#9D72F3", + "terminal.ansiBrightRed": "#FF5C6C", + "terminal.ansiBrightWhite": "#F8FAFB", + "terminal.ansiBrightYellow": "#FFDA6B", + "terminal.ansiCyan": "#8cf6ff", + "terminal.ansiGreen": "#aee8a3", + "terminal.ansiMagenta": "#bea1f7", + "terminal.ansiRed": "red", + "terminal.ansiWhite": "#f2f4f8", + "terminal.ansiYellow": "#ffe69c", + "terminal.selectionBackground": "#69a4fc26", + "terminalCursor.background": "#1d1f26", + "terminalCursor.foreground": "#C8DCFF", + "gitDecoration.addedResourceForeground": "#aee8a3", + "gitDecoration.modifiedResourceForeground": "#bea1f7", + "gitDecoration.deletedResourceForeground": "red", + "gitDecoration.untrackedResourceForeground": "#bea1f7", + "gitDecoration.ignoredResourceForeground": "#f2f4f8", + "gitDecoration.conflictingResourceForeground": "#ffe69c", + "gitDecoration.submoduleResourceForeground": "#f2f4f8", + "debugToolBar.background": "#1D222A", + "debugToolBar.border": "#1D222A", + "settings.headerForeground": "#f2f4f8", + "settings.modifiedItemIndicator": "#bea1f7", + "welcomePage.buttonBackground": "#2f363d", + "welcomePage.buttonHoverBackground": "#444d56" + }, + "semanticTokenColors": { + "variable": "#f2f4f8", + "parameter": "#f2f4f8", + "parameter.label": "#8193B1", + "property": "#f2f4f8", + "class": "#bea1f7", + "namespace": "#ff9ce6", + "variable.defaultLibrary": "#bea1f7", + "method.defaultLibrary": "#69a4fc", + "method": "#69a4fc", + "method.declaration": "#69a4fc", + "function": "#69a4fc", + "type": "#ff9ce6" + }, + "tokenColors": [ + { + "name": "Imported alias name", + "scope": "variable.other.readwrite", + "settings": { "foreground": "#ffe69c" } + }, + { + "name": "Strings", + "scope": "string, string.quoted.double", + "settings": { "foreground": "#aee8a3" } + }, + { + "name": "Booleans", + "scope": "constant.language.boolean", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "Constants (nil in go)", + "scope": "constant.language", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "Numbers", + "scope": "constant.numeric", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "Nulls", + "scope": "constant.language.null", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "Operators (=, !=, ==)", + "scope": "keyword.operator", + "settings": { "foreground": "#8193B1" } + }, + { + "name": "Keywords (export, default, return, function, struct, type, import, package)", + "scope": "keyword, storage.type.function", + "settings": {} + }, + { + "name": "Go: Keywords ", + "scope": "keyword.operator.address", + "settings": { "foreground": "#bea1f7" } + }, + { + "name": "Variables", + "scope": "variable.other.assignment", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "Variable storage type (let, const, var)", + "scope": "storage.type", + "settings": {} + }, + { + "name": "Variable: this", + "scope": "variable.language.this", + "settings": { "foreground": "#bea1f7" } + }, + { + "name": "Functions (calling a function)", + "scope": "entity.name.function, support.function", + "settings": { "foreground": "#69a4fc" } + }, + { + "name": "Components, tags", + "scope": "support.class.component, entity.name.tag", + "settings": { "foreground": "#C8DCFF" } + }, + { + "name": "Attributes (className, id, etc.)", + "scope": "entity.other.attribute-name", + "settings": { "foreground": "#8193B1" } + }, + { + "name": "Types", + "scope": "entity.name.type, support.type.primitive, support.type.builtin, \tpunctuation.definition.typeparameters.begin, \tpunctuation.definition.typeparameters.end, storage.type.error", + "settings": { "foreground": "#ff9ce6" } + }, + { + "name": "Graphql types", + "scope": "variable.fragment.graphql, keyword.operator.nulltype.graphql, support.type.enum.graphql, entity.scalar.graphql", + "settings": { "foreground": "#ff9ce6" } + }, + { + "name": "Graphql custom types and function", + "scope": "support.type.graphql, entity.name.function.graphql", + "settings": { "foreground": "#bea1f7" } + }, + { + "name": "Graphql variables", + "scope": "variable.graphql, variable.fragment.graphql", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "Object property", + "scope": "variable.other.property, variable.other.object.property", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "Comments", + "scope": "comment, punctuation.definition.comment", + "settings": { "foreground": "#9cdbc1", "fontStyle": "italic" } + }, + { + "name": "PostCSS: *", + "scope": "keyword.operator.postcss", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "CSS class, id, tag, attribute selector, @rule, @font-face", + "scope": "entity.other.attribute-name.css, entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, entity.other.attribute-selector, keyword.control.at-rule.css, keyword.control.at-rule.font-face.css", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "CSS value", + "scope": "support.constant.property-value.css", + "settings": { "foreground": "#bea1f7" } + }, + { + "name": "CSS units", + "scope": "keyword.other.unit.css", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "CSS numbers", + "scope": "constant.numeric.css", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "Markdown paragraph text", + "scope": "meta.paragraph.markdown", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "Markdown heading", + "scope": "markup.heading", + "settings": { "foreground": "red" } + }, + { + "name": "Markdown link title", + "scope": "string.other.link.title.markdown, punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown", + "settings": { "foreground": "#69a4fc" } + }, + { + "name": "Markdown links", + "scope": "markup.underline.link.markdown", + "settings": { "foreground": "#aee8a3" } + }, + { + "name": "Markdown bold", + "scope": "markup.bold.markdown", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "Markdown italic", + "scope": "markup.italic.markdown", + "settings": { "foreground": "#ffe69c" } + }, + { + "name": "Markdown inline code", + "scope": "markup.inline.raw.string.markdown", + "settings": { "foreground": "#ff9ce6" } + }, + { + "name": "Markdown code block fence", + "scope": "punctuation.definition.markdown", + "settings": {} + }, + { + "name": "Markdown quote", + "scope": "markup.quote.markdown", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "HTML tags", + "scope": "entity.name.tag.structure.any.html, entity.name.tag.block.any.html, entity.name.tag.inline.any.html", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "HTML text", + "scope": "text.html", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "HTML punctuation", + "scope": "punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "JSON: keys", + "scope": "support.type.property-name.json", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "JSON: constants (e.g. booleans, numeric)", + "scope": "constant.language.json, constant.numeric.json", + "settings": { "foreground": "#ff9a7b" } + }, + { + "name": "JSON: punctuation (: ,)", + "scope": "punctuation.separator.dictionary.pair.json, punctuation.separator.dictionary.key-value.json", + "settings": {} + }, + { + "name": "YAML: tags/keys", + "scope": "entity.name.tag.yaml", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "YAML: punctuation (:), sequence items (-)", + "scope": "punctuation.separator.key-value.mapping.yaml", + "settings": {} + }, + { + "name": "TOML: table, array", + "scope": "entity.other.attribute-name.table.toml, entity.other.attribute-name.table.array.toml", + "settings": { "foreground": "#f2f4f8" } + }, + { + "name": "INI: group title", + "scope": "entity.name.section.group-title.ini", + "settings": { "foreground": "#f2f4f8" } + } + ] +}