diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4452f..4cbacff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the "dark-theme---the-new" extension will be documented i Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.3.0] - 2024-05-29 + +## Added +- Added a better color to the notification center +- Added a new color to the remote indicator in the statusbar +- Added missing git colors for the staged files and changes +- Improved the color of the folded code +- Improved the color of the comments, now grass green +- Updated the README + +### Fixed +- Remove some duplicated token color customizations when switching on 1.2.0 +- Retrieve some lost colors when switching on the 1.2.0 +- Reverting a changes made on JavaScript, introducing italic font on JavaScript code only + ## [1.2.6] - 2024-02-28 ### Fixed diff --git a/README.md b/README.md index 21b3aec..80fdd45 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ It's been crafted with a keen eye for detail to provide a comfortable and deligh - Distinct colors for **additions, deletions, and modifications, making diff reading a breeze**. This is particularly useful for developers who work with Git and other version control systems on a regular basis. - Excellent text readability across various widgets and status bars. I've ensured that every piece of text, whether it's in the editor or in a widget, is clear and easy to read. - Special attention to **Git-related activities and error highlighting** just because it's important to quickly spot changes and errors in your code, so these aspects stand out. +- Nice colors on your terminal, your notification center and quick access modal. ## Preview 📸 @@ -40,8 +41,8 @@ Here comes a small preview of the theme : ## Feedback and Suggestions 💜 -If you have any feedback or suggestions, feel free to open an issue on GitHub. Your input is always welcome! I am constantly looking to improve and add new features to the theme based on user feedback. +If you have any feedback or suggestions, feel free to open an issue on GitHub. Your input is always welcome ! I am constantly looking to improve and add new features to the theme based on your feedback. --- -Thank you for considering **Dark Theme - The New** as your new favorite dark theme for Visual Studio Code! +Thank you for considering **Dark Theme - The New** as your new favorite dark theme for Visual Studio Code ! diff --git a/package.json b/package.json index c2aa958..12bd3a0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dark-theme-the-new", "displayName": "Dark Theme : The New", "description": "Dark Theme - The New is a sleek and modern dark theme for Visual Studio Code. It's been crafted with a keen eye for detail to provide a comfortable and delightful coding experience.", - "version": "1.2.6", + "version": "1.3.0", "license": "MIT", "publisher": "BaptisteCrouzet", "keywords": [ @@ -25,7 +25,7 @@ "url": "https://github.com/BaptisteCrouzet/DarkTheme-The-New.git" }, "engines": { - "vscode": "^1.83.0" + "vscode": "^1.86.0" }, "categories": [ "Themes" diff --git a/themes/Dark Theme The New-color-theme.json b/themes/Dark Theme The New-color-theme.json index 0cc6139..2db0948 100644 --- a/themes/Dark Theme The New-color-theme.json +++ b/themes/Dark Theme The New-color-theme.json @@ -2,25 +2,25 @@ "$schema": "vscode://schemas/color-theme", "name": "Dark Theme : The New", "type": "dark", - "activityBar.activeBackground": "#55006e", - "activityBar.activeBorder": "#a802f5", - "activityBar.background": "#242424", - "activityBar.dropBorder": "#a802f5", - "activityBar.foreground": "#ffe3ff", - "activityBarBadge.background": "#5a009e", - "badge.background": "#5a009e", - "breadcrumbPicker.background": "#30003fe0", - "button.background": "#555555", "colors": { + "activityBar.activeBackground": "#55006e", + "activityBar.activeBorder": "#a802f5", + "activityBar.dropBorder": "#a802f5", + "activityBar.foreground": "#ffe3ff", + "activityBarBadge.background": "#5a009e", + "badge.background": "#5a009e", + "breadcrumbPicker.background": "#30003fe0", + "button.background": "#594758", + "activityBar.background": "#043241", "debugConsole.errorForeground": "#ff0000", "diffEditorGutter.insertedLineBackground": "#27ec00", "editor.background": "#202020", "editor.findMatchBackground": "#f56e006b", "editor.findMatchBorder": "#ff0000", "editor.findMatchHighlightBackground": "#f56e00b9", - "editor.foldBackground": "#424242", + "editor.foldBackground": "#42424296", "editor.foreground": "#d4d4d4", - "editor.inactiveSelectionBackground": "#3a3d41", + "editor.inactiveSelectionBackground": "#42424296", "editor.lineHighlightBackground": "#c800fa1a", "editor.selectionBackground": "#660038b2", "editor.selectionHighlightBackground": "#b6b6b673", @@ -42,7 +42,7 @@ "editorOverviewRuler.border": "#ffffff53", "editorOverviewRuler.deletedForeground": "#e600da", "editorOverviewRuler.errorForeground": "#ff0000", - "editorOverviewRuler.findMatchForeground": "#ff6f00", + "editorOverviewRuler.findMatchForeground": "#ff6f0076", "editorOverviewRuler.infoForeground": "#d4d4d4", "editorOverviewRuler.modifiedForeground": "#d7ba7d", "editorOverviewRuler.warningForeground": "#ffd500", @@ -58,6 +58,8 @@ "gitDecoration.ignoredResourceForeground": "#808080", "gitDecoration.modifiedResourceForeground": "#00ffff", "gitDecoration.untrackedResourceForeground": "#27ec00", + "gitDecoration.stageModifiedResourceForeground": "#00ffff", + "gitDecoration.stageDeletedResourceForeground": "#ff0000", "list.activeSelectionBackground": "#7e007e", "list.dropBackground": "#383b3d", "list.errorForeground": "#ff5151", @@ -69,16 +71,18 @@ "minimapGutter.deletedBackground": "#e600da", "minimapGutter.modifiedBackground": "#00ffff", "minimapSlider.hoverBackground": "#ff80ea4f", - "notificationCenterHeader.background": "#af00a1", + "notificationCenterHeader.background": "#590052", "notificationToast.border": "#d400ff", "notificationsErrorIcon.foreground": "#ff0000", "scrollbarSlider.background": "#ffffff69", + "scrollbar.shadow": "#5500716b", "sideBar.background": "#242424", "sideBar.border": "#2c2c2c", "sideBar.dropBackground": "#c300ff36", "sideBarSectionHeader.background": "#2c2c2c", "sideBarTitle.foreground": "#bbbbbb", - "statusBar.background": "#381057", + "statusBarItem.remoteBackground": "#7b00ff", + "statusBarItem.remoteForeground": "#ffffff", "tab.border": "#3b3b3b", "terminal.ansiBlack": "#1e1e1e", "terminal.ansiBlue": "#006eff", @@ -105,7 +109,7 @@ "titleBar.activeBackground": "#720e7a", "titleBar.activeForeground": "#fefbff", "widget.border": "#ff00ea", - "widget.shadow": "#df7fff6b" + "widget.shadow": "#5500716b", }, "tokenColors": [ { @@ -120,16 +124,15 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608b4e" - }, - "name": "Special Comments" + "foreground": "#0F8200" + } }, { "scope": [ "meta.embedded.block.sql" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -139,7 +142,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -147,7 +150,7 @@ "invalid" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -158,7 +161,7 @@ "constant.character.escape" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -166,7 +169,7 @@ "meta.diff.header" ], "settings": { - "foreground": "#007acc" + "foreground": "#007ACC" } }, { @@ -177,7 +180,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -197,7 +200,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -206,7 +209,7 @@ "support.function" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -218,9 +221,8 @@ "entity.name.class" ], "settings": { - "foreground": "#4ec9b0" - }, - "name": "Type declaration and references" + "foreground": "#4EC9B0" + } }, { "scope": [ @@ -232,9 +234,8 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4ec9b0" - }, - "name": "Types declaration and references, TS grammar specific" + "foreground": "#4EC9B0" + } }, { "scope": [ @@ -242,7 +243,7 @@ "keyword.operator" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -252,7 +253,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -261,8 +262,8 @@ "code-runner.running code-runner.done string" ], "settings": { - "fontStyle": "italic", - "foreground": "#ce9178" + "foreground": "#CE9178", + "fontStyle": "italic" } }, { @@ -270,7 +271,7 @@ "token.info-token" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -278,7 +279,7 @@ "token.warn-token" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -286,7 +287,7 @@ "token.error-token" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -294,7 +295,7 @@ "token.debug-token" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -310,7 +311,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -319,7 +320,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -337,7 +338,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -356,7 +357,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -367,7 +368,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -375,7 +376,7 @@ "constant.character.entity.html" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -383,9 +384,8 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#d4d4d4" - }, - "name": "don't highlight ejs and erb as errors" + "foreground": "#D4D4D4" + } }, { "scope": [ @@ -399,7 +399,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -407,9 +407,8 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4ec9b0" - }, - "name": "Mustaches" + "foreground": "#4EC9B0" + } }, { "scope": [ @@ -422,13 +421,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { "scope": [], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -439,7 +438,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -447,7 +446,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -455,7 +454,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -463,7 +462,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -471,7 +470,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -485,7 +484,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -494,7 +493,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -502,7 +501,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -522,7 +521,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -538,7 +537,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -546,7 +545,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -554,7 +553,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -568,7 +567,7 @@ { "scope": [], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -577,7 +576,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -588,7 +587,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -596,7 +595,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -608,7 +607,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -617,7 +616,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -628,7 +627,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -643,7 +642,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -651,7 +650,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -661,7 +660,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -670,7 +669,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -678,7 +677,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -686,7 +685,7 @@ "constant.character.escape.groovy" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -700,9 +699,8 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4ec9b0" - }, - "name": "Type declaration and references" + "foreground": "#4EC9B0" + } }, { "scope": [ @@ -711,7 +709,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -721,7 +719,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -730,7 +728,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -745,7 +743,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -755,7 +753,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -773,7 +771,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -781,7 +779,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -790,7 +788,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -800,7 +798,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -809,7 +807,7 @@ "punctuation.terminator.rule.scss" ], "settings": { - "foreground": "#b5b5b5" + "foreground": "#B5B5B5" } }, { @@ -840,7 +838,7 @@ "meta.at-rule.keyframes.scss entity.other.attribute-name.scss" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -866,7 +864,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -878,7 +876,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -893,7 +891,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -904,17 +902,16 @@ "variable.other.less" ], "settings": { - "foreground": "#4ec9b0" - }, - "name": "Real Variables" + "foreground": "#4EC9B0" + } }, { "scope": [ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "fontStyle": "italic", - "foreground": "#9cdcfe" + "foreground": "#9CDCFE", + "fontStyle": "italic" } }, { @@ -922,7 +919,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -936,9 +933,8 @@ "support.constant.color" ], "settings": { - "foreground": "#ce9178" - }, - "name": "CSS property value" + "foreground": "#CE9178" + } }, { "scope": [ @@ -951,7 +947,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -959,7 +955,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -967,7 +963,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -975,7 +971,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -983,7 +979,7 @@ "entity.other.attribute-name.parent-selector-suffix.stylus" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -991,7 +987,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1000,7 +996,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -1010,7 +1006,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -1018,7 +1014,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1027,7 +1023,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -1044,7 +1040,7 @@ "string.quoted.single.c" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1067,7 +1063,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -1078,7 +1074,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1087,7 +1083,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1096,7 +1092,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1106,7 +1102,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1115,7 +1111,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -1126,7 +1122,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1135,7 +1131,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1143,7 +1139,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1151,7 +1147,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1159,7 +1155,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1176,7 +1172,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1184,7 +1180,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1210,7 +1206,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -1218,7 +1214,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1226,7 +1222,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1235,7 +1231,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1248,7 +1244,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1257,7 +1253,7 @@ "constant.other.symbol.crystal" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1267,7 +1263,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -1283,8 +1279,8 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "fontStyle": "italic", - "foreground": "#608b4e" + "foreground": "#0F8200", + "fontStyle": "italic" } }, { @@ -1310,7 +1306,7 @@ "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -1324,7 +1320,7 @@ "entity.name.variable.enum-member.cs" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1337,7 +1333,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1345,8 +1341,8 @@ "keyword.other.this.cs" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -1367,7 +1363,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1376,7 +1372,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -1388,7 +1384,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1396,7 +1392,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1404,7 +1400,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1412,7 +1408,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1420,7 +1416,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1428,7 +1424,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608b4e" + "foreground": "#608B4E" } }, { @@ -1436,7 +1432,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -1444,7 +1440,7 @@ "entity.name.function.rainbow3" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1452,7 +1448,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -1460,7 +1456,7 @@ "rainbow1" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -1468,7 +1464,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1484,7 +1480,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1492,7 +1488,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1500,7 +1496,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608b4e" + "foreground": "#608B4E" } }, { @@ -1509,7 +1505,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -1518,8 +1514,8 @@ "comment.unused.elixir" ], "settings": { - "fontStyle": "italic", - "foreground": "#9cdcfe" + "foreground": "#9CDCFE", + "fontStyle": "italic" } }, { @@ -1527,7 +1523,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -1538,7 +1534,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1546,7 +1542,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1557,7 +1553,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1569,7 +1565,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1579,7 +1575,7 @@ "support.function.variable.quoted.single.elixir" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1587,7 +1583,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1595,7 +1591,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1614,7 +1610,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1623,13 +1619,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { "scope": [], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1637,8 +1633,8 @@ "keyword.unused.elm" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -1649,7 +1645,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1658,7 +1654,7 @@ "constant.other.placeholder.erlang" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1666,7 +1662,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -1680,7 +1676,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1698,7 +1694,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1706,7 +1702,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1723,7 +1719,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1731,7 +1727,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -1747,7 +1743,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1755,7 +1751,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -1770,7 +1766,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1781,7 +1777,7 @@ "string.quoted.rune.go punctuation.definition.string.end.go" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1793,7 +1789,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1802,7 +1798,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1810,7 +1806,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1820,7 +1816,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1828,7 +1824,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -1836,7 +1832,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1845,7 +1841,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1854,7 +1850,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1863,7 +1859,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1873,7 +1869,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -1881,7 +1877,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608b4e" + "foreground": "#608B4E" } }, { @@ -1890,7 +1886,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -1907,7 +1903,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1915,7 +1911,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1923,7 +1919,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -1933,7 +1929,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -1942,7 +1938,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -1950,7 +1946,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -1958,7 +1954,7 @@ "constant.character.escape.groovy" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -1972,9 +1968,8 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4ec9b0" - }, - "name": "Type declaration and references" + "foreground": "#4EC9B0" + } }, { "scope": [ @@ -1983,7 +1978,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -1993,7 +1988,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2002,7 +1997,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -2017,7 +2012,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2027,7 +2022,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2045,7 +2040,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2053,7 +2048,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2062,7 +2057,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2072,7 +2067,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2083,7 +2078,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -2095,8 +2090,8 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "fontStyle": "italic", - "foreground": "#608b4e" + "foreground": "#0F8200", + "fontStyle": "italic" } }, { @@ -2107,7 +2102,7 @@ "punctuation.terminator.statement.tsx" ], "settings": { - "foreground": "#b5b5b5" + "foreground": "#B5B5B5" } }, { @@ -2115,8 +2110,8 @@ "variable.language.this" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -2124,7 +2119,7 @@ "constant.character.escape.js" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -2137,7 +2132,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -2158,7 +2153,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -2193,7 +2188,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2206,7 +2201,7 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -2227,7 +2222,7 @@ "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -2248,7 +2243,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2268,7 +2263,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2290,7 +2285,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2299,7 +2294,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2318,7 +2313,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2328,7 +2323,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -2337,7 +2332,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2345,7 +2340,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2355,7 +2350,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2365,8 +2360,8 @@ "entity.name.tag.directive.ts" ], "settings": { - "fontStyle": "italic", - "foreground": "#608b4e" + "foreground": "#0F8200", + "fontStyle": "italic" } }, { @@ -2374,7 +2369,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -2382,7 +2377,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2390,8 +2385,8 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "fontStyle": "italic", - "foreground": "#4ec9b0" + "foreground": "#4EC9B0", + "fontStyle": "italic" } }, { @@ -2400,7 +2395,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2408,7 +2403,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2416,7 +2411,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -2424,7 +2419,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2432,7 +2427,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2446,7 +2441,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#ffffff" + "foreground": "#FFFFFF" } }, { @@ -2455,7 +2450,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2463,7 +2458,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2471,7 +2466,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2479,7 +2474,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -2487,7 +2482,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2495,7 +2490,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2504,7 +2499,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -2516,7 +2511,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2524,7 +2519,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2558,7 +2553,7 @@ "markup.heading" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2566,7 +2561,7 @@ "markup.inserted" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -2574,7 +2569,7 @@ "markup.deleted" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -2582,7 +2577,7 @@ "markup.changed" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2590,7 +2585,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -2598,7 +2593,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2606,8 +2601,8 @@ "markup.italic.markdown" ], "settings": { - "fontStyle": "italic", - "foreground": "#9cdcfe" + "foreground": "#9CDCFE", + "fontStyle": "italic" } }, { @@ -2615,8 +2610,8 @@ "markup.bold.markdown" ], "settings": { - "fontStyle": "bold", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "bold" } }, { @@ -2626,7 +2621,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2634,7 +2629,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -2643,7 +2638,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2652,7 +2647,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2662,7 +2657,7 @@ "meta.link.email.lt-gt.markdown" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2688,7 +2683,7 @@ "inline-dollars" ], "settings": { - "foreground": "#d5d5d5" + "foreground": "#D5D5D5" } }, { @@ -2700,7 +2695,7 @@ "markup.underline.link.markdown" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2709,8 +2704,8 @@ "meta.image.reference.markdown constant.other.reference.link.markdown" ], "settings": { - "fontStyle": "italic", - "foreground": "#b5b5b5" + "foreground": "#B5B5B5", + "fontStyle": "italic" } }, { @@ -2718,7 +2713,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -2726,7 +2721,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#b5b5b5" + "foreground": "#B5B5B5" } }, { @@ -2735,7 +2730,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -2757,7 +2752,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2766,7 +2761,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2774,7 +2769,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2782,7 +2777,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2790,7 +2785,7 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -2799,7 +2794,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { - "foreground": "#608b4e" + "foreground": "#608B4E" } }, { @@ -2845,7 +2840,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -2859,7 +2854,7 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2871,7 +2866,7 @@ "meta.function.decorator.python support.type.python" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -2884,7 +2879,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -2895,7 +2890,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2908,7 +2903,7 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2917,7 +2912,7 @@ "string.quoted.binary.single.python" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -2926,7 +2921,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -2934,7 +2929,7 @@ "string.regexp" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -2942,7 +2937,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -2950,7 +2945,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -2959,7 +2954,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -2978,7 +2973,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -2988,7 +2983,7 @@ "meta.group.assertion.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -2998,7 +2993,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -3013,7 +3008,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3033,7 +3028,7 @@ "punctuation.definition.constant.ruby" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -3041,8 +3036,8 @@ "variable.language.self.ruby" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -3050,7 +3045,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -3059,7 +3054,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -3077,7 +3072,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3088,7 +3083,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3109,7 +3104,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3123,7 +3118,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -3143,7 +3138,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -3152,7 +3147,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -3163,7 +3158,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -3172,7 +3167,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3181,7 +3176,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3189,7 +3184,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3197,7 +3192,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3205,7 +3200,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#b5b5b5" + "foreground": "#B5B5B5" } }, { @@ -3214,7 +3209,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608b4e" + "foreground": "#0F8200" } }, { @@ -3223,7 +3218,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3233,7 +3228,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3242,7 +3237,7 @@ "constant.character.rust" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -3252,7 +3247,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3261,8 +3256,8 @@ "variable.language.self.rust" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -3289,7 +3284,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3298,7 +3293,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -3306,7 +3301,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3323,7 +3318,7 @@ "source.smarty" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3331,7 +3326,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -3339,7 +3334,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3349,7 +3344,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3358,8 +3353,8 @@ "keyword.expressions-and-types.swift" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -3367,7 +3362,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3375,7 +3370,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3385,7 +3380,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -3395,7 +3390,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3404,7 +3399,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3417,7 +3412,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608b4e" + "foreground": "#608B4E" } }, { @@ -3425,7 +3420,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -3434,7 +3429,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3442,7 +3437,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -3450,7 +3445,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#d16969" + "foreground": "#D16969" } }, { @@ -3458,7 +3453,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -3466,7 +3461,7 @@ "meta.item.priority.d.todo" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -3474,7 +3469,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#dcdcaa" + "foreground": "#DCDCAA" } }, { @@ -3483,7 +3478,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -3491,7 +3486,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3500,7 +3495,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -3510,7 +3505,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3520,7 +3515,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3537,7 +3532,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3545,7 +3540,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3553,7 +3548,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -3561,7 +3556,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3573,7 +3568,7 @@ "constant.character.map.viml" ], "settings": { - "foreground": "#d7ba7d" + "foreground": "#D7BA7D" } }, { @@ -3589,7 +3584,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#b5cea8" + "foreground": "#B5CEA8" } }, { @@ -3602,7 +3597,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#d4d4d4" + "foreground": "#D4D4D4" } }, { @@ -3614,7 +3609,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4ec9b0" + "foreground": "#4EC9B0" } }, { @@ -3627,7 +3622,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569cd6" + "foreground": "#569CD6" } }, { @@ -3636,8 +3631,8 @@ "constant.language.null.yaml" ], "settings": { - "fontStyle": "italic", - "foreground": "#569cd6" + "foreground": "#569CD6", + "fontStyle": "italic" } }, { @@ -3650,7 +3645,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#c586c0" + "foreground": "#C586C0" } }, { @@ -3660,7 +3655,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9cdcfe" + "foreground": "#9CDCFE" } }, { @@ -3669,7 +3664,7 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#ce9178" + "foreground": "#CE9178" } }, { @@ -3691,7 +3686,7 @@ "punctuation.definition.comment" ], "settings": { - "foreground": "#608B4E", + "foreground": "#0F8200", "fontStyle": "italic" } }, @@ -3701,7 +3696,7 @@ "meta.embedded.expression.js source.js.jsx comment.block.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#0F8200" } }, { @@ -3719,7 +3714,7 @@ "meta.embedded.expression.js source.js.jsx comment.block.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#0F8200" } }, { @@ -3731,7 +3726,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#608B4E" + "foreground": "#0F8200" } }, { @@ -3740,7 +3735,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#608B4E" + "foreground": "#0F8200" } }, { @@ -3749,7 +3744,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#0F8200" } }, { @@ -3768,7 +3763,7 @@ "comment.block.handlebars" ], "settings": { - "foreground": "#608B4E" + "foreground": "#0F8200" } }, { @@ -3806,8 +3801,8 @@ "punctuation.definition.comment.end.documentation" ], "settings": { - "fontStyle": "italic", - "foreground": "#0f8200" + "foreground": "#0F8200", + "fontStyle": "italic" } }, { @@ -3816,8 +3811,8 @@ "source.js" ], "settings": { - "fontStyle": "italic", - "foreground": "#d1d1d1" + "foreground": "#D1D1D1", + "fontStyle": "italic" } }, { @@ -3862,6 +3857,30 @@ "settings": { "foreground": "#FFFFFF" } + }, + { + "scope": "token.info-token", + "settings": { + "foreground": "#6796E6" + } + }, + { + "scope": "token.warn-token", + "settings": { + "foreground": "#CD9731" + } + }, + { + "scope": "token.error-token", + "settings": { + "foreground": "#F44747" + } + }, + { + "scope": "token.debug-token", + "settings": { + "foreground": "#B267E6" + } } ] }