diff --git a/themes/zzTheme-color-theme.json b/themes/zzTheme-color-theme.json index 1a49ab4..60cfa33 100644 --- a/themes/zzTheme-color-theme.json +++ b/themes/zzTheme-color-theme.json @@ -1,640 +1,559 @@ // #1e1f1c (tab well, borders) // #000000 (editor background) +// #F8F8F2 (editor foreground) // #008000 (comment green) // #70B0FF (function blue) // #FF0080 (keyword and type) // #808080 (Constant grey) // #FF8000 (Global variable yellow) // #40FFFF (Define) +// #90EE90 (Enum light green) +// #30EE30 (Operator light green) +// #904834 (Preprocessor brown) // #FFFFB3 (Member) { "name": "zzTheme", "type": "dark", "colors": { + "dropdown.background": "#414339", + "list.activeSelectionBackground": "#75715E", + "list.focusBackground": "#414339", + "dropdown.listBackground": "#1e1f1c", + "settings.textInputBackground": "#32342d", + "settings.numberInputBackground": "#32342d", + "list.inactiveSelectionBackground": "#414339", + "list.hoverBackground": "#3e3d32", + "list.dropBackground": "#414339", + "list.highlightForeground": "#f8f8f2", + "button.background": "#75715E", "editor.background": "#000000", - "editor.foreground": "#CCCCCC", - "activityBarBadge.background": "#007acc", - "sideBarTitle.foreground": "#bbbbbb" + "editor.foreground": "#f8f8f2", + "selection.background": "#ccccc7", + "editor.selectionHighlightBackground": "#575b6180", + "editor.selectionBackground": "#878b9180", + "minimap.selectionHighlight": "#878b9180", + "editor.wordHighlightBackground": "#4a4a7680", + "editor.wordHighlightStrongBackground": "#6a6a9680", + "editor.lineHighlightBackground": "#3e3d32", + "editorLineNumber.activeForeground": "#c2c2bf", + "editorCursor.foreground": "#f8f8f0", + "editorWhitespace.foreground": "#464741", + "editorIndentGuide.background": "#464741", + "editorIndentGuide.activeBackground": "#767771", + "editorGroupHeader.tabsBackground": "#1e1f1c", + "editorGroup.dropBackground": "#41433980", + "tab.inactiveBackground": "#34352f", + "tab.border": "#1e1f1c", + "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused + "widget.shadow": "#000000", + "progressBar.background": "#75715E", + "badge.background": "#75715E", + "badge.foreground": "#f8f8f2", + "editorLineNumber.foreground": "#90908a", + "panelTitle.activeForeground": "#f8f8f2", + "panelTitle.activeBorder": "#75715E", + "panelTitle.inactiveForeground": "#75715E", + "panel.border": "#414339", + "titleBar.activeBackground": "#1e1f1c", + "statusBar.background": "#414339", + "statusBar.noFolderBackground": "#414339", + "statusBar.debuggingBackground": "#75715E", + "statusBarItem.remoteBackground": "#AC6218", + "activityBar.background": "#272822", + "activityBar.foreground": "#f8f8f2", + "activityBar.dropBackground": "#414339", + "sideBar.background": "#1e1f1c", + "sideBarSectionHeader.background": "#272822", + "menu.background": "#1e1f1c", + "menu.foreground": "#cccccc", + "pickerGroup.foreground": "#75715E", + "input.background": "#414339", + "inputOption.activeBorder": "#75715E", + "focusBorder": "#75715E", + "editorWidget.background": "#1e1f1c", + "debugToolBar.background": "#1e1f1c", + "diffEditor.insertedTextBackground": "#4b661680", // middle of #272822 and #a6e22e + "diffEditor.removedTextBackground": "#90274A70", // middle of #272822 and #f92672 + "inputValidation.errorBackground": "#90274A", // middle of #272822 and #f92672 + "inputValidation.errorBorder": "#f92672", + "inputValidation.warningBackground": "#848528", // middle of #272822 and #e2e22e + "inputValidation.warningBorder": "#e2e22e", + "inputValidation.infoBackground": "#546190", // middle of #272822 and #819aff + "inputValidation.infoBorder": "#819aff", + "editorHoverWidget.background": "#414339", + "editorHoverWidget.border": "#75715E", + "editorSuggestWidget.background": "#272822", + "editorSuggestWidget.border": "#75715E", + "editorGroup.border": "#34352f", + "peekView.border": "#75715E", + "peekViewEditor.background": "#272822", + "peekViewResult.background": "#1e1f1c", + "peekViewTitle.background": "#1e1f1c", + "peekViewResult.selectionBackground": "#414339", + "peekViewResult.matchHighlightBackground": "#75715E", + "peekViewEditor.matchHighlightBackground": "#75715E", + "terminal.ansiBlack": "#333333", + "terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background + "terminal.ansiGreen": "#86B42B", + "terminal.ansiYellow": "#B3B42B", + "terminal.ansiBlue": "#6A7EC8", + "terminal.ansiMagenta": "#8C6BC8", + "terminal.ansiCyan": "#56ADBC", + "terminal.ansiWhite": "#e3e3dd", + "terminal.ansiBrightBlack": "#666666", + "terminal.ansiBrightRed": "#f92672", + "terminal.ansiBrightGreen": "#A6E22E", + "terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E + "terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF + "terminal.ansiBrightMagenta": "#AE81FF", + "terminal.ansiBrightCyan": "#66D9EF", + "terminal.ansiBrightWhite": "#f8f8f2" }, "tokenColors": [ { - "name": "Comment", + "settings": { + "foreground": "#F8F8F2" + } + }, + { "scope": [ - "comment", - "punctuation.definition.comment" + "meta.embedded", + "source.groovy.embedded" ], "settings": { - "fontStyle": "italic", + "foreground": "#F8F8F2" + } + }, + { + "name": "Comment", + "scope": "comment", + "settings": { "foreground": "#008000" } }, { - "name": "Variables", - "scope": [ - "variable", - "string constant.other.placeholder" - ], + "name": "String", + "scope": "string", "settings": { - "foreground": "#EEFFFF" + "foreground": "#808080" } }, { - "name": "Colors", + "name": "Template Definition", "scope": [ - "constant.other.color" + "punctuation.definition.template-expression", + "punctuation.section.embedded" ], "settings": { - "foreground": "#ffffff" + "foreground": "#F92672" } }, { - "name": "Invalid", + "name": "Reset JavaScript string interpolation expression", "scope": [ - "invalid", - "invalid.illegal" + "meta.template.expression" ], "settings": { - "foreground": "#FF5370" + "foreground": "#F8F8F2" } }, { - "name": "Keyword, Storage", - "scope": [ - "keyword", - "storage.type", - "storage.modifier" - ], + "name": "Number", + "scope": "constant.numeric, keyword.other.unit.hexadecimal", "settings": { + "foreground": "#FF0000" + } + }, + { + "name": "Built-in constant", + "scope": "constant.language", + "settings": { + "foreground": "#FF8000" + } + }, + { + "name": "User-defined constant", + "scope": "constant.character, constant.other", + "settings": { + "foreground": "#FF8000" + } + }, + { + "name": "Variable", + "scope": "variable", + "settings": { + "fontStyle": "", + "foreground": "#F8F8F2" + } + }, + { + "name": "Keyword", + "scope": "keyword, keyword.operator.sizeof.c", + "settings": { + "foreground": "#F92672" + } + }, + { + "name": "Storage", + "scope": "storage", + "settings": { + "fontStyle": "", + "foreground": "#F92672" + } + }, + { + "name": "Storage type", + "scope": "storage.type", + "settings": { + "fontStyle": "italic", "foreground": "#FF0080" } }, { - "name": "Operator, Misc", - "scope": [ - "keyword.control", - "constant.other.color", - "punctuation", - "meta.tag", - "punctuation.definition.tag", - "punctuation.separator.inheritance.php", - "punctuation.definition.tag.html", - "punctuation.definition.tag.begin.html", - "punctuation.definition.tag.end.html", - "punctuation.section.embedded", - "keyword.other.template", - "keyword.other.substitution" - ], + "name": "Class name", + "scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution", "settings": { - "foreground": "#FFFFFF" + "fontStyle": "bold", + "foreground": "#FF0080" } }, { - "name": "Tag", - "scope": [ - "entity.name.tag", - "meta.tag.sgml", - "markup.deleted.git_gutter" - ], + "name": "Inherited class", + "scope": "entity.other.inherited-class", "settings": { - "foreground": "#f07178" + "fontStyle": "italic underline", + "foreground": "#A6E22E" } }, { - "name": "Function, Special Method", - "scope": [ - "entity.name.function", - "meta.function-call", - "variable.function", - "support.function", - "keyword.other.special-method" - ], + "name": "Function name", + "scope": "entity.name.function", "settings": { "fontStyle": "bold", "foreground": "#70B0FF" } }, { - "name": "Block Level Variables", - "scope": [ - "meta.block variable.other" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Other Variable, String Link", - "scope": [ - "support.other.variable", - "string.other.link" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Number, Constant, Function Argument, Tag Attribute, Embedded", - "scope": [ - "constant.numeric", - "constant.language", - "support.constant", - "constant.character", - "constant.escape", - "variable.parameter", - "keyword.other.unit", - "keyword.other" - ], - "settings": { - "foreground": "#FF0000" - } - }, - { - "name": "String, Symbols, Inherited Class, Markup Heading", - "scope": [ - "string", - "constant.other.symbol", - "constant.other.key", - "entity.other.inherited-class", - "markup.heading", - "markup.inserted.git_gutter", - "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Class, Support", - "scope": [ - "entity.name", - "support.type", - "support.class", - "support.orther.namespace.use.php", - "meta.use.php", - "support.other.namespace.php", - "markup.changed.git_gutter", - "support.type.sys-types" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "Entity Types", - "scope": [ - "support.type" - ], - "settings": { - "foreground": "#B2CCD6" - } - }, - { - "name": "CSS Class and Support", - "scope": [ - "source.css support.type.property-name", - "source.sass support.type.property-name", - "source.scss support.type.property-name", - "source.less support.type.property-name", - "source.stylus support.type.property-name", - "source.postcss support.type.property-name" - ], - "settings": { - "foreground": "#B2CCD6" - } - }, - { - "name": "Sub-methods", - "scope": [ - "entity.name.module.js", - "variable.import.parameter.js", - "variable.other.class.js" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Language methods", - "scope": [ - "variable.language" - ], + "name": "Function argument", + "scope": "variable.parameter", "settings": { "fontStyle": "italic", - "foreground": "#FF5370" + "foreground": "#FD971F" } }, { - "name": "entity.name.method.js", - "scope": [ - "entity.name.method.js" - ], + "name": "Tag name", + "scope": "entity.name.tag", + "settings": { + "fontStyle": "", + "foreground": "#F92672" + } + }, + { + "name": "Tag attribute", + "scope": "entity.other.attribute-name", + "settings": { + "fontStyle": "", + "foreground": "#A6E22E" + } + }, + { + "name": "Library function", + "scope": "support.function", + "settings": { + "fontStyle": "", + "foreground": "#66D9EF" + } + }, + { + "name": "Library constant", + "scope": "support.constant", + "settings": { + "fontStyle": "", + "foreground": "#66D9EF" + } + }, + { + "name": "Library class/type", + "scope": "support.type, support.class", "settings": { "fontStyle": "italic", - "foreground": "#82AAFF" + "foreground": "#66D9EF" } }, { - "name": "meta.method.js", - "scope": [ - "meta.class-method.js entity.name.function.js", - "variable.function.constructor" - ], + "name": "Library variable", + "scope": "support.other.variable", "settings": { - "foreground": "#82AAFF" + "fontStyle": "" } }, { - "name": "Attributes", - "scope": [ - "entity.other.attribute-name" - ], + "name": "Invalid", + "scope": "invalid", "settings": { - "foreground": "#C792EA" + "fontStyle": "", + "foreground": "#F8F8F0" } }, { - "name": "HTML Attributes", - "scope": [ - "text.html.basic entity.other.attribute-name.html", - "text.html.basic entity.other.attribute-name" - ], + "name": "Invalid deprecated", + "scope": "invalid.deprecated", + "settings": { + "foreground": "#F8F8F0" + } + }, + { + "name": "JSON String", + "scope": "meta.structure.dictionary.json string.quoted.double.json", + "settings": { + "foreground": "#CFCFC2" + } + }, + { + "name": "diff.header", + "scope": "meta.diff, meta.diff.header", + "settings": { + "foreground": "#75715E" + } + }, + { + "name": "diff.deleted", + "scope": "markup.deleted", + "settings": { + "foreground": "#F92672" + } + }, + { + "name": "diff.inserted", + "scope": "markup.inserted", + "settings": { + "foreground": "#A6E22E" + } + }, + { + "name": "diff.changed", + "scope": "markup.changed", + "settings": { + "foreground": "#E6DB74" + } + }, + { + "scope": "constant.numeric.line-number.find-in-files - match", + "settings": { + "foreground": "#AE81FFA0" + } + }, + { + "scope": "entity.name.filename.find-in-files", + "settings": { + "foreground": "#E6DB74" + } + }, + { + "name": "Markup Quote", + "scope": "markup.quote", + "settings": { + "foreground": "#F92672" + } + }, + { + "name": "Markup Lists", + "scope": "markup.list", + "settings": { + "foreground": "#E6DB74" + } + }, + { + "name": "Markup Styling", + "scope": "markup.bold, markup.italic", + "settings": { + "foreground": "#66D9EF" + } + }, + { + "name": "Markup Inline", + "scope": "markup.inline.raw", + "settings": { + "fontStyle": "", + "foreground": "#FD971F" + } + }, + { + "name": "Markup Headings", + "scope": "markup.heading", + "settings": { + "foreground": "#A6E22E" + } + }, + { + "name": "Markup Setext Header", + "scope": "markup.heading.setext", + "settings": { + "foreground": "#A6E22E", + "fontStyle": "bold" + } + }, + { + "name": "Markup Headings", + "scope": "markup.heading.markdown", + "settings": { + "fontStyle": "bold" + } + }, + { + "name": "Markdown Quote", + "scope": "markup.quote.markdown", "settings": { "fontStyle": "italic", - "foreground": "#FFCB6B" + "foreground": "#75715E" } }, { - "name": "CSS Classes", - "scope": [ - "entity.other.attribute-name.class" - ], + "name": "Markdown Bold", + "scope": "markup.bold.markdown", "settings": { - "foreground": "#FFCB6B" + "fontStyle": "bold" } }, { - "name": "CSS ID's", - "scope": [ - "source.sass keyword.control" - ], + "name": "Markdown Link Title/Description", + "scope": "string.other.link.title.markdown,string.other.link.description.markdown", "settings": { - "foreground": "#82AAFF" + "foreground": "#AE81FF" } }, { - "name": "Inserted", - "scope": [ - "markup.inserted" - ], + "name": "Markdown Underline Link/Image", + "scope": "markup.underline.link.markdown,markup.underline.link.image.markdown", "settings": { - "foreground": "#C3E88D" + "foreground": "#E6DB74" } }, { - "name": "Deleted", - "scope": [ - "markup.deleted" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Changed", - "scope": [ - "markup.changed" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Regular Expressions", - "scope": [ - "string.regexp" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "Escape Characters", - "scope": [ - "constant.character.escape" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "URL", - "scope": [ - "*url*", - "*link*", - "*uri*" - ], - "settings": { - "fontStyle": "underline" - } - }, - { - "name": "Decorators", - "scope": [ - "tag.decorator.js entity.name.tag.js", - "tag.decorator.js punctuation.definition.tag.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#82AAFF" - } - }, - { - "name": "ES7 Bind Operator", - "scope": [ - "source.js constant.other.object.key.js string.unquoted.label.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FF5370" - } - }, - { - "name": "JSON Key - Level 0", - "scope": [ - "source.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "JSON Key - Level 1", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "JSON Key - Level 2", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#F78C6C" - } - }, - { - "name": "JSON Key - Level 3", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "JSON Key - Level 4", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C17E70" - } - }, - { - "name": "JSON Key - Level 5", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "JSON Key - Level 6", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "JSON Key - Level 7", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "JSON Key - Level 8", - "scope": [ - "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Markdown - Plain", - "scope": [ - "text.html.markdown", - "punctuation.definition.list_item.markdown" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Markdown - Markup Raw Inline", - "scope": [ - "text.html.markdown markup.inline.raw.markdown" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Markdown - Markup Raw Inline Punctuation", - "scope": [ - "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markdown - Heading", - "scope": [ - "markdown.heading", - "markup.heading | markup.heading entity.name", - "markup.heading.markdown punctuation.definition.heading.markdown" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Markup - Italic", - "scope": [ - "markup.italic" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Bold", - "scope": [ - "markup.bold", - "markup.bold string" - ], - "settings": { - "fontStyle": "bold", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Bold-Italic", - "scope": [ - "markup.bold markup.italic", - "markup.italic markup.bold", - "markup.quote markup.bold", - "markup.bold markup.italic string", - "markup.italic markup.bold string", - "markup.quote markup.bold string" - ], - "settings": { - "fontStyle": "bold", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Underline", - "scope": [ - "markup.underline" - ], - "settings": { - "fontStyle": "underline", - "foreground": "#F78C6C" - } - }, - { - "name": "Markdown - Blockquote", - "scope": [ - "markup.quote punctuation.definition.blockquote.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markup - Quote", - "scope": [ - "markup.quote" - ], + "name": "Markdown Emphasis", + "scope": "markup.italic.markdown", "settings": { "fontStyle": "italic" } }, { - "name": "Markdown - Link", - "scope": [ - "string.other.link.title.markdown" - ], + "name": "Markdown Punctuation Definition Link", + "scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown", "settings": { - "foreground": "#82AAFF" + "foreground": "#f8f8f2" } }, { - "name": "Markdown - Link Description", + "name": "Markdown List Punctuation", "scope": [ - "string.other.link.description.title.markdown" + "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#C792EA" + "foreground": "#A6E22E" } }, { - "name": "Markdown - Link Anchor", - "scope": [ - "constant.other.reference.link.markdown" - ], + "scope": "token.info-token", "settings": { - "foreground": "#FFCB6B" + "foreground": "#6796e6" } }, { - "name": "Markup - Raw Block", - "scope": [ - "markup.raw.block" - ], + "scope": "token.warn-token", "settings": { - "foreground": "#C792EA" + "foreground": "#cd9731" } }, { - "name": "Markdown - Raw Block Fenced", - "scope": [ - "markup.raw.block.fenced.markdown" - ], + "scope": "token.error-token", "settings": { - "foreground": "#00000050" + "foreground": "#f44747" } }, { - "name": "Markdown - Fenced Bode Block", - "scope": [ - "punctuation.definition.fenced.markdown" - ], + "scope": "token.debug-token", "settings": { - "foreground": "#00000050" + "foreground": "#b267e6" } }, { - "name": "Markdown - Fenced Bode Block Variable", - "scope": [ - "markup.raw.block.fenced.markdown", - "variable.language.fenced.markdown", - "punctuation.section.class.end" - ], + "name": "this.self", + "scope": "variable.language", "settings": { - "foreground": "#EEFFFF" + "foreground": "#FD971F" } }, { - "name": "Markdown - Fenced Language", - "scope": [ - "variable.language.fenced.markdown" - ], + "name": "Macro", + "scope": "entity.name.function.preprocessor", "settings": { - "foreground": "#65737E" + "fontStyle": "", + "foreground": "#40FFFF" } }, { - "name": "Markdown - Separator", - "scope": [ - "meta.separator" - ], + "name": "Global Variable", + "scope": "variable.other.global", "settings": { "fontStyle": "bold", - "foreground": "#65737E" + "foreground": "#FF8000" } }, { - "name": "Markup - Table", - "scope": [ - "markup.table" - ], + "name": "Member", + "scope": "variable.other.property, entity.name.function.member", "settings": { - "foreground": "#EEFFFF" + "fontStyle": "", + "foreground": "#FFFFB3" } - } + }, + { + "name": "Enum", + "scope": "variable.other.enummember", + "settings": { + "fontStyle": "", + "foreground": "#90EE90" + } + }, + { + "name": "Preprocessor", + "scope": [ + "keyword.control.directive.include.c", + "keyword.control.directive.pragma.c", + "entity.other.attribute-name.pragma.preprocessor.c", + "keyword.control.directive.define.c", + "keyword.control.directive.conditional.c" + ], + "settings": { + "fontStyle": "", + "foreground": "#904834" + } + }, + { + "name": "Doxygen", + "scope": "storage.type.class.doxygen", + "settings": { + "fontStyle": "", + "foreground": "#904834" + } + }, + { + "name": "Opreator", + "scope": "keyword.operator", + "settings": { + "fontStyle": "", + "foreground": "#30EE30" + } + }, + { + "name": "Array bracket", + "scope": "storage.modifier.array.bracket.square.c", + "settings": { + "fontStyle": "", + "foreground": "#F8F8F2" + } + }, ], "semanticHighlighting": true } \ No newline at end of file