diff --git a/.vscode/settings.json b/.vscode/settings.json index 748dedd..ba1b5d4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,14 @@ { - "prettier.configPath": ".prettierrc", - "search.exclude": { - "**/.yarn": true, - "**/.pnp.*": true - }, - "cSpell.words": [ - "peekview" - ] + "prettier.configPath": ".prettierrc", + "search.exclude": { + "**/.yarn": true, + "**/.pnp.*": true + }, + "cSpell.words": [ + "peekview", + "Ponti", + "Picton", + "Aluminium", + "Carbonara" + ] } diff --git a/.vscodeignore b/.vscodeignore index f369b5e..511bfa4 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -2,3 +2,5 @@ .vscode-test/** .gitignore vsc-extension-quickstart.md + +scripts/**/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0ead1..63c3181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the "Ruzzy Theme" extension will be documented in this file. +## [v1.0.6] - 2023-01-27 + +- Modify `semanticTokenColors` to be more readable +- Modify `symbolIcon` to be match with token colors +- Add Gray theme + ## [v1.0.5] - 2023-01-26 ### Add omissions diff --git a/README.md b/README.md index 9759ade..3c1019f 100644 --- a/README.md +++ b/README.md @@ -5,26 +5,25 @@ Highlight colors are based on [Apple Developer](https://developer.apple.com/desi
-## 🖼 Screenshots +## 📷 Screenshot ### Interface -![screenshot-interface](img/screenshots/screenshot-default.png?raw=true) +![screenshot-interface](img/screenshots/screenshot-blue.png?raw=true) -| Blue | Green | -| :-----------------------------------------: | :---------------------------------------------: | -| ![](img/screenshots/screenshot-blue.png) | ![](img/screenshots/screenshot-green.png) | -| Orange | Purple | -| ![](img/screenshots/screenshot-orange.png) | ![](img/screenshots/screenshot-purple.png) | -| Red | Yellow | -| ![](img/screenshots/screenshot-red.png) | ![](img/screenshots/screenshot-yellow.png) | -| Default | Default (with git decoration) | -| ![](img/screenshots/screenshot-default.png) | ![](img/screenshots/screenshot-default-git.png) | +| | | +| :----------------------------------------: | :----------------------------------------: | +| Gray | Green | +| ![](img/screenshots/screenshot-gray.png) | ![](img/screenshots/screenshot-green.png) | +| Orange | Purple | +| ![](img/screenshots/screenshot-orange.png) | ![](img/screenshots/screenshot-purple.png) | +| Red | Yellow | +| ![](img/screenshots/screenshot-red.png) | ![](img/screenshots/screenshot-yellow.png) | ### Syntax Colors

- screenshot-code-prime + screenshot-code-prime

@@ -69,82 +68,83 @@ Set `true` to enable semantic highlight ### Accent Colors -1. Default Blue +- MacOS Blue - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#128cff` | `FF` : 100% | accent | - | `#0d62b3` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------- | + | ![](https://placehold.co/20/0a84ff/0a84ff.png) | `#0a84ff` | `FF` : 100% | accent | + | ![](https://placehold.co/20/075cb3/075cb3.png) | `#075cb3` | `80` : 50% | overlay | - + -2. MacOS Blue +- MacOS Orange - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#0a84ff` | `FF` : 100% | accent | - | `#075cb3` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------- | + | ![](https://placehold.co/20/ff9f0a/ff9f0a.png) | `#ff9f0a` | `FF` : 100% | accent | + | ![](https://placehold.co/20/b36f07/b36f07.png) | `#b36f07` | `80` : 50% | overlay | - + -3. MacOS Orange +- MacOS Green - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#ff9f0a` | `FF` : 100% | accent | - | `#b36f07` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------- | + | ![](https://placehold.co/20/30d158/30d158.png) | `#30d158` | `FF` : 100% | accent | + | ![](https://placehold.co/20/22923e/22923e.png) | `#22923e` | `80` : 50% | overlay | - + -4. MacOS Green +- MacOS Purple - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#30d158` | `FF` : 100% | accent | - | `#22923e` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------- | + | ![](https://placehold.co/20/bf5af2/bf5af2.png) | `#bf5af2` | `FF` : 100% | accent | + | ![](https://placehold.co/20/863fa9/863fa9.png) | `#863fa9` | `80` : 50% | overlay | - + -5. MacOS Purple +- MacOS Red - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#bf5af2` | `FF` : 100% | accent | - | `#863fa9` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------- | + | ![](https://placehold.co/20/ff453a/ff453a.png) | `#ff453a` | `FF` : 100% | accent | + | ![](https://placehold.co/20/b33029/b33029.png) | `#b33029` | `80` : 50% | overlay | - + -6. MacOS Red +- MacOS Yellow - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#ff453a` | `FF` : 100% | accent | - | `#b33029` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------- | + | ![](https://placehold.co/20/ffd60a/ffd60a.png) | `#ffd60a` | `FF` : 100% | accent | + | ![](https://placehold.co/20/b39607/b39607.png) | `#b39607` | `80` : 50% | overlay | - + -7. MacOS Yellow +- Gray - + - | Color | Alpha | Usage | - | --------- | ----------- | ------- | - | `#ffd60a` | `FF` : 100% | accent | - | `#b39607` | `80` : 50% | overlay | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ---------- | + | ![](https://placehold.co/20/7a818d/7a818d.png) | `#7a818d` | `FF` : 100% | accent | + | ![](https://placehold.co/20/555a63/555a63.png) | `#555a63` | `80` : 50% | overlay | + | ![](https://placehold.co/20/e3e5e8/e3e5e8.png) | `#e3e5e8` | `FF` : 100% | foreground | - +
@@ -154,13 +154,13 @@ Set `true` to enable semantic highlight - | Color | Alpha | Usage | - | --------- | ----------- | ----------------- | - | `#f2f2f7` | `FF` : 100% | white | - | `#e5e5ea` | `FF` : 100% | button foreground | - | `#d1d1d6` | `FF` : 100% | main foreground | - | `#c7c7cc` | `FF` : 100% | text foreground | - | `#aeaeb2` | `FF` : 100% | desc foreground | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ----------------- | + | ![](https://placehold.co/20/f2f2f7/f2f2f7.png) | `#f2f2f7` | `FF` : 100% | white | + | ![](https://placehold.co/20/e5e5ea/e5e5ea.png) | `#e5e5ea` | `FF` : 100% | button foreground | + | ![](https://placehold.co/20/d1d1d6/d1d1d6.png) | `#d1d1d6` | `FF` : 100% | main foreground | + | ![](https://placehold.co/20/c7c7cc/c7c7cc.png) | `#c7c7cc` | `FF` : 100% | text foreground | + | ![](https://placehold.co/20/aeaeb2/aeaeb2.png) | `#aeaeb2` | `FF` : 100% | desc foreground | @@ -168,9 +168,9 @@ Set `true` to enable semantic highlight - | Color | Alpha | Usage | - | --------- | ----------- | ------------------- | - | `#8e8e93` | `FF` : 100% | inactive foreground | + | | Color | Alpha | Usage | + | ---------------------------------------------- | --------- | ----------- | ------------------- | + | ![](https://placehold.co/20/8e8e93/8e8e93.png) | `#8e8e93` | `FF` : 100% | inactive foreground | @@ -178,18 +178,19 @@ Set `true` to enable semantic highlight - | Color | Alpha | Usage | - | --------- | ----------- | ------------------------------- | - | `#636366` | `FF` : 100% | border | - | `#636366` | `C0` : 75% | hover (translucent) | - | `#48484a` | `FF` : 100% | selection / dark border | - | `#48484a` | `C0` : 75% | selection bg (translucent) | - | `#3a3a3c` | `FF` : 100% | dark selection background | - | `#3a3a3c` | `C0` : 75% | dark selection bg (translucent) | - | `#2c2c2e` | `C0` : 75% | widget background (glass) | - | `#1c1c1e` | `FA` : 98% | widget background (translucent) | - | `#1c1c1e` | `FF` : 100% | editor background | - | `#18181a` | `FF` : 100% | ui background | + | | Color | Alpha | Usage | + | ------------------------------------------ | --------- | ----------- | ------------------------------- | + | ![](https://placehold.co/20/636366/636366) | `#636366` | `FF` : 100% | border | + | ![](https://placehold.co/20/636366/636366) | `#636366` | `BF` : 75% | hover (translucent) | + | ![](https://placehold.co/20/48484a/48484a) | `#48484a` | `FF` : 100% | selection / dark border | + | ![](https://placehold.co/20/48484a/48484a) | `#48484a` | `BF` : 75% | selection bg (translucent) | + | ![](https://placehold.co/20/3a3a3c/3a3a3c) | `#3a3a3c` | `BF` : 75% | dark selection bg (translucent) | + | ![](https://placehold.co/20/3a3a3c/3a3a3c) | `#3a3a3c` | `FF` : 100% | dark selection background | + | ![](https://placehold.co/20/2c2c2e/2c2c2e) | `#2c2c2e` | `54` : 33% | rulers (low contrast) | + | ![](https://placehold.co/20/2c2c2e/2c2c2e) | `#2c2c2e` | `BF` : 75% | widget background (glass) | + | ![](https://placehold.co/20/1c1c1e/1c1c1e) | `#1c1c1e` | `FA` : 98% | widget background (translucent) | + | ![](https://placehold.co/20/1c1c1e/1c1c1e) | `#1c1c1e` | `FF` : 100% | editor background | + | ![](https://placehold.co/20/18181a/18181a) | `#18181a` | `FF` : 100% | ui background | @@ -197,26 +198,62 @@ Set `true` to enable semantic highlight - | Color | Alpha | Usage | - | --------- | --------- | ----------- | - | `#000000` | `00` : 0% | transparent | + | Color | Alpha | Usage | + | --------- | ---------- | -------------- | + | `#000000` | `00` : 0% | transparent | + | `#000000` | `1A` : 10% | transparent bg | + | `#000000` | `66` : 40% | unnecessary | + | `#000000` | `80` : 50% | shadow |
-### Special Colors +### Symbol Colors + + + +| | Color | Usage | Name | +| ------------------------------------------ | --------- | --------------------------------------------- | ------------------- | +| ![](https://placehold.co/20/E47127/E47127) | `#E47127` | debug, remote | Russet Orange | +| ![](https://placehold.co/20/77CCFF/77CCFF) | `#77CCFF` | folder, file | Bubbly Barracuda | +| ![](https://placehold.co/20/77BBFF/77BBFF) | `#77BBFF` | field,variable | Cooler Than Ever | +| ![](https://placehold.co/20/C8C7CB/C8C7CB) | `#C8C7CB` | property | Centre Stage | +| ![](https://placehold.co/20/47C6AC/47C6AC) | `#47C6AC` | class | Disc Jockey | +| ![](https://placehold.co/20/5BA0D0/5BA0D0) | `#5BA0D0` | interface, object, constant, keyword, boolean | Picton Blue | +| ![](https://placehold.co/20/C58BBA/C58BBA) | `#C58BBA` | module, namespace, operator, null | Rock Star Pink | +| ![](https://placehold.co/20/CCC050/CCC050) | `#CCC050` | constructor, package | Sulphur Yellow | +| ![](https://placehold.co/20/99C285/99C285) | `#99C285` | enumerator, struct | Picnic | +| ![](https://placehold.co/20/B3CEAB/B3CEAB) | `#B3CEAB` | enumerator member, number | Gio Ponti Green | +| ![](https://placehold.co/20/B195E4/B195E4) | `#B195E4` | function | Dreamy Candy Forest | +| ![](https://placehold.co/20/EE9922/EE9922) | `#EE9922` | event | Burning Trail | +| ![](https://placehold.co/20/DDDDAA/DDDDAA) | `#DDDDAA` | method | Spaghetti Carbonara | +| ![](https://placehold.co/20/D3A083/D3A083) | `#D3A083` | string | Orange Maple | +| ![](https://placehold.co/20/AEAFB4/AEAFB4) | `#AEAFB4` | etc | Aluminium Snow | + + + +### Syntax Colors -| Color | Alpha | Usage | -| --------- | ----------- | -------- | -| `#4cbf56` | `FF` : 100% | peekview | -| `#e47127` | `FF` : 100% | debug | -| `#79b8ff` | `FF` : 100% | | -| `#b392f0` | `FF` : 100% | | -| `#ff9800` | `FF` : 100% | | -| `#ff5c8d` | `FF` : 100% | | +| | Color | Usage | Name | +| ------------------------------------------ | --------- | --------------------------------- | ------------------- | +| ![](https://placehold.co/20/C8C7CB/C8C7CB) | `#C8C7CB` | variable, text, module, namespace | Centre Stage | +| ![](https://placehold.co/20/8C8D91/8C8D91) | `#8C8D91` | property | Aluminum Silver | +| ![](https://placehold.co/20/AEAFB4/AEAFB4) | `#AEAFB4` | docstring, typeHintComment | Aluminium Snow | +| ![](https://placehold.co/20/9BDDFF/9BDDFF) | `#9BDDFF` | parameter | Columbia Blue | +| ![](https://placehold.co/20/5BA0D0/5BA0D0) | `#5BA0D0` | keyword, type:defaultLibrary | Picton Blue | +| ![](https://placehold.co/20/C58BBA/C58BBA) | `#C58BBA` | keyword:python, macro, operator | Rock Star Pink | +| ![](https://placehold.co/20/47C6AC/47C6AC) | `#47C6AC` | class, type | Disc Jockey | +| ![](https://placehold.co/20/B3CEAB/B3CEAB) | `#B3CEAB` | numeric, interface | Gio Ponti Green | +| ![](https://placehold.co/20/99C285/99C285) | `#99C285` | enum, struct | Picnic | +| ![](https://placehold.co/20/DDDDAA/DDDDAA) | `#DDDDAA` | function, method | Spaghetti Carbonara | +| ![](https://placehold.co/20/EE9922/EE9922) | `#EE9922` | event | Burning Trail | +| ![](https://placehold.co/20/CCC050/CCC050) | `#CCC050` | decorator | Sulphur Yellow | +| ![](https://placehold.co/20/618A4D/618A4D) | `#618A4D` | comment | Topiary Sculpture | +| ![](https://placehold.co/20/D3A083/D3A083) | `#D3A083` | string | Orange Maple | +| ![](https://placehold.co/20/D58165/D58165) | `#D58165` | regexp | Summer Sunset | diff --git a/img/codes/prime.png b/img/codes/prime.png index 0437a4e..b26b534 100644 Binary files a/img/codes/prime.png and b/img/codes/prime.png differ diff --git a/img/codes/stack.png b/img/codes/stack.png index 7c40130..3fbe27e 100644 Binary files a/img/codes/stack.png and b/img/codes/stack.png differ diff --git a/img/screenshots/screenshot-gray.png b/img/screenshots/screenshot-gray.png new file mode 100644 index 0000000..4ff2dcf Binary files /dev/null and b/img/screenshots/screenshot-gray.png differ diff --git a/package.json b/package.json index f7d75fb..2905ba5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruzzy-theme", "displayName": "Ruzzy Theme", - "description": "Color theme", - "version": "1.0.5", + "description": "Simple, Dimmed Dark Theme with MacOS color accents", + "version": "1.0.6", "publisher": "Ruzzy", "license": "MIT", "icon": "img/mesh-735_128x128.png", @@ -32,9 +32,9 @@ "contributes": { "themes": [ { - "label": "Ruzzy Theme Dark - Default", + "label": "Ruzzy Theme Dark - Gray", "uiTheme": "vs-dark", - "path": "./themes/Ruzzy-color-theme-default.json" + "path": "./themes/Ruzzy-color-theme-gray.json" }, { "label": "Ruzzy Theme Dark - Blue", diff --git a/themes/Ruzzy-color-theme-blue.json b/themes/Ruzzy-color-theme-blue.json index 0c14cff..123e36f 100644 --- a/themes/Ruzzy-color-theme-blue.json +++ b/themes/Ruzzy-color-theme-blue.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#0a84ff", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#0a84ffc0", + "button.background": "#0a84ffbf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#0a84ff", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#0a84ff", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#0a84ff", "list.focusHighlightForeground": "#0a84ff", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#075cb380", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#0a84ffc0", + "textLink.foreground": "#0a84ffbf", "textLink.activeForeground": "#0a84ff", ////////////////////////////////////////////////////////////// @@ -103,13 +103,16 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#075cb380", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#075cb380", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#075cb380", + "editor.findMatchBackground": "#075cb380", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", @@ -118,16 +121,16 @@ "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#075cb380", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#075cb380", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#0a84ffc0", + "editorSuggestWidget.highlightForeground": "#0a84ffbf", "editorSuggestWidget.focusHighlightForeground": "#0a84ff", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#075cb380", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#075cb380", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/themes/Ruzzy-color-theme-default.json b/themes/Ruzzy-color-theme-default.json index 1d8ea18..e8b1aa7 100644 --- a/themes/Ruzzy-color-theme-default.json +++ b/themes/Ruzzy-color-theme-default.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#128cff", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#128cffc0", + "button.background": "#128cffbf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#128cff", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#128cff", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#128cff", "list.focusHighlightForeground": "#128cff", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#0d62b380", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#128cffc0", + "textLink.foreground": "#128cffbf", "textLink.activeForeground": "#128cff", ////////////////////////////////////////////////////////////// @@ -103,13 +103,16 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#0d62b380", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#0d62b380", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#0d62b380", + "editor.findMatchBackground": "#0d62b380", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", @@ -118,16 +121,16 @@ "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#0d62b380", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#0d62b380", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#128cffc0", + "editorSuggestWidget.highlightForeground": "#128cffbf", "editorSuggestWidget.focusHighlightForeground": "#128cff", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#0d62b380", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#0d62b380", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/themes/Ruzzy-color-theme-gray.json b/themes/Ruzzy-color-theme-gray.json new file mode 100644 index 0000000..b1eaa55 --- /dev/null +++ b/themes/Ruzzy-color-theme-gray.json @@ -0,0 +1,4376 @@ +{ + "$schema": "vscode://schemas/color-theme", + "type": "dark", + "name": "ruzzy-theme-default", + "colors": { + ////////////////////////////////////////////////////////////// + + "activityBar.activeBackground": "#3a3a3cbf", + "activityBar.background": "#18181a", + "activityBar.foreground": "#e3e5e8", // gray theme only + "activityBar.inactiveForeground": "#c7c7cc", + + "activityBarBadge.background": "#636366", + "activityBarBadge.foreground": "#e5e5ea", + + "badge.background": "#636366", + "badge.foreground": "#e5e5ea", + + ////////////////////////////////////////////////////////////// + + "foreground": "#c7c7cc", + "focusBorder": "#00000000", + "descriptionForeground": "#aeaeb2", + "selection.background": "#48484a", + + "menu.foreground": "#c7c7cc", + "menu.background": "#1c1c1efa", + "menu.selectionBackground": "#555a6380", + "menu.selectionForeground": "#e3e5e8", // gray theme only + "menu.separatorBackground": "#454545", + // "menu.border": "#00000000", + // "menu.selectionBorder": "#00000000", + + ////////////////////////////////////////////////////////////// + + "button.background": "#7a818dbf", + "button.foreground": "#e5e5ea", + "button.hoverBackground": "#7a818d", + + "dropdown.listBackground": "#1c1c1efa", + "dropdown.background": "#2c2c2ebf", + "dropdown.foreground": "#c7c7cc", + // "dropdown.border": "#00000000", + + "input.background": "#2c2c2ebf", + "input.foreground": "#c7c7cc", + "inputOption.activeBackground": "#636366", + // "input.border": "#636366", + + "checkbox.background": "#2c2c2ebf", + "checkbox.foreground": "#c7c7cc", + // "checkbox.border": "#636366", + + ////////////////////////////////////////////////////////////// + + "list.activeSelectionBackground": "#555a6380", + "list.activeSelectionForeground": "#E3E5E8", // gray theme only + + "list.inactiveSelectionBackground": "#3a3a3c", + "list.inactiveSelectionForeground": "#aeaeb2", + + // "list.focusOutline": "#00000000", + "list.focusBackground": "#3a3a3cbf", + "list.focusForeground": "#e3e5e8", // gray theme only + "list.inactiveFocusBackground": "#2c2c2ebf", + + "list.highlightForeground": "#e3e5e8", // gray theme only + "list.focusHighlightForeground": "#e3e5e8", // gray theme only + + "list.hoverBackground": "#2c2c2ebf", + "list.hoverForeground": "#e5e5ea", + + "list.dropBackground": "#555a6380", + + ////////////////////////////////////////////////////////////// + + "pickerGroup.border": "#636366", + "pickerGroup.foreground": "#e5e5ea", + + "commandCenter.background": "#1c1c1efa", + + "banner.foreground": "#d1d1d6", + "banner.background": "#2c2c2ebf", + + "textLink.foreground": "#7a818dbf", + "textLink.activeForeground": "#7a818d", + + ////////////////////////////////////////////////////////////// + + "breadcrumb.foreground": "#aeaeb2", + // "breadcrumb.background": "#1c1c1e", + "breadcrumbPicker.background": "#1c1c1efa", + "breadcrumb.focusForeground": "#e3e5e8", + "breadcrumb.activeSelectionForeground": "#555a63", + + ////////////////////////////////////////////////////////////// + + "editor.background": "#18181a", + "editor.foreground": "#e5e5ea", + + "editorPane.background": "#1c1c1e", + + ////////////////////////////////////////////////////////////// + + "editor.selectionBackground": "#555a6380", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", + + "editor.hoverHighlightBackground": "#555a6380", + "editor.wordHighlightBackground": "#48484abf", + "editor.wordHighlightStrongBackground": "#555a6380", + + "editor.findMatchBackground": "#555a6380", + "editor.findMatchHighlightBackground": "#ea5c0055", + + "editor.lineHighlightBackground": "#1c1c1e", + "editor.foldBackground": "#00000000", + + "editorUnnecessaryCode.opacity": "#00000033", + + "editorInlayHint.background": "#00000000", + "editorInlayHint.foreground": "#636366", + + "editorStickyScroll.background": "#2c2c2ebf", + "editorStickyScrollHover.background": "#555a6380", + + // "notebook.cellBorderColor": "#636366", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", + + ////////////////////////////////////////////////////////////// + + "editorGroup.border": "#2c2c2ebf", + "editorGroup.dropBackground": "#555a6380", + "editorGroup.emptyBackground": "#1c1c1e", + "editorGroup.focusedEmptyBorder": "#00000000", + + "editorGroupHeader.noTabsBackground": "#1c1c1e", + "editorGroupHeader.tabsBackground": "#1c1c1e", + + ////////////////////////////////////////////////////////////// + + "editorLineNumber.activeForeground": "#e5e5ea", + "editorLineNumber.foreground": "#48484a", + + "editorIndentGuide.activeBackground": "#3a3a3c", + "editorIndentGuide.background": "#2c2c2e54", + + "editorRuler.foreground": "#2c2c2e54", + + "editorSuggestWidget.background": "#1c1c1efa", + "editorSuggestWidget.foreground": "#7a818d", // gray theme only + "editorSuggestWidget.highlightForeground": "#e3e5e8bf", // gray theme only + "editorSuggestWidget.focusHighlightForeground": "#e3e5e8", // gray theme only + + "editorCodeLens.foreground": "#636366bf", + + "editorHoverWidget.background": "#1c1c1efa", + "editorHoverWidget.statusBarBackground": "#3a3a3c", + "editorHoverWidget.border": "#00000000", + "editorHoverWidget.foreground": "#c7c7cc", + "editorHoverWidget.highlightForeground": "#e3e5e8", // gray theme only + + "editorWidget.background": "#1c1c1efa", + "editorWidget.foreground": "#e5e5ea", + "editorWidget.border": "#48484a", + "editorWidget.resizeBorder": "#636366", + + ////////////////////////////////////////////////////////////// + + // "editorError.border": "#00000000", + "editorError.foreground": "#e21515", + // "editorError.background": "#e21515", + + // "editorWarning.border": "#00000000", + "editorWarning.foreground": "#ffc501", + // "editorWarning.background": "#ffc501", + + // "editorInfo.border": "#00000000", + "editorInfo.foreground": "#3794ff", + // "editorInfo.background": "#3794ff", + + // "editorHint.border": "#00000000", + "editorHint.foreground": "#d1d1d6", + + ////////////////////////////////////////////////////////////// + + // "editorGutter.background": "#1c1c1e", + "editorGutter.foldingControlForeground": "#8e8e93", + // "editorGutter.commentRangeForeground": "#37373d", + + // "editorGutter.addedBackground": "#4dbf57", + // "editorGutter.deletedBackground": "#e21515", + // "editorGutter.modifiedBackground": "#7a818d", + // "editorGutter.addedBackground": "#487e02", + // "editorGutter.deletedBackground": "#f14c4c", + // "editorGutter.modifiedBackground": "#1b81a8", + + ////////////////////////////////////////////////////////////// + + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", + // "minimap.selectionOccurrenceHighlight": "#007acc", + // "minimap.selectionHighlight": "#676767", + // "minimap.errorHighlight": "#e2151599", + // "minimap.warningHighlight": "#ffc50199", + // "minimap.findMatchHighlight": "#64410b", + + ////////////////////////////////////////////////////////////// + + // "editorOverviewRuler.background": "#1c1c1e", + "editorOverviewRuler.border": "#00000000", + + // "editorOverviewRuler.commonContentForeground": "#60606066", + // "editorOverviewRuler.currentContentForeground": "#40c8ae80", + // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", + + // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", + // "editorOverviewRuler.findMatchForeground": "#d1861680", + // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", + // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", + // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", + // "editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc", + + // "editorOverviewRuler.addedForeground": "#4dbf57", + // "editorOverviewRuler.deletedForeground": "#e21515", + // "editorOverviewRuler.modifiedForeground": "#7a818d", + + // "editorOverviewRuler.errorForeground": "#e21515cc", + // "editorOverviewRuler.warningForeground": "#ffc501cc", + // "editorOverviewRuler.infoForeground": "#3794ffcc", + + // "diffEditor.insertedTextBackground": "#3a632a4b", + // "diffEditor.removedTextBackground": "#88063852", + + "gitDecoration.ignoredResourceForeground": "#69696b", + "gitDecoration.addedResourceForeground": "#5fac6f", + "gitDecoration.modifiedResourceForeground": "#5da9ff", + "gitDecoration.deletedResourceForeground": "#b17b4b", + "gitDecoration.conflictingResourceForeground": "#d06464", + "gitDecoration.untrackedResourceForeground": "#bca880", + + ////////////////////////////////////////////////////////////// + + "panel.background": "#18181a", + "panel.dropBorder": "#555a6380", + "panel.border": "#48484a", + + "panelInput.border": "#00000000", + // "panelSection.border": "#48484a", + "panelSection.dropBackground": "#555a6380", + + // "panelSectionHeader.border": "#636366", + "panelSectionHeader.background": "#1c1c1e", + "panelSectionHeader.foreground": "#aeaeb2", + + "panelTitle.activeBorder": "#00000000", + "panelTitle.activeForeground": "#e3e5e8", // gray theme only + "panelTitle.inactiveForeground": "#8e8e93", + + ////////////////////////////////////////////////////////////// + + "quickInput.background": "#1c1c1e", + "quickInput.foreground": "#d1d1d6", + + "sideBar.background": "#18181a", + "sideBar.border": "#48484a", + "sideBar.dropBackground": "#555a6380", + "sideBar.foreground": "#c7c7cc", + + // "sideBarSectionHeader.border": "#48484a", + "sideBarSectionHeader.background": "#1c1c1e", + "sideBarSectionHeader.foreground": "#c7c7cc", + "sideBarTitle.foreground": "#c7c7cc", + + ////////////////////////////////////////////////////////////// + + // "statusBar.border": "#48484a", + "statusBar.foreground": "#c7c7cc", + "statusBar.background": "#18181a", + "statusBar.noFolderBackground": "#1c1c1e", + "statusBar.noFolderForeground": "#8e8e93", + "statusBar.debuggingBackground": "#e47127", + "statusBar.debuggingForeground": "#d1d1d6", + + "statusBarItem.hoverBackground": "#555a6380", + "statusBarItem.prominentForeground": "#e3e5e8", // gray theme only + "statusBarItem.prominentBackground": "#3a3a3c", + "statusBarItem.remoteBackground": "#e47127", + "statusBarItem.remoteForeground": "#d1d1d6", + + ////////////////////////////////////////////////////////////// + + "tab.activeBorder": "#00000000", + "tab.activeBorderTop": "#7a818d", + "tab.activeModifiedBorder": "#d1d1d6", + // "tab.activeBackground": "#18181a", + "tab.activeForeground": "#e3e5e8", // gray theme only + "tab.unfocusedActiveForeground": "#d1d1d6", + + "tab.inactiveBackground": "#1c1c1e", + "tab.inactiveForeground": "#c7c7cc", + "tab.unfocusedInactiveForeground": "#8e8e93", + + ////////////////////////////////////////////////////////////// + + "titleBar.activeBackground": "#18181a", + "titleBar.activeForeground": "#c7c7cc", + // "titleBar.inactiveBackground": "#18181a", + "titleBar.inactiveForeground": "#c7c7cc99", + "titleBar.border": "#00000000", + + ////////////////////////////////////////////////////////////// + + "notificationCenter.border": "#00000000", + "notificationCenterHeader.background": "#1c1c1efa", + "notificationCenterHeader.foreground": "#c7c7cc", + "notifications.border": "#48484a", + "notifications.background": "#1c1c1efa", + "notificationToast.border": "#48484a", + "notifications.foreground": "#c7c7cc", + + "textBlockQuote.background": "#00000000", + "textBlockQuote.border": "#00000000", + "textCodeBlock.background": "#00000000", + + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", + + "scrollbarSlider.activeBackground": "#555a6380", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", + + "notebookScrollbarSlider.activeBackground": "#555a6380", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", + + ////////////////////////////////////////////////////////////// + + "editorBracketHighlight.unexpectedBracket.foreground": "#8e8e93", + + "editorBracketHighlight.foreground1": "#aeaeb2", + "editorBracketHighlight.foreground2": "#cdc463", + "editorBracketHighlight.foreground3": "#bb80b3", + "editorBracketHighlight.foreground4": "#3f91cb", + "editorBracketHighlight.foreground5": "#92c072", + "editorBracketHighlight.foreground6": "#5bb3b3", + + ////////////////////////////////////////////////////////////// + + // "peekViewResult.selectionForeground": "#ff0000", + "peekViewTitleLabel.foreground": "#d1d1d6", + "peekViewTitleDescription.foreground": "#aeaeb2", + "peekViewResult.fileForeground": "#d1d1d6", + "peekViewResult.lineForeground": "#aeaeb2", + "peekViewResult.selectionForeground": "#e3e5e8", // gray theme only + "peekViewEditor.background": "#1c1c1e", + "peekViewResult.background": "#1c1c1efa", + // "peekViewEditor.matchHighlightBackground": "#242f25", + // "peekViewEditor.matchHighlightBorder": "#4cbf56", + // "peekViewResult.matchHighlightBackground": "#242f25", + // "peekViewResult.selectionBackground": "#242f25", + + ////////////////////////////////////////////////////////////// + + "charts.foreground": "#d1d1d6", + "charts.lines": "#8e8e93", + "charts.blue": "#0a84ff", + "charts.green": "#30d158", + "charts.orange": "#ff9f0a", + "charts.purple": "#bf5af2", + "charts.red": "#ff453a", + "charts.yellow": "#ffd60a", + + ////////////////////////////////////////////////////////////// + + "progressBar.background": "#7a818d", + + "terminal.foreground": "#d1d1d6", + "terminal.ansiBrightBlack": "#636366", + + ////////////////////////////////////////////////////////////// + + "settings.modifiedItemIndicator": "#7a818d", + "settings.headerForeground": "#d1d1d6", + "settings.headerBorder": "#00000000", + "settings.sashBorder": "#48484a", + + "settings.focusedRowBackground": "#1c1c1efa", + // "settings.focusedRowBorder": "#00000000", + "settings.rowHoverBackground": "#2c2c2e54", + + "settings.dropdownBackground": "#2c2c2ebf", + "settings.dropdownForeground": "#c7c7cc", + "settings.dropdownBorder": "#00000000", + "settings.dropdownListBorder": "#48484a", + + "settings.numberInputBackground": "#2c2c2ebf", + "settings.numberInputForeground": "#c7c7cc", + "settings.numberInputBorder": "#00000000", + + "settings.textInputBackground": "#2c2c2ebf", + "settings.textInputForeground": "#c7c7cc", + "settings.textInputBorder": "#00000000", + + "settings.checkboxBackground": "#2c2c2ebf", + "settings.checkboxForeground": "#c7c7cc", + "settings.checkboxBorder": "#00000000", + + ////////////////////////////////////////////////////////////// + + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" + }, + "semanticHighlighting": true, + "semanticTokenColors": { + //* variable + "variable": { + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "variable.declaration": { + "fontStyle": "underline" + }, + + //* property + "property": { + "foreground": "#8C8D91", + "fontStyle": "italic" + }, + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { + "fontStyle": "italic" + }, + "parameter": "#9BDDFF", + "parameter.declaration": { + "fontStyle": "italic" + }, + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { + "fontStyle": "italic" + }, + "*.async": { + "foreground": "#DDDDAA", + "fontStyle": "italic" + }, + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", + "fontStyle": "" + }, + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" + }, + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", + "fontStyle": "" + }, + + //* decorator + "*.decorator": { + "foreground": "#CCC050", + "fontStyle": "italic" + }, + + //* comment + "comment": { + "foreground": "#618A4D", + "fontStyle": "" + }, + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } + }, + "tokenColors": [ + { + "scope": [ + "comment", + "comment.block.html", + "comment.block.handlebars" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "comment.block.js", + "comment.line.shebang.js", + "comment.line.number-sign.shebang.shell", + "comment.block.documentation.js", + "comment.block.go", + "comment.block.documentation.ts", + "comment.line.number-sign.ini", + "comment.line.number-sign.yaml" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "meta.tag.sgml.html", + "meta.tag.sgml.doctype.html", + "meta.tag.sgml.html punctuation.definition.tag.html", + "invalid.illegal.bad-comments-or-CDATA.html" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "meta.structure.dictionary.value.json", + "meta.structure.dictionary.json", + "meta.structure.dictionary.value.json.comments", + "meta.structure.dictionary.json.comments", + "punctuation.separator", + "punctuation.terminator", + "punctuation.terminator.rule.css", + "punctuation.terminator.rule.scss", + "punctuation.terminator.statement.c", + "punctuation.terminator.statement.cs", + "punctuation.terminator.dart", + "punctuation.terminator.statement.js", + "punctuation.terminator.statement.ts", + "punctuation.terminator.statement.jsx", + "punctuation.terminator.statement.tsx", + "punctuation.separator.array.json", + "punctuation.separator.array.json.comments", + "punctuation.separator.dictionary.pair.json", + "punctuation.separator.dictionary.key-value.json" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "meta.import.tsx variable.other.readwrite.alias.tsx", + "meta.import.ts variable.other.readwrite.alias.ts", + "meta.import.jsx variable.other.readwrite.alias.jsx", + "meta.import.js variable.other.readwrite.alias.js" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "meta.embedded.block.sql" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "constant.numeric", + "keyword.other.unit", + "meta.preprocessor.numeric" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "invalid" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "meta.selector", + "constant.character", + "constant.other.symbol", + "constant.character.escape" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "meta.diff.header" + ], + "settings": { + "foreground": "#007ACC" + } + }, + { + "scope": [ + "string", + "string.tag", + "string.value", + "meta.preprocessor.string" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "storage", + "storage.type", + "storage.modifier", + "constant.other.placeholder", + "keyword", + "meta.preprocessor", + "keyword.control.new", + "constant.language", + "keyword.operator.new", + "keyword.operator.expression", + "keyword.operator.cast", + "keyword.operator.sizeof" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "keyword.control", + "keyword.operator" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "entity.name.function", + "support.function" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "meta.return-type", + "support.class", + "support.type", + "entity.name.type", + "entity.name.class" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.type.cast.expr", + "meta.type.new.expr", + "support.constant.math", + "support.constant.dom", + "support.constant.json", + "entity.other.inherited-class" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "variable", + "support.variable", + "meta.definition.variable.name" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "code-runner.output code-runner.running string", + "code-runner.running code-runner.done string" + ], + "settings": { + "foreground": "#D3A083", + "fontStyle": "italic" + } + }, + { + "scope": [ + "token.info-token" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "token.warn-token" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "token.error-token" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "token.debug-token" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.definition.tag" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "entity.other.attribute-name" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.definition.string.begin.html", + "punctuation.definition.string.end.html" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "entity.tag", + "entity.name.tag", + "string.interpolated.jade", + "support.constant.handlebars", + "keyword.annotation.handlebars", + "meta.function.block.start.handlebars", + "meta.function.block.end.handlebars", + "punctuation.section.embedded.begin.php", + "punctuation.section.embedded.end.php", + "meta.tag.template.value.twig", + "punctuation.section.tag.twig" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "text.html.basic meta.brace.round.js", + "text.html.basic meta.brace.square.js", + "text.html.basic punctuation.separator.comma.js", + "text.html.basic punctuation.definition.block.js", + "text.html.basic punctuation.definition.parameters.begin.js", + "text.html.basic punctuation.definition.parameters.end.js", + "text.html.jinja punctuation.definition.parameters.begin.js", + "text.html.jinja punctuation.definition.parameters.end.js", + "text.html.jinja meta.brace.round.js", + "text.html.jinja meta.brace.square.js", + "text.html.jinja punctuation.definition.block.js", + "text.html.jinja punctuation.separator.comma.js" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "meta.tag.custom.start.html entity.name.tag.html", + "meta.tag.custom.end.html entity.name.tag.html", + "text.html.derivative meta.tag.custom.end.html entity.name.tag.html", + "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "constant.character.entity.html" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "invalid.illegal.bad-angle-bracket.html" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.section.embedded.begin.php", + "punctuation.section.embedded.end.php", + "meta.directive.vue", + "expression.embedded.vue", + "punctuation.definition.generic.begin.html", + "punctuation.definition.generic.end.html", + "punctuation.section.embedded.begin.smarty", + "punctuation.section.embedded.end.smarty" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "string.interpolated.jade" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.control.flow.jade", + "meta.first-class.jade", + "storage.type.function.jade", + "storage.type.function.pug", + "storage.type.import.include.jade", + "meta.control.flow.pug storage.type.function.pug", + "storage.type.import.include.pug" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "meta.function.block.start.handlebars", + "meta.function.block.end.handlebars", + "meta.function.block.start.handlebars support.constant.handlebars", + "meta.function.block.end.handlebars support.constant.handlebars" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "support.constant.handlebars" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "variable.parameter.handlebars" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "support.constant.handlebars" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "keyword.begin.tag.ejs" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "text.html.ejs keyword.begin.tag.ejs meta.group.braces.round.js meta.brace.round.begin.js", + "text.html.ejs keyword.begin.tag.ejs meta.group.braces.round.js meta.brace.round.end.js", + "text.html.ejs keyword.begin.tag.ejs meta.group.braces.round.js", + "text.html.ejs meta.brace.round.js", + "text.html.ejs meta.brace.square.js", + "text.html.ejs punctuation.definition.parameters.begin.js", + "text.html.ejs punctuation.definition.parameters.end.js" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "text.html.ejs keyword.operator.expression.typeof.js", + "text.html.ejs keyword.operator.expression.instanceof.js" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "text.html.vue-html meta.brace.round.js" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "text.html.vue-html meta.tag.other.html" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "text.html.vue-html source.directive.vue punctuation.definition.string.begin.html", + "text.html.vue-html source.directive.vue punctuation.definition.string.end.html", + "meta.tag.inline.any.html meta.directive.vue entity.other.attribute-name.html", + "meta.directive.vue punctuation.separator.key-value.html", + "meta.directive.vue entity.other.attribute-name.html" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.other.jinja.delimiter.tag" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "entity.other.jinja.delimiter.variable" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "variable.other.jinja" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "variable.language.jinja" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.tag.liquid" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "support.variable.liquid", + "support.class.liquid" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.output.liquid", + "punctuation.tag.liquid", + "keyword.operator.liquid", + "entity.name.tag.liquid" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "meta.line.ruby.slim" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "text.html.derivative punctuation.definition.block.ts", + "text.html.derivative expression.ng keyword.operator.logical.ts", + "punctuation.definition.ng-binding-name.begin.html", + "punctuation.definition.ng-binding-name.end.html", + "text.html.derivative expression.ng keyword.operator.logical.ts" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.other.ng-binding-name.ngFor.html", + "entity.other.ng-binding-name.ngIf.html" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "entity.other.ng-binding-name.property.html", + "entity.other.ng-binding-name.event.html", + "entity.other.ng-binding-name.template.html", + "entity.other.ng-binding-name.two-way.html" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "meta.ng-binding.event.html punctuation.definition.string.begin.html", + "meta.ng-binding.event.html punctuation.definition.string.end.html", + "meta.ng-binding.property.html punctuation.definition.string.begin.html", + "meta.ng-binding.property.html punctuation.definition.string.end.html", + "meta.ng-binding.template.html punctuation.definition.string.begin.html", + "meta.ng-binding.template.html punctuation.definition.string.end.html", + "meta.ng-binding.two-way.html punctuation.definition.string.begin.html", + "meta.ng-binding.two-way.html punctuation.definition.string.end.html" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "source.groovy.embedded.source" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "keyword.operator.assignment.groovy", + "keyword.operator.arithmetic.groovy", + "keyword.control.exception.groovy" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.section.embedded.groovy", + "constant.other.groovy" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.method.groovy" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "constant.character.escape.groovy" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "storage.type.groovy", + "storage.type.annotation.groovy", + "storage.type.parameters.groovy", + "storage.type.generic.groovy", + "storage.type.object.array.groovy", + "storage.type.primitive.array.groovy", + "storage.type.primitive.groovy" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "storage.modifier.import.java", + "variable.language.wildcard.java", + "storage.modifier.package.java" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "variable.language.wildcard.java", + "punctuation.bracket.angle.java", + "variable.language.java" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "storage.type.annotation.java", + "punctuation.definition.annotation.java" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "meta.import.java storage.modifier.import.java", + "storage.type.annotation.java", + "storage.type.generic.java", + "storage.type.java", + "storage.type.object.array.java", + "storage.type.primitive.array.java", + "storage.type.primitive.java", + "storage.type.token.java" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.separator.period.java", + "punctuation.separator.java", + "meta.import.java storage.modifier.import.java punctuation.separator.java" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "variable.language.java" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "storage.type.builtin.kotlin", + "storage.type.builtin.collection.kotlin", + "entity.name.package.kotlin" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.template.expression.kotlin" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "keyword.hard.kotlin", + "keyword.operator.kotlin" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "storage.type.scala", + "storage.type.primitive.scala", + "meta.colon.scala" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.property-list.scss", + "punctuation.separator.key-value.css", + "punctuation.section.property-list.begin.bracket.curly", + "punctuation.section.property-list.end.bracket.curly", + "punctuation.section.media.begin.bracket.curly", + "punctuation.section.media.end.bracket.curly", + "punctuation.section.keyframes.begin.bracket.curly.scss", + "punctuation.section.keyframes.end.bracket.curly.scss", + "source.css.scss meta.at-rule.keyframes.scss punctuation.section.keyframes.begin.scss", + "source.css.scss meta.at-rule.keyframes.scss punctuation.section.keyframes.end.scss", + "punctuation.section.supports.begin.bracket.curly", + "punctuation.section.supports.end.bracket.curly" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "keyword.other.important.css", + "keyword.other.important.sass", + "keyword.other.important.scss", + "keyword.other.important.less", + "keyword.other.default.scss", + "keyword.other.default.sass" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "entity.other.attribute-name.class.css", + "entity.other.attribute-name.class.mixin.css", + "entity.other.attribute-name.id.css", + "entity.other.attribute-name.parent-selector.css", + "entity.other.attribute-name.pseudo-class.css", + "entity.other.attribute-name.pseudo-element.css", + "source.css.less entity.other.attribute-name.id", + "entity.other.attribute-name.attribute.scss", + "entity.other.attribute-name.scss", + "meta.at-rule.keyframes.stylus entity.other.attribute-name.stylus", + "meta.at-rule.keyframes.scss entity.other.attribute-name.scss" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "invalid.deprecated.color.system.css", + "punctuation.separator.list.comma.css", + "punctuation.section.function.begin.bracket.round.css", + "punctuation.section.function.end.bracket.round.css", + "punctuation.definition.media-query.begin.bracket.round", + "punctuation.definition.media-query.end.bracket.round", + "punctuation.definition.pseudo-class.begin.bracket.round", + "punctuation.definition.pseudo-class.end.bracket.round", + "meta.property-value.scss", + "meta.property-name.scss", + "meta.at-rule.extend", + "meta.at-rule.extend.sass", + "meta.at-rule.extend.scss", + "punctuation.section.function.scss", + "punctuation.section.keyframes.begin.scss", + "punctuation.section.keyframes.end.scss", + "punctuation.separator.key-value.css", + "punctuation.separator.key-value.scss", + "constant.other.scss" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "entity.name.tag.css", + "keyword.other.important.css", + "keyword.other.default.scss", + "punctuation.definition.interpolation.begin.bracket.curly", + "punctuation.definition.interpolation.end.bracket.curly" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "support.type.property-name.media.css", + "support.type.property-name", + "variable.css", + "variable.scss", + "variable.other.less", + "support.type.vendored.property-name.css", + "meta.at-rule.include.scss", + "support.constant.vendored.property-value.css" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "variable.css", + "variable.argument.css", + "variable.scss", + "variable.other.less" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" + ], + "settings": { + "foreground": "#9BDDFF", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.attribute-selector.css" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "support.constant.property-value", + "support.constant.font-name", + "support.constant.media-type", + "support.constant.media", + "constant.other.color.rgb-value", + "constant.other.rgb-value", + "support.constant.color" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css", + "meta.selector.css entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css", + "punctuation.definition.entity.begin.bracket.square.css", + "punctuation.definition.entity.end.bracket.square.css", + "entity.other.attribute-name.pseudo-element.css", + "entity.other.attribute-name.pseudo-class.css", + "support.constant.mathematical-symbols.scss" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.definition.keyword.stylus" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "meta.interpolation.stylus" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "variable.stylus" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.other.attribute-name.parent-selector-suffix.stylus" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "meta.interpolation.stylus meta.brace.curly" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.semi-colon.css", + "meta.brace.curly.css" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "constant.hex.css", + "meta.identifier.css" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "constant.percentage.units.css", + "constant.length.units.css", + "entity.other.keyframe-offset.percentage.css" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "entity.name.tag.styledcss.js" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "support.function.C99.c", + "entity.name.function.c" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "comment.block.c" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "string.quoted.single.c" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.begin.c", + "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "punctuation.section.arguments.begin.bracket.round.c", + "punctuation.section.arguments.end.bracket.round.c", + "punctuation.section.parens.begin.bracket.round.c", + "punctuation.section.parens.end.bracket.round.c", + "punctuation.section.parameters.begin.bracket.round.c", + "punctuation.section.parameters.end.bracket.round.c", + "punctuation.separator.delimiter.c" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "constant.other.variable.mac-classic.c", + "string.quoted.double.include.c", + "string.quoted.other.lt-gt.include.c", + "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.separator.pointer-access.c", + "keyword.control.directive.include.c" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "storage.type.c", + "support.type.mac-classic.c" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "constant.other.placeholder.c", + "constant.language.c", + "keyword.operator.sizeof.c" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "comment.block.cfml", + "comment.line.cfml" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "punctuation.definition.template-expression.begin.cfml", + "punctuation.definition.template-expression.end.cfml", + "constant.character.hash.cfml.start", + "constant.character.hash.cfml.end" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.property.cfml", + "meta.property.constant.cfml" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.accessor.cfml" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "entity.name.tag.custom.cfml" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.name.tag.cfml" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.definition.tag.begin.cfml", + "punctuation.definition.tag.end.cfml" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "punctuation.separator.namespace.access.cpp" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "source.cpp keyword.operator.bitwise.shift.c" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "keyword.operator.macro.crystal" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "string.regexp.group.crystal punctuation.definition.group.crystal" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "punctuation.separator.variable.crystal", + "punctuation.separator.object.crystal", + "punctuation.definition.parameters.crystal" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "source.crystal.embedded.source" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.separator.method.crystal" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "support.class.crystal", + "punctuation.separator.other.crystal" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "variable.language.crystal", + "punctuation.section.embedded.crystal", + "punctuation.section.embedded.begin.crystal", + "punctuation.section.embedded.end.crystal", + "keyword.control.special-method.crystal", + "source.crystal punctuation.separator.key-value" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "string.quoted.single.crystal", + "constant.other.symbol.crystal" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "meta.comment.razor comment.block.razor", + "meta.comment.razor keyword.control.razor.comment.star", + "meta.comment.razor keyword.control.cshtml.transition" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "meta.preprocessor.cs", + "meta.preprocessor.cs punctuation.separator.hash.cs", + "meta.preprocessor.cs string.unquoted.preprocessor.message.cs", + "meta.preprocessor.cs punctuation.separator.hash.cs", + "meta.preprocessor.cs keyword.preprocessor.region.cs", + "meta.preprocessor.cs keyword.preprocessor.endregion.cs", + "meta.preprocessor.cs keyword.preprocessor.if.cs", + "meta.preprocessor.cs keyword.preprocessor.else.cs", + "meta.preprocessor.cs keyword.preprocessor.endif.cs" + ], + "settings": { + "foreground": "#618A4D", + "fontStyle": "italic" + } + }, + { + "scope": [ + "entity.name.tag.localname.cs", + "punctuation.definition.tag.cs", + "source.cs comment.block.documentation.cs punctuation.definition.comment.cs", + "source.cs comment.block.documentation.cs meta.tag.cs punctuation.separator.equals.cs" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "string.bracers.round.cshtml", + "punctuation.curlybrace.open.cs", + "punctuation.curlybrace.close.cs", + "punctuation.squarebracket.open.cs", + "punctuation.squarebracket.close.cs", + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "entity.name.variable.property.cs", + "entity.name.variable.parameter.cs", + "entity.name.variable.field.cs", + "entity.name.variable.local.cs", + "meta.interpolation.cs variable.other.object.property.cs", + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + // "keyword.type.cs", + "storage.type.cs", + "storage.type.generic.cs", + "storage.type.modifier.cs", + "storage.type.variable.cs", + "punctuation.separator.question-mark.cs" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "keyword.other.this.cs" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "keyword.other.new.cs", + "keyword.other.var.cs", + "keyword.other.as.cs", + "keyword.other.base.cs", + "keyword.other.where.cs", + "keyword.other.typeof.cs", + "keyword.other.default.cs", + "keyword.operator.arrow.cs", + "keyword.other.namespace.cs", + "punctuation.separator.colon.cs", + "punctuation.definition.typeparameters.begin.cs", + "punctuation.definition.typeparameters.end.cs", + "punctuation.definition.interpolation.begin.cs", + "punctuation.definition.interpolation.end.cs" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "keyword.other.get.cs", + "keyword.other.set.cs" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "punctuation.accessor.cs", + "keyword.other.await.cs", + "keyword.operator.assignment.cs", + "keyword.operator.comparison.cs", + "keyword.other.is.cs" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "invalid.rainbow10" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "entity.name.type.rainbow8" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "constant.numeric.rainbow7" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "variable.parameter.rainbow6" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "string.rainbow5" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "comment.rainbow4" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "entity.name.function.rainbow3" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "keyword.rainbow2" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "rainbow1" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "keyword.control.new.dart" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.dot.dart" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "meta.declaration.dart" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "string.word.dictionary" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "variable.flagged.dictionary", + "keyword.operator.flag.dictionary" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "comment.wildcard.elixir", + "comment.unused.elixir" + ], + "settings": { + "foreground": "#9BDDFF", + "fontStyle": "italic" + } + }, + { + "scope": [ + "punctuation.section.function.elixir" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "parameter.variable.function.elixir", + "source.elixir.embedded.source", + "variable.other.readwrite.module.elixir", + "variable.other.anonymous.elixir" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.separator.method.elixir" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "meta.module.elixir", + "entity.name.type.module.elixir", + "variable.other.readwrite.module.elixir", + "variable.other.constant.elixir" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "constant.other.symbol.elixir", + "punctuation.section.embedded.elixir", + "punctuation.definition.variable.elixir", + "variable.language.elixir", + "source.elixir.embedded.source punctuation.section.embedded.elixir" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "constant.other.symbol.elixir", + "punctuation.definition.constant.elixir", + "support.function.variable.quoted.single.elixir" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "punctuation.separator.label.js" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.section.embedded.elixir" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "comment.line.double-dash.elm" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "meta.declaration.module.elm", + "keyword.other.elm", + "keyword.other.period.elm", + "keyword.pipe.elm" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "entity.name.record.field.accessor.elm", + "entity.name.record.field.elm" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "keyword.unused.elm" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "storage.type.elm", + "constant.type-constructor.elm", + "support.module.elm", + "meta.function.type-declaration.elm keyword.other.colon.elm" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.definition.placeholder.erlang", + "constant.other.placeholder.erlang" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "punctuation.separator.parameters.erlang" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.section.directive.begin.erlang", + "punctuation.section.directive.end.erlang", + "punctuation.separator.module-function.erlang", + "punctuation.separator.record-field.erlang", + "punctuation.separator.list.erlang", + "keyword.operator.symbolic.erlang", + "punctuation.separator.clause-head-body.erlang" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.separator.clauses.erlang", + "punctuation.terminator.function.erlang" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "punctuation.separator.function-arity.erlang", + "variable.language.omitted.erlang" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "variable.other.erlang" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.definition.variable.begin.gitignore", + "punctuation.definition.variable.end.gitignore" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "support.function.git-rebase" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "constant.sha.git-rebase" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "keyword.operator.assignment.go", + "keyword.operator.arithmetic.go", + "keyword.operator.comparison.go", + "keyword.operator.address.go", + "keyword.operator.arithmetic.bitwise.go", + "punctuation.terminator.go", + "punctuation.other.colon.go", + "punctuation.other.period.go", + "keyword.control.gotemplate" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "string.quoted.double.gotemplate" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "source.go storage.type", + "storage.type.boolean.go", + "storage.type.byte.go", + "storage.type.numeric.go", + "storage.type.string.go", + "storage.type.error.go", + "storage.type.rune.go", + "entity.name.package.go" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "constant.other.rune.go", + "constant.character.escape.go", + "string.quoted.rune.go punctuation.definition.string.begin.go", + "string.quoted.rune.go punctuation.definition.string.end.go" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "constant.other.placeholder.go", + "variable.other.blank.go", + "keyword.operator.pointer.go", + "keyword.operator.address.go", + "keyword.operator.ellipsis.go" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.section.embedded.begin.gotemplate", + "punctuation.section.embedded.end.gotemplate" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.alias.import.go" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "source.sheets constant.character", + "constant.character.format.google-sheets", + "punctuation.definition.placeholder.google-sheets" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.definition.string.google-sheets" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "variable.sheet.google-sheets" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "storage.type.reference.absolute.google-sheets", + "meta.placeholder.google-sheets" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.scalar.graphql", + "entity.name.fragment.graphql" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.or.graphql", + "punctuation.assignment.graphql" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "graphql.description.SINGLELINE", + "string.block.description.graphql.DOCSTRING", + "string.description.graphql" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "meta.preprocessor.haskell" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "storage.type.haskell", + "support.other.module.haskell" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "comment.line.number-sign.ini", + "punctuation.definition.entity.ini" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "keyword.other.definition.ini" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.separator.key-value.ini" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "source.groovy.embedded.source" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "keyword.operator.assignment.groovy", + "keyword.operator.arithmetic.groovy", + "keyword.control.exception.groovy" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.section.embedded.groovy", + "constant.other.groovy" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.method.groovy" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "constant.character.escape.groovy" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "storage.type.groovy", + "storage.type.annotation.groovy", + "storage.type.parameters.groovy", + "storage.type.generic.groovy", + "storage.type.object.array.groovy", + "storage.type.primitive.array.groovy", + "storage.type.primitive.groovy" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "storage.modifier.import.java", + "variable.language.wildcard.java", + "storage.modifier.package.java" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "variable.language.wildcard.java", + "punctuation.bracket.angle.java", + "variable.language.java" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "storage.type.annotation.java", + "punctuation.definition.annotation.java" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "meta.import.java storage.modifier.import.java", + "storage.type.annotation.java", + "storage.type.generic.java", + "storage.type.java", + "storage.type.object.array.java", + "storage.type.primitive.array.java", + "storage.type.primitive.java", + "storage.type.token.java" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.separator.period.java", + "punctuation.separator.java", + "meta.import.java storage.modifier.import.java punctuation.separator.java" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "variable.language.java" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "storage.type.builtin.kotlin", + "storage.type.builtin.collection.kotlin", + "entity.name.package.kotlin" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.template.expression.kotlin" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "keyword.hard.kotlin", + "keyword.operator.kotlin" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "storage.type.scala", + "storage.type.primitive.scala", + "meta.colon.scala" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "comment.block", + "comment.block.documentation.js", + "comment.line.shebang.js", + "comment.block.documentation.js punctuation.definition.comment.js" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "comment.block.documentation.js storage.type.class.jsdoc punctuation.definition.block.tag.jsdoc", + "punctuation.definition.bracket.curly.begin.jsdoc", + "punctuation.definition.bracket.curly.end.jsdoc", + "storage.type.class.jsdoc", + "entity.name.type.instance.jsdoc variable.other.description.jsdoc" + ], + "settings": { + "foreground": "#618A4D", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.embedded.expression.js source.js.jsx comment.block.js" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "variable.language.this" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "constant.character.escape.js" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "keyword.other.template.begin.js", + "keyword.other.template.end.js", + "punctuation.definition.string.template.begin.js", + "punctuation.definition.string.template.begin.ts", + "punctuation.definition.string.template.end.js", + "punctuation.definition.string.template.end.ts" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "punctuation.separator.key-value.js", + "punctuation.separator.key-value.ts", + "punctuation.definition.block.js", + "punctuation.definition.block.ts", + "punctuation.separator.comma.js", + "punctuation.separator.comma.ts", + "punctuation.separator.parameter", + "punctuation.definition.parameters.begin", + "punctuation.definition.parameters.end", + "meta.brace.square.js", + "entity.quasi.element.js", + "comment.block.documentation.js keyword.operator.accessor.js", + "punctuation.definition.binding-pattern.object", + "meta.brace.square.ts" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "new.expr.js", + "meta.arrow.js", + "keyword.operator.new.js", + "storage.type.extends.js", + "variable.language.super", + "storage.type.function.arrow.js", + "keyword.operator.spread", + "keyword.operator.rest", + "keyword.operator.module.all.js", + "meta.brace.angle.ts", + "meta.brace.angle.tsx", + "comment.line.triple-slash.directive.ts", + "punctuation.definition.tag.directive.ts", + "punctuation.definition.typeparameters.begin.ts", + "punctuation.definition.typeparameters.end.ts", + "punctuation.definition.template-expression.begin.js", + "punctuation.definition.template-expression.end.js", + "punctuation.definition.template-expression.begin.ts", + "punctuation.definition.template-expression.end.ts", + "punctuation.definition.template-expression.begin.tsx", + "punctuation.definition.template-expression.end.tsx", + "punctuation.quasi.element.end.js", + "punctuation.quasi.element.begin.js", + "punctuation.section.embedded.coffee", + "punctuation.definition.binding-pattern.object", + "punctuation.destructuring.js", + "punctuation.destructuring.ts", + "punctuation.destructuring.tsx" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.template.expression.js", + "meta.template.expression.ts", + "meta.brace.round.ts", + "meta.brace.round.js", + "meta.tag.without-attributes.js meta.jsx.children.js", + "meta.jsx.children.js" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "support.function.js", + "meta.function-call.js support.function.js", + "entity.name.function", + "meta.function-call entity.name.function", + "variable.function", + "meta.function-call.method.with-arguments.js", + "keyword.control.require.ts", + "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "keyword.operator.js", + "punctuation.accessor.js", + "punctuation.accessor.optional.js", + "punctuation.accessor.ts", + "keyword.operator.typeof.js", + "keyword.operator.logical.js", + "keyword.operator.in.js", + "keyword.operator.arithmetic.js", + "keyword.operator.assignment.js", + "keyword.operator.comparison.js", + "keyword.operator.relational.js", + "keyword.operator.expression.of", + "keyword.operator.expression.in", + "punctuation.definition.section.case-statement" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "string.unquoted.js", + "string.unquoted.label.js", + "meta.object-literal.key", + "meta.property.object.js", + "constant.other.object.key.js", + "constant.other.object.key string.quoted.double", + "meta.object-literal.key string.quoted.single", + "meta.object-literal.key string.quoted.double", + "string.quoted.single meta.object-literal.key", + "string.quoted.double meta.object-literal.key", + "meta.decorator.ts meta.objectliteral.ts meta.object.member.ts variable.other.readwrite.ts", + "meta.decorator.js meta.objectliteral.js meta.object.member.js variable.other.readwrite.js", + "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "keyword.operator.optional.ts", + "support.type.object.module.js", + "support.type.object.module.js.jsx", + "support.type.object.module keyword.operator.accessor", + "keyword.operator.type.annotation.ts", + "keyword.operator.type.annotation.tsx", + "keyword.operator.definiteassignment.ts", + "keyword.operator.definiteassignment.tsx", + "punctuation.type.flowtype", + "support.variable.dom", + "support.variable.object", + "support.variable.object.node", + "support.variable.object.process", + "support.variable.property.process", + "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "support.type.primitive.ts", + "support.type.primitive.tsx" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.section.embedded.begin.js.jsx", + "punctuation.section.embedded.end.js.jsx", + "punctuation.section.embedded.begin.jsx", + "punctuation.section.embedded.end.jsx", + "punctuation.section.embedded.begin.tsx", + "punctuation.section.embedded.end.tsx", + "meta.tag.js meta.jsx.children.js meta.tag.js meta.jsx.children.js meta.embedded.expression.js punctuation.section.embedded.begin.js", + "meta.tag.js meta.jsx.children.js meta.tag.js meta.jsx.children.js meta.embedded.expression.js punctuation.section.embedded.end.js", + "meta.tag.js punctuation.section.embedded.begin.js", + "meta.tag.js punctuation.section.embedded.end.js", + "meta.tag.without-attributes.js punctuation.section.embedded.begin.js", + "meta.tag.without-attributes.js punctuation.section.embedded.end.js" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "string.template.tsx meta.template.expression.tsx meta.embedded.line.tsx meta.brace.round.tsx", + "string.template.tsx meta.template.expression.tsx meta.embedded.line.tsx meta.array.literal.tsx meta.brace.square.tsx", + "punctuation.separator.key-value.tsx" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.accessor.optional.tsx", + "punctuation.accessor.tsx" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "keyword.operator.optional.tsx" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.definition.binding-pattern.array.tsx", + "punctuation.definition.typeparameters.begin.tsx", + "punctuation.definition.typeparameters.end.tsx" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "comment.line.triple-slash.directive.ts", + "punctuation.definition.tag.directive.ts", + "entity.name.tag.directive.ts" + ], + "settings": { + "foreground": "#618A4D", + "fontStyle": "italic" + } + }, + { + "scope": [ + "comment.block.documentation.ts" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "punctuation.accessor.optional.ts" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "meta.var.expr.ts cast.expr.ts storage.modifier.ts" + ], + "settings": { + "foreground": "#47C6AC", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.type.declaration.ts meta.type.tuple.ts entity.name.label.ts", + "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.component.decoration entity.name.label.ts" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "punctuation.definition.dictionary.begin.json", + "punctuation.definition.dictionary.end.json", + "punctuation.separator.dictionary.pair.json", + "punctuation.separator.dictionary.key-value.json", + "punctuation.definition.array.begin.json", + "punctuation.definition.array.end.json", + "punctuation.separator.array.json" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "storage.type.function-type.lisp", + "constant.language.lisp" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "keyword.constant.lisp" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "keyword.control.lisp" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "comment.line.number-sign.makefile" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "variable.other.makefile" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "variable.language.makefile" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "entity.name.function.target.makefile", + "constant.character.escape.continuation.makefile" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "punctuation.separator.key-value.makefile", + "support.function.foreach.makefile", + "keyword.control.ifeq.makefile", + "keyword.control.endif.makefile", + "constant.character.escape.continuation.makefile" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "storage.source.cmake" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "markup.underline" + ], + "settings": { + "fontStyle": "underline" + } + }, + { + "scope": [ + "markup.bold", + "strong" + ], + "settings": { + "fontStyle": "bold" + } + }, + { + "scope": [ + "markup.italic", + "emphasis" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "markup.heading" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "markup.inserted" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "markup.deleted" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "markup.changed" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "markup.inline.raw" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "fenced_code.block.language" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "markup.italic.markdown" + ], + "settings": { + "foreground": "#9BDDFF", + "fontStyle": "italic" + } + }, + { + "scope": [ + "markup.bold.markdown" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "bold" + } + }, + { + "scope": [ + "meta.separator.markdown", + "entity.name.section.markdown", + "punctuation.definition.heading.markdown" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "markup.quote.markdown" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "beginning.punctuation.definition.list.markdown", + "punctuation.definition.list.begin.markdown" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "string.other.link.description.markdown", + "string.other.link.title.markdown" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "markup.underline.link.markdown", + "markup.underline.link.image.markdown", + "meta.link.email.lt-gt.markdown" + ], + "settings": { + "foreground": "#A0A0A0" + } + }, + { + "scope": [ + "punctuation.definition.string.begin.markdown", + "punctuation.definition.string.end.markdown", + "punctuation.definition.metadata.markdown", + "punctuation.definition.metadata.markdown", + "punctuation.definition.raw.markdown", + "punctuation.definition.link.markdown", + "punctuation.definition.italic.markdown", + "punctuation.definition.bold.markdown", + "punctuation.definition.raw.markdown", + "beginning.punctuation.definition.quote.markdown", + "markup.fenced_code.block.markdown punctuation.definition.markdown", + "meta.link.reference.def.markdown punctuation.definition.constant.markdown", + "meta.link.reference.def.markdown punctuation.separator.key-value.markdown", + "meta.link.reference.markdown punctuation.definition.constant.begin.markdown", + "meta.link.reference.markdown punctuation.definition.constant.end.markdown", + "meta.image.reference.markdown punctuation.definition.constant.markdown", + "punctuation.definition.link.title.begin.markdown", + "punctuation.definition.link.title.end.markdown", + "block-dollars", + "inline-dollars" + ], + "settings": { + "foreground": "#A0A0A0" + } + }, + { + "scope": [ + "meta.link.reference.def.markdown constant.other.reference.link.markdown", + "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.link.reference.markdown constant.other.reference.link.markdown", + "meta.image.reference.markdown constant.other.reference.link.markdown" + ], + "settings": { + "foreground": "#A0A0A0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.link.reference.def.markdown markup.underline.link.markdown" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "markup.strikethrough.markdown" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "source.nginx constant.character.brace", + "source.nginx constant.character.paren" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "source.nginx constant.character.brace", + "source.nginx constant.character.end" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "source.org comment.line", + "source.org punctuation.definition.comment", + "meta.link.inline.org punctuation.definition.string.begin.org", + "meta.link.inline.org punctuation.definition.string.end.org", + "meta.link.inline.org markup.underline.link.org" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "constant.language.proto", + "keyword.other.proto", + "storage.type.proto", + "storage.modifier.proto", + "punctuation.definition.typeparameters.begin.proto", + "punctuation.definition.typeparameters.end.proto" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "entity.name.class.proto", + "entity.name.class.message.proto" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.separator.key-value.proto" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "variable.other.proto" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "constant.numeric.proto" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "keyword.control.import.python", + "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "string.quoted.docstring.multi.python" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "string.quoted.docstring.multi.python keyword.control.flow.python" + ], + "settings": { + "foreground": "#636366", + "fontStyle": "italic" + } + }, + { + "scope": [ + "string.regexp.quoted.double.python", + "string.regexp.quoted.single.python" + ], + "settings": { + "foreground": "#D58165", + "fontStyle": "italic underline" + } + }, + { + "scope": [ + "support.function.magic.python", + "support.variable.magic.python", + "storage.type.string.python", + "meta.function.decorator.python support.type.python" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.function-call.arguments.python", + "keyword.operator.assignment.python", + // "punctuation.separator.period.python", + "punctuation.separator.element.python", + "punctuation.separator.dict.python", + "punctuation.separator.parameters.python", + "punctuation.separator.arguments.python", + "punctuation.section.class.begin.python", + "punctuation.section.function.begin.python", + "punctuation.section.function.end.python", + "punctuation.definition.inheritance.begin.python", + "punctuation.definition.inheritance.end.python", + "punctuation.definition.parameters.begin.python", + "punctuation.definition.parameters.end.python", + "punctuation.definition.arguments.begin.python", + "punctuation.definition.arguments.end.python", + "punctuation.definition.list.begin.python", + "punctuation.definition.list.end.python", + "punctuation.definition.dict.begin.python", + "punctuation.definition.dict.end.python", + "punctuation.parenthesis.begin.python", + "punctuation.parenthesis.end.python", + "punctuation.separator.dict.python", + "punctuation.section.function.begin.python", + "meta.function.parameters.begin.python", + "meta.function.parameters.end.python" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.section.function.begin.python", + "punctuation.section.function.end.python", + "punctuation.section.class.begin.python", + "punctuation.section.class.end.python", + "punctuation.separator.colon.python" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "meta.format.brace.python constant.character.format.placeholder.other.python", + "variable.language.special.self.python" + ], + "settings": { + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", + "fontStyle": "italic" + } + }, + { + "scope": [ + // "meta.fstring.python constant.character", + ], + "settings": { + "foreground": "#8C8D91", + "fontStyle": "" + } + }, + { + "scope": [ + "keyword.operator.unpacking.parameter.python", + "keyword.operator.unpacking.arguments.python" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.function.decorator.python support.type.python", + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "variable.parameter.function.language.python" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "variable.parameter.function-call.python" + ], + "settings": { + "foreground": "#8C8D91", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.structure.dictionary.key.python", + "meta.function-call.arguments.python", + "meta.function.parameters.python", + "meta.attribute.python" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "support.type.python", + "entity.name.type.class.python", + "punctuation.separator.annotation.python", + "punctuation.separator.annotation.result.python" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.separator.period.python", + "keyword.operator.assignment.python", + "keyword.operator.comparison.python", + "keyword.operator.logical.python", + "punctuation.separator.slice.python" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + // "punctuation.separator.period.python", + // "keyword.operator.assignment.python", + ], + "settings": { + "foreground": "#AEAFB4" + } + }, + { + "scope": [ + "constant.character.escape.python", + "string.quoted.binary.single.python" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "constant.other.caps.python", + "keyword.operator.quantifier.regexp", + "keyword.operator.quantifier.regexp.js" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "string.regexp" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "string.regexp constant.character.escape.backslash.regexp" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "constant.other.character-class.regexp" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "keyword.control.anchor.regexp", + "constant.other.character-class.regexp" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.definition.group.regexp", + "punctuation.definition.character-class.regexp" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "meta.assertion.look-ahead.regexp", + "meta.assertion.look-behind.regexp", + "punctuation.definition.group.no-capture.regexp" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "constant.character.escape.backslash.regexp", + "string.regexp.ts constant.character.escape.backslash.regexp", + "meta.group.assertion.regexp constant.character.escape.backslash.regexp" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "punctuation.definition.string.begin.ruby", + "punctuation.definition.string.end.ruby", + "source.ruby string.quoted.double.interpolated.ruby" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "variable.other.ruby", + "variable.other.constant.ruby", + "constant.other.symbol.hashkey.ruby", + "constant.language.symbol.hashkey.ruby punctuation.definition.constant.ruby", + "constant.language.symbol.hashkey.ruby", + "constant.language.symbol.hashkey.parameter.function.ruby", + "variable.other.readwrite.instance.ruby punctuation.definition.variable.ruby", + "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "variable.other.readwrite.instance.ruby", + "variable.other.readwrite.class.ruby" + ], + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "constant.other.symbol.ruby", + "constant.character.escape.ruby", + "constant.language.symbol.ruby", + "punctuation.definition.constant.ruby" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "variable.language.self.ruby" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.embedded.line.ruby" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "entity.name.function.ruby", + "support.function.kernel.ruby" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "variable.language.ruby", + "variable.other.readwrite.global.ruby", + "punctuation.definition.variable.ruby", + "punctuation.separator.inheritance.ruby", + "punctuation.section.embedded.begin.ruby", + "punctuation.section.embedded.end.ruby", + "variable.other.readwrite.global.pre-defined.ruby", + "punctuation.section.embedded.begin.ruby", + "punctuation.section.embedded.end.ruby", + "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.begin.ruby", + "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "meta.class.ruby", + "support.class.ruby", + "entity.name.type.class.ruby", + "entity.other.inherited-class.ruby" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "keyword.control.def.ruby", + "keyword.control.class.ruby", + "keyword.operator.other.ruby", + "keyword.operator.assignment.ruby", + "punctuation.separator.other.ruby", + "keyword.control.pseudo-method.ruby", + "keyword.operator.comparison.ruby", + "keyword.operator.arithmetic.ruby", + "punctuation.separator.method.ruby", + "constant.language.symbol.hashkey.ruby punctuation.definition.constant.hashkey.ruby", + "constant.language.symbol.hashkey.parameter.function.ruby punctuation.definition.constant.hashkey.ruby", + "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby punctuation.definition.constant.ruby", + "source.ruby punctuation.separator.key-value", + "punctuation.separator.namespace.ruby" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "punctuation.separator.object.ruby", + "punctuation.separator.arguments.ruby", + "punctuation.section.function.ruby", + "punctuation.section.scope.begin.ruby", + "punctuation.section.scope.end.ruby", + "punctuation.section.array.begin.ruby", + "punctuation.section.array.end.ruby" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.definition.group.ruby", + "punctuation.definition.character-class.ruby", + "punctuation.definition.character-class.begin.ruby", + "punctuation.definition.character-class.end.ruby" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "punctuation.section.regexp.begin.ruby", + "punctuation.section.regexp.end.ruby" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "keyword.operator.quantifier.ruby", + "string.regexp.arbitrary-repetition.ruby" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "punctuation.definition.string.begin.ruby", + "punctuation.definition.string.end.ruby", + "source.ruby string.quoted.double.interpolated.ruby", + "string.quoted.double.interpolated.ruby" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "meta.section.attributes.plain.haml constant.other.symbol.ruby", + "meta.embedded.line.erb" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "text.html.erb punctuation.section.embedded.begin.erb", + "text.html.erb punctuation.section.embedded.end.erb" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "keyword.language.gherkin.feature.step" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "text.gherkin.feature entity.name.type.class.tsx" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "punctuation.semi.rust" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "meta.attribute.rust", + "comment.line.documentation.rust" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "keyword.operator.misc.rust", + "keyword.operator.sigil.rust" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "storage.modifier.lifetime.rust", + "entity.name.lifetime.rust", + "constant.other.placeholder.rust" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "string.quoted.single.rust", + "constant.character.rust" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "support.constant.core.rust", + "variable.language.ignored.rust", + "punctuation.brackets.angle.rust" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "variable.language.rust", + "variable.language.self.rust" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "entity.name.type.param.rust punctuation.definition.type.rust" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "entity.name.type.rust", + "entity.name.module.rust", + "storage.type.core.rust", + "storage.class.std.rust", + "punctuation.separator.type.rust", + "keyword.operator.return-type.rust", + "meta.type_params.rust", + "entity.name.namespace.rust", + "meta.import.rust", + "meta.function.definition.rust keyword.operator.key-value.rust", + "keyword.operator.arrow.skinny.rust", + "punctuation.definition.lifetime.rust" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "entity.name.type.param.rust punctuation.other.comma.rust", + "keyword.operator.path.rust" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "support.function.built-in.smarty" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "source.smarty punctuation.section.embedded.begin.smarty", + "source.smarty punctuation.section.embedded.end.smarty" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "source.smarty" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "comment.punctuation.comma.swift" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "keyword.statement.swift" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "string-interpolation keyword.operator.swift", + "punctuation.section.embedded.begin.swift", + "punctuation.section.embedded.end.swift" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "variable.language.self.swift", + "keyword.expressions-and-types.swift" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.embedded.line.swift" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.section.terraform" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "keyword.other.definition" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "keyword.other.section.begin.terraform", + "keyword.other.section.end.terraform", + "keyword.other.function.inline.terraform" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "storage.type.function.terraform", + "entity.tag.embedded.start.terraform", + "entity.tag.embedded.end.terraform" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "entity.other.attribute-name.terraform", + "source.terraform.embedded.source" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "meta.item.done.todo", + "meta.item.done.todo variable.priority.todo", + "meta.item.done.todo variable.other", + "meta.item.done.todo constant.numeric.date.todo", + "meta.item.done.todo string.quoted.single.todo", + "meta.item.done.todo string.quoted.double.todo" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "constant.numeric.date.todo" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "string.quoted.single.todo", + "string.quoted.double.todo" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "meta.item.priority.a.todo" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "meta.item.priority.b.todo" + ], + "settings": { + "foreground": "#D58165" + } + }, + { + "scope": [ + "meta.item.priority.c.todo" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "meta.item.priority.d.todo" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "meta.item.priority.e.todo" + ], + "settings": { + "foreground": "#DDDDAA" + } + }, + { + "scope": [ + "punctuation.definition.array.toml", + "punctuation.separator.array.toml" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "keyword.key.toml" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "constant.other.datetime-with-timezone.toml", + "constant.other.time.datetime.offset.toml" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "meta.tag.table.toml", + "punctuation.eq.toml", + "punctuation.definition.keyValuePair.toml" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "entity.other.attribute-name.table.array.toml", + "entity.other.attribute-name.table.toml", + "constant.other.boolean.toml" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "punctuation.definition.table.toml", + "punctuation.definition.array.table.toml" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "source.vcard support.function.vcard" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "source.vcard support.function.vcard keyword.control.property.vcard" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "source.vcard support.function.vcard entity.name.type.attribute.vcard" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": [ + "source.vcard support.function.vcard keyword.other.expansion.property.vcard" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "constant.character.map.rhs.viml", + "constant.character.map.special.viml", + "constant.character.map.key.viml", + "constant.character.map.key.fn.viml", + "constant.character.map.viml" + ], + "settings": { + "foreground": "#D7BA7D" + } + }, + { + "scope": [ + "punctuation.definition.map.viml" + ], + "settings": { + "foreground": "#8C8D91" + } + }, + { + "scope": [ + "comment.line.number-sign.yaml" + ], + "settings": { + "foreground": "#636366" + } + }, + { + "scope": [ + "constant.other.timestamp.yaml" + ], + "settings": { + "foreground": "#B3CEAB" + } + }, + { + "scope": [ + "punctuation.definition.sequence.begin.yaml", + "punctuation.definition.sequence.end.yaml", + "punctuation.definition.mapping.begin.yaml", + "punctuation.definition.mapping.end.yaml", + "punctuation.separator.sequence.yaml", + "punctuation.separator.mapping.yaml" + ], + "settings": { + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "storage.type.tag-handle.yaml", + "meta.property.yaml", + "punctuation.definition.alias.yaml", + "keyword.control.flow.alias.yaml", + "variable.other.alias.yaml" + ], + "settings": { + "foreground": "#47C6AC" + } + }, + { + "scope": [ + "keyword.control.property.anchor.yaml", + "constant.language.merge.yaml", + "punctuation.definition.alias.yaml", + "keyword.control.flow.alias.yaml", + "support.other.directive.reserved.yaml", + "punctuation.definition.directive.begin.yaml" + ], + "settings": { + "foreground": "#5BA0D0" + } + }, + { + "scope": [ + "constant.language.boolean.yaml", + "constant.language.null.yaml" + ], + "settings": { + "foreground": "#5BA0D0", + "fontStyle": "italic" + } + }, + { + "scope": [ + "entity.other.document.begin.yaml", + "entity.other.document.end.yaml", + "keyword.control.flow.block-scalar.literal.yaml", + "storage.modifier.chomping-indicator.yaml", + "punctuation.definition.block.sequence.item.yaml", + "punctuation.separator.key-value.mapping.yaml" + ], + "settings": { + "foreground": "#C58BBA" + } + }, + { + "scope": [ + "string.unquoted.plain.out.yaml entity.name.tag.yaml", + "meta.flow-pair.key.yaml string.unquoted.plain.in.yaml entity.name.tag.yaml", + "meta.flow-mapping.yaml string.quoted.double.yaml" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "source.yaml string.quoted.double.yaml", + "meta.flow-pair.value.yaml string.quoted.double.yaml" + ], + "settings": { + "foreground": "#D3A083" + } + }, + { + "scope": "comment", + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": "punctuation.definition.comment", + "settings": { + "foreground": "#618A4D" + } + }, + { + "scope": [ + "comment.line.double-slash.js" + ], + "settings": { + "foreground": "#618A4D" + } + }, + { + "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" + } + } + ] +} diff --git a/themes/Ruzzy-color-theme-green.json b/themes/Ruzzy-color-theme-green.json index 2acc177..485ed2d 100644 --- a/themes/Ruzzy-color-theme-green.json +++ b/themes/Ruzzy-color-theme-green.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#30d158", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#30d158c0", + "button.background": "#30d158bf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#30d158", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#30d158", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#30d158", "list.focusHighlightForeground": "#30d158", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#22923e80", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#30d158c0", + "textLink.foreground": "#30d158bf", "textLink.activeForeground": "#30d158", ////////////////////////////////////////////////////////////// @@ -103,13 +103,16 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#22923e80", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#22923e80", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#22923e80", + "editor.findMatchBackground": "#22923e80", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", @@ -118,16 +121,16 @@ "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#22923e80", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#22923e80", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#30d158c0", + "editorSuggestWidget.highlightForeground": "#30d158bf", "editorSuggestWidget.focusHighlightForeground": "#30d158", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#22923e80", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#22923e80", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/themes/Ruzzy-color-theme-orange.json b/themes/Ruzzy-color-theme-orange.json index 63ffa8e..3b10623 100644 --- a/themes/Ruzzy-color-theme-orange.json +++ b/themes/Ruzzy-color-theme-orange.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#ff9f0a", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#ff9f0ac0", + "button.background": "#ff9f0abf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#ff9f0a", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#ff9f0a", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#ff9f0a", "list.focusHighlightForeground": "#ff9f0a", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#b36f0780", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#ff9f0ac0", + "textLink.foreground": "#ff9f0abf", "textLink.activeForeground": "#ff9f0a", ////////////////////////////////////////////////////////////// @@ -103,31 +103,34 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#b36f0780", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#b36f0780", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#b36f0780", + "editor.findMatchBackground": "#b36f0780", + "editor.findMatchHighlightBackground": "#ea5c0054", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", - "editorUnnecessaryCode.opacity": "#00000033", + "editorUnnecessaryCode.opacity": "#00000066", "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#b36f0780", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#b36f0780", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#ff9f0ac0", + "editorSuggestWidget.highlightForeground": "#ff9f0abf", "editorSuggestWidget.focusHighlightForeground": "#ff9f0a", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#b36f0780", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#b36f0780", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -355,7 +358,7 @@ "peekViewEditor.background": "#1c1c1e", "peekViewResult.background": "#1c1c1efa", // "peekViewEditor.matchHighlightBackground": "#242f25", - // "peekViewEditor.matchHighlightBorder": "#4cbf56", + // "peekViewEditor.matchHighlightBorder": "#4DB560", // "peekViewResult.matchHighlightBackground": "#242f25", // "peekViewResult.selectionBackground": "#242f25", @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/themes/Ruzzy-color-theme-purple.json b/themes/Ruzzy-color-theme-purple.json index 1c23b70..4fd02e7 100644 --- a/themes/Ruzzy-color-theme-purple.json +++ b/themes/Ruzzy-color-theme-purple.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#bf5af2", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#bf5af2c0", + "button.background": "#bf5af2bf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#bf5af2", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#bf5af2", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#bf5af2", "list.focusHighlightForeground": "#bf5af2", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#863fa980", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#bf5af2c0", + "textLink.foreground": "#bf5af2bf", "textLink.activeForeground": "#bf5af2", ////////////////////////////////////////////////////////////// @@ -103,13 +103,16 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#863fa980", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#863fa980", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#863fa980", + "editor.findMatchBackground": "#863fa980", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", @@ -118,16 +121,16 @@ "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#863fa980", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#863fa980", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#bf5af2c0", + "editorSuggestWidget.highlightForeground": "#bf5af2bf", "editorSuggestWidget.focusHighlightForeground": "#bf5af2", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#863fa980", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#863fa980", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/themes/Ruzzy-color-theme-red.json b/themes/Ruzzy-color-theme-red.json index 878ffc6..b558163 100644 --- a/themes/Ruzzy-color-theme-red.json +++ b/themes/Ruzzy-color-theme-red.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#ff453a", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#ff453ac0", + "button.background": "#ff453abf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#ff453a", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#ff453a", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#ff453a", "list.focusHighlightForeground": "#ff453a", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#b3302980", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#ff453ac0", + "textLink.foreground": "#ff453abf", "textLink.activeForeground": "#ff453a", ////////////////////////////////////////////////////////////// @@ -103,13 +103,16 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#b3302980", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#b3302980", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#b3302980", + "editor.findMatchBackground": "#b3302980", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", @@ -118,16 +121,16 @@ "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#b3302980", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#b3302980", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#ff453ac0", + "editorSuggestWidget.highlightForeground": "#ff453abf", "editorSuggestWidget.focusHighlightForeground": "#ff453a", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#b3302980", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#b3302980", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/themes/Ruzzy-color-theme-yellow.json b/themes/Ruzzy-color-theme-yellow.json index 4570c69..ff84e03 100644 --- a/themes/Ruzzy-color-theme-yellow.json +++ b/themes/Ruzzy-color-theme-yellow.json @@ -5,7 +5,7 @@ "colors": { ////////////////////////////////////////////////////////////// - "activityBar.activeBackground": "#3a3a3cc0", + "activityBar.activeBackground": "#3a3a3cbf", "activityBar.background": "#18181a", "activityBar.foreground": "#ffd60a", "activityBar.inactiveForeground": "#c7c7cc", @@ -33,21 +33,21 @@ ////////////////////////////////////////////////////////////// - "button.background": "#ffd60ac0", + "button.background": "#ffd60abf", "button.foreground": "#e5e5ea", "button.hoverBackground": "#ffd60a", "dropdown.listBackground": "#1c1c1efa", - "dropdown.background": "#2c2c2ec0", + "dropdown.background": "#2c2c2ebf", "dropdown.foreground": "#c7c7cc", // "dropdown.border": "#00000000", - "input.background": "#2c2c2ec0", + "input.background": "#2c2c2ebf", "input.foreground": "#c7c7cc", "inputOption.activeBackground": "#636366", // "input.border": "#636366", - "checkbox.background": "#2c2c2ec0", + "checkbox.background": "#2c2c2ebf", "checkbox.foreground": "#c7c7cc", // "checkbox.border": "#636366", @@ -60,14 +60,14 @@ "list.inactiveSelectionForeground": "#aeaeb2", // "list.focusOutline": "#00000000", - "list.focusBackground": "#3a3a3cc0", + "list.focusBackground": "#3a3a3cbf", "list.focusForeground": "#ffd60a", - "list.inactiveFocusBackground": "#2c2c2ec0", + "list.inactiveFocusBackground": "#2c2c2ebf", "list.highlightForeground": "#ffd60a", "list.focusHighlightForeground": "#ffd60a", - "list.hoverBackground": "#2c2c2ec0", + "list.hoverBackground": "#2c2c2ebf", "list.hoverForeground": "#e5e5ea", "list.dropBackground": "#b3960780", @@ -80,9 +80,9 @@ "commandCenter.background": "#1c1c1efa", "banner.foreground": "#d1d1d6", - "banner.background": "#2c2c2ec0", + "banner.background": "#2c2c2ebf", - "textLink.foreground": "#ffd60ac0", + "textLink.foreground": "#ffd60abf", "textLink.activeForeground": "#ffd60a", ////////////////////////////////////////////////////////////// @@ -103,13 +103,16 @@ ////////////////////////////////////////////////////////////// "editor.selectionBackground": "#b3960780", - "editor.selectionHighlightBackground": "#3a3a3cc0", - "editor.inactiveSelectionBackground": "#2c2c2ec0", + "editor.selectionHighlightBackground": "#3a3a3cbf", + "editor.inactiveSelectionBackground": "#2c2c2ebf", "editor.hoverHighlightBackground": "#b3960780", - "editor.wordHighlightBackground": "#48484ac0", + "editor.wordHighlightBackground": "#48484abf", "editor.wordHighlightStrongBackground": "#b3960780", + "editor.findMatchBackground": "#b3960780", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.lineHighlightBackground": "#1c1c1e", "editor.foldBackground": "#00000000", @@ -118,16 +121,16 @@ "editorInlayHint.background": "#00000000", "editorInlayHint.foreground": "#636366", - "editorStickyScroll.background": "#2c2c2ec0", + "editorStickyScroll.background": "#2c2c2ebf", "editorStickyScrollHover.background": "#b3960780", // "notebook.cellBorderColor": "#636366", - "notebook.focusedCellBorder": "#48484ac0", - "interactive.activeCodeBorder": "#48484ac0", + "notebook.focusedCellBorder": "#48484abf", + "interactive.activeCodeBorder": "#48484abf", ////////////////////////////////////////////////////////////// - "editorGroup.border": "#2c2c2ec0", + "editorGroup.border": "#2c2c2ebf", "editorGroup.dropBackground": "#b3960780", "editorGroup.emptyBackground": "#1c1c1e", "editorGroup.focusedEmptyBorder": "#00000000", @@ -141,16 +144,16 @@ "editorLineNumber.foreground": "#48484a", "editorIndentGuide.activeBackground": "#3a3a3c", - "editorIndentGuide.background": "#2c2c2e55", + "editorIndentGuide.background": "#2c2c2e54", - "editorRuler.foreground": "#2c2c2e55", + "editorRuler.foreground": "#2c2c2e54", "editorSuggestWidget.background": "#1c1c1efa", "editorSuggestWidget.foreground": "#c7c7cc", - "editorSuggestWidget.highlightForeground": "#ffd60ac0", + "editorSuggestWidget.highlightForeground": "#ffd60abf", "editorSuggestWidget.focusHighlightForeground": "#ffd60a", - "editorCodeLens.foreground": "#636366c0", + "editorCodeLens.foreground": "#636366bf", "editorHoverWidget.background": "#1c1c1efa", "editorHoverWidget.statusBarBackground": "#3a3a3c", @@ -195,8 +198,8 @@ ////////////////////////////////////////////////////////////// - "minimap.background": "#00000011", - "minimap.foregroundOpacity": "#000000c0", + "minimap.background": "#0000001a", + "minimap.foregroundOpacity": "#000000bf", // "minimap.selectionOccurrenceHighlight": "#007acc", // "minimap.selectionHighlight": "#676767", // "minimap.errorHighlight": "#e2151599", @@ -213,7 +216,7 @@ // "editorOverviewRuler.incomingContentForeground": "#40a6ff80", // "editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - // "editorOverviewRuler.findMatchForeground": "#d186167e", + // "editorOverviewRuler.findMatchForeground": "#d1861680", // "editorOverviewRuler.rangeHighlightForeground": "#007acc99", // "editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", // "editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", @@ -321,17 +324,17 @@ "textBlockQuote.border": "#00000000", "textCodeBlock.background": "#00000000", - "listFilterWidget.shadow": "#00000077", - "widget.shadow": "#00000077", - "scrollbar.shadow": "#00000077", + "listFilterWidget.shadow": "#00000080", + "widget.shadow": "#00000080", + "scrollbar.shadow": "#00000080", "scrollbarSlider.activeBackground": "#b3960780", - "scrollbarSlider.background": "#48484ac0", - "scrollbarSlider.hoverBackground": "#636366c0", + "scrollbarSlider.background": "#48484abf", + "scrollbarSlider.hoverBackground": "#636366bf", "notebookScrollbarSlider.activeBackground": "#b3960780", - "notebookScrollbarSlider.background": "#48484ac0", - "notebookScrollbarSlider.hoverBackground": "#636366c0", + "notebookScrollbarSlider.background": "#48484abf", + "notebookScrollbarSlider.hoverBackground": "#636366bf", ////////////////////////////////////////////////////////////// @@ -386,180 +389,180 @@ "settings.focusedRowBackground": "#1c1c1efa", // "settings.focusedRowBorder": "#00000000", - "settings.rowHoverBackground": "#2c2c2e55", + "settings.rowHoverBackground": "#2c2c2e54", - "settings.dropdownBackground": "#2c2c2ec0", + "settings.dropdownBackground": "#2c2c2ebf", "settings.dropdownForeground": "#c7c7cc", "settings.dropdownBorder": "#00000000", "settings.dropdownListBorder": "#48484a", - "settings.numberInputBackground": "#2c2c2ec0", + "settings.numberInputBackground": "#2c2c2ebf", "settings.numberInputForeground": "#c7c7cc", "settings.numberInputBorder": "#00000000", - "settings.textInputBackground": "#2c2c2ec0", + "settings.textInputBackground": "#2c2c2ebf", "settings.textInputForeground": "#c7c7cc", "settings.textInputBorder": "#00000000", - "settings.checkboxBackground": "#2c2c2ec0", + "settings.checkboxBackground": "#2c2c2ebf", "settings.checkboxForeground": "#c7c7cc", "settings.checkboxBorder": "#00000000", ////////////////////////////////////////////////////////////// - // "symbolIcon.classForeground": "#EE9D27", - "symbolIcon.classForeground": "#4EC9B0", - "symbolIcon.enumeratorForeground": "#99CA8B", - "symbolIcon.enumeratorMemberForeground": "#99CA8B", - "symbolIcon.eventForeground": "#FF9800", - "symbolIcon.constructorForeground": "#C9BB4E", - "symbolIcon.fieldForeground": "#79B8FF", - "symbolIcon.variableForeground": "#79b8ff", - "symbolIcon.interfaceForeground": "#569CD6", - "symbolIcon.functionForeground": "#B392F0", - "symbolIcon.methodForeground": "#DCDCAA" + "symbolIcon.fileForeground": "#77CCFF", + "symbolIcon.folderForeground": "#77CCFF", + + "symbolIcon.moduleForeground": "#C58BBA", + "symbolIcon.namespaceForeground": "#C58BBA", + "symbolIcon.operatorForeground": "#C58BBA", + "symbolIcon.nullForeground": "#C58BBA", + + "symbolIcon.classForeground": "#47C6AC", + + "symbolIcon.structForeground": "#99C285", + "symbolIcon.enumeratorForeground": "#99C285", + "symbolIcon.enumeratorMemberForeground": "#B3CEAB", + + "symbolIcon.numberForeground": "#B3CEAB", + "symbolIcon.eventForeground": "#EE9922", + "symbolIcon.constructorForeground": "#CCC050", + "symbolIcon.packageForeground": "#CCC050", + "symbolIcon.propertyForeground": "#C8C7CB", + + "symbolIcon.fieldForeground": "#77BBFF", + "symbolIcon.variableForeground": "#77BBFF", + + "symbolIcon.keywordForeground": "#5BA0D0", + "symbolIcon.objectForeground": "#5BA0D0", + "symbolIcon.interfaceForeground": "#5BA0D0", + "symbolIcon.constantForeground": "#5BA0D0", + "symbolIcon.booleanForeground": "#5BA0D0", + + "symbolIcon.functionForeground": "#B195E4", + "symbolIcon.stringForeground": "#D3A083", + "symbolIcon.methodForeground": "#DDDDAA", + + "symbolIcon.arrayForeground": "#AEAFB4", + "symbolIcon.colorForeground": "#AEAFB4", + "symbolIcon.keyForeground": "#AEAFB4", + "symbolIcon.referenceForeground": "#AEAFB4", + "symbolIcon.snippetForeground": "#AEAFB4", + "symbolIcon.textForeground": "#AEAFB4", + "symbolIcon.typeParameterForeground": "#AEAFB4", + "symbolIcon.unitForeground": "#AEAFB4" }, "semanticHighlighting": true, "semanticTokenColors": { - // "*.decorator:python": { - // "foreground": "#0000dd", - // "fontStyle": "bold" - // }, - // "*.comment:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.string:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.number:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.boolean:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.operator:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.punctuation:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.enumMember:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.event:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.method:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.macro:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.type:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.interface:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.struct:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeParameter:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.function.declaration:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - // "*.typeAlias:python": { - // "foreground": "#FF0000", - // "fontStyle": "bold" - // }, - + //* variable "variable": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + }, + "variable.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" }, "variable.declaration": { "fontStyle": "underline" }, - "functionParams": { - "foreground": "#8A8E93", + + //* property + "property": { + "foreground": "#8C8D91", "fontStyle": "italic" }, - "selfParameter": { - "foreground": "#636366", + "property.modification": { + "foreground": "#C8C7CB", + "fontStyle": "" + }, + "property.declaration": { + "foreground": "#C8C7CB", + "fontStyle": "underline" + }, + + //* parameter + "selfParameter": "#8C8D91", + "selfParameter.declaration": { "fontStyle": "italic" }, + "parameter": "#9BDDFF", "parameter.declaration": { "fontStyle": "italic" }, - "property": { - "foreground": "#8A8E93", + + //* function, event + "method": "#DDDDAA", + "function": "#DDDDAA", + "magicFunction": { "fontStyle": "italic" }, - "*.typeHint": { - "foreground": "#8A8E93", + "*.async": { + "foreground": "#DDDDAA", "fontStyle": "italic" }, - "*.typeHintComment": { - "foreground": "#AEAEB2", + "event": "#EE9922", + + //* keyword, macro, operator + "keyword": "#5BA0D0", + "keyword:python": { + "foreground": "#C58BBA", "fontStyle": "" }, - "docstring": { - "foreground": "#AEAEB2", - "fontStyle": "bold" + "macro": "#C58BBA", + "operator": "#C58BBA", + + //* module + "namespace": "#C8C7CB", + "module": "#C8C7CB", + + //* class, interface, struct + "class": "#47C6AC", + "struct": "#99C285", + "interface": "#B3CEAB", + + //* numeric + "number": "#B3CEAB", + + //* string + "string": "#D3A083", + "regexp": "#D58165", + + //* enum + "enum": "#99C285", + "enumMember": "#C8C7CB", + "enumMember.declaration": { + "fontStyle": "underline" }, - "function": { - "foreground": "#DCDCAA", + + //* type + "type": "#47C6AC", + "type.defaultLibrary": "#5BA0D0", + "*.typeHint": { + "foreground": "#AEAFB4", + "fontStyle": "italic" + }, + "*.typeHintComment": { + "foreground": "#AEAFB4", "fontStyle": "" }, - "magicFunction": { - "foreground": "#DCDCAA", + + //* decorator + "*.decorator": { + "foreground": "#CCC050", "fontStyle": "italic" }, - "keyword": { - "foreground": "#C586C0", + + //* comment + "comment": { + "foreground": "#618A4D", "fontStyle": "" }, - // "class": { - // "foreground": "#4EC9B0", - // "fontStyle": "" - // }, - "enum": "#99CA8B", - "enumMember": "#C7C7CC", - "module": "#C7C7CC" - // "parameter": "#9CDCFE", - // "property": "#79b8ff", - // "event": "#79b8ff", - // "function": "#b392f0", - // "method": "#b392f0", - // "macro": "#b392f0", - // "namespace": "#b392f0", - // "type": "#79b8ff", - // "interface": "#79b8ff", - // "struct": "#79b8ff", - // "typeParameter": "#79b8ff", - // "typeAlias": "#79b8ff", - // "comment": "#8A8E93", - // "string": "#e5e5ea", - // "number": "#e5e5ea", - // "regexp": "#e5e5ea", - // "operator": "#e5e5ea", - // "keyword": "#e5e5ea" + + //* docstring + "docstring": { + "foreground": "#AEAFB4", + "fontStyle": "bold" + } }, "tokenColors": [ { @@ -584,7 +587,7 @@ "comment.line.number-sign.yaml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -595,7 +598,7 @@ "invalid.illegal.bad-comments-or-CDATA.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -621,7 +624,7 @@ "punctuation.separator.dictionary.key-value.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -632,7 +635,7 @@ "meta.import.js variable.other.readwrite.alias.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -640,7 +643,7 @@ "meta.embedded.block.sql" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -650,7 +653,7 @@ "meta.preprocessor.numeric" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -658,7 +661,7 @@ "invalid" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -688,7 +691,7 @@ "meta.preprocessor.string" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -707,7 +710,7 @@ "keyword.operator.sizeof" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -716,7 +719,7 @@ "keyword.operator" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -725,7 +728,7 @@ "support.function" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -737,7 +740,7 @@ "entity.name.class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -750,7 +753,7 @@ "entity.other.inherited-class" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -760,7 +763,7 @@ "meta.definition.variable.name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -769,7 +772,7 @@ "code-runner.running code-runner.done string" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D3A083", "fontStyle": "italic" } }, @@ -778,7 +781,7 @@ "token.info-token" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -794,7 +797,7 @@ "token.error-token" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -802,7 +805,7 @@ "token.debug-token" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -810,7 +813,7 @@ "punctuation.definition.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -818,7 +821,7 @@ "entity.other.attribute-name" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -827,7 +830,7 @@ "punctuation.definition.string.end.html" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -845,7 +848,7 @@ "punctuation.section.tag.twig" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -864,7 +867,7 @@ "text.html.jinja punctuation.separator.comma.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -875,7 +878,7 @@ "text.html.derivative meta.tag.custom.start.html entity.name.tag.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -891,7 +894,7 @@ "invalid.illegal.bad-angle-bracket.html" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -906,7 +909,7 @@ "punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -914,7 +917,7 @@ "string.interpolated.jade" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -928,13 +931,13 @@ "storage.type.import.include.pug" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { "scope": [], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -945,7 +948,7 @@ "meta.function.block.end.handlebars support.constant.handlebars" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -953,7 +956,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -961,7 +964,7 @@ "variable.parameter.handlebars" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -969,7 +972,7 @@ "support.constant.handlebars" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -977,7 +980,7 @@ "keyword.begin.tag.ejs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -991,7 +994,7 @@ "text.html.ejs punctuation.definition.parameters.end.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1000,7 +1003,7 @@ "text.html.ejs keyword.operator.expression.instanceof.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1008,7 +1011,7 @@ "text.html.vue-html meta.brace.round.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1016,7 +1019,7 @@ "text.html.vue-html meta.tag.other.html" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1028,7 +1031,7 @@ "meta.directive.vue entity.other.attribute-name.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1036,7 +1039,7 @@ "entity.other.jinja.delimiter.tag" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1044,7 +1047,7 @@ "entity.other.jinja.delimiter.variable" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1052,7 +1055,7 @@ "variable.other.jinja" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1060,7 +1063,7 @@ "variable.language.jinja" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1068,13 +1071,13 @@ "punctuation.tag.liquid" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1083,7 +1086,7 @@ "support.class.liquid" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1094,7 +1097,7 @@ "entity.name.tag.liquid" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1102,7 +1105,7 @@ "meta.line.ruby.slim" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1114,7 +1117,7 @@ "text.html.derivative expression.ng keyword.operator.logical.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1123,7 +1126,7 @@ "entity.other.ng-binding-name.ngIf.html" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1134,7 +1137,7 @@ "entity.other.ng-binding-name.two-way.html" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1149,7 +1152,7 @@ "meta.ng-binding.two-way.html punctuation.definition.string.end.html" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1157,7 +1160,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1167,7 +1170,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1176,7 +1179,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1184,7 +1187,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1206,7 +1209,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1216,7 +1219,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1226,7 +1229,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1235,7 +1238,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1250,7 +1253,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1260,7 +1263,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1278,7 +1281,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1286,7 +1289,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1295,7 +1298,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1305,7 +1308,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1324,7 +1327,7 @@ "punctuation.section.supports.end.bracket.curly" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1381,7 +1384,7 @@ "constant.other.scss" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1393,7 +1396,7 @@ "punctuation.definition.interpolation.end.bracket.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1408,7 +1411,7 @@ "support.constant.vendored.property-value.css" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1419,7 +1422,7 @@ "variable.other.less" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1427,7 +1430,7 @@ "source.css meta.at-rule.keyframes.body.css entity.other.keyframe-offset.css" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -1436,7 +1439,7 @@ "meta.attribute-selector.css" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1450,7 +1453,7 @@ "support.constant.color" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1464,7 +1467,7 @@ "support.constant.mathematical-symbols.scss" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1472,7 +1475,7 @@ "punctuation.definition.keyword.stylus" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1480,7 +1483,7 @@ "meta.interpolation.stylus" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1488,7 +1491,7 @@ "variable.stylus" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1504,7 +1507,7 @@ "meta.interpolation.stylus meta.brace.curly" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1513,7 +1516,7 @@ "meta.brace.curly.css" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1522,7 +1525,7 @@ "meta.identifier.css" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1532,7 +1535,7 @@ "entity.other.keyframe-offset.percentage.css" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -1540,7 +1543,7 @@ "entity.name.tag.styledcss.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1549,7 +1552,7 @@ "entity.name.function.c" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1574,7 +1577,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c punctuation.definition.string.end.c" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1588,7 +1591,7 @@ "punctuation.separator.delimiter.c" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1599,7 +1602,7 @@ "meta.preprocessor.include.c string.quoted.other.lt-gt.include.c" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1608,7 +1611,7 @@ "keyword.control.directive.include.c" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1617,7 +1620,7 @@ "support.type.mac-classic.c" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1627,7 +1630,7 @@ "keyword.operator.sizeof.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1636,7 +1639,7 @@ "comment.line.cfml" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1647,7 +1650,7 @@ "constant.character.hash.cfml.end" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1656,7 +1659,7 @@ "meta.property.constant.cfml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1664,7 +1667,7 @@ "punctuation.accessor.cfml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1672,7 +1675,7 @@ "entity.name.tag.custom.cfml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1680,7 +1683,7 @@ "entity.name.tag.cfml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1689,7 +1692,7 @@ "punctuation.definition.tag.end.cfml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1697,7 +1700,7 @@ "punctuation.separator.namespace.access.cpp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1705,7 +1708,7 @@ "source.cpp keyword.operator.bitwise.shift.c" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1721,7 +1724,7 @@ "string.regexp.group.crystal punctuation.definition.group.crystal" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -1731,7 +1734,7 @@ "punctuation.definition.parameters.crystal" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1739,7 +1742,7 @@ "source.crystal.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1747,7 +1750,7 @@ "punctuation.separator.method.crystal" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1756,7 +1759,7 @@ "punctuation.separator.other.crystal" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1769,7 +1772,7 @@ "source.crystal punctuation.separator.key-value" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1788,7 +1791,7 @@ "meta.comment.razor keyword.control.cshtml.transition" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1804,7 +1807,7 @@ "meta.preprocessor.cs keyword.preprocessor.endif.cs" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -1827,10 +1830,12 @@ "punctuation.squarebracket.open.cs", "punctuation.squarebracket.close.cs", "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.open.cs", - "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs" + "string.quoted.double.cs meta.interpolation.cs punctuation.parenthesis.close.cs", + "entity.name.variable.enum-member.cs", + "entity.name.type.namespace.cs" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -1840,16 +1845,33 @@ "entity.name.variable.field.cs", "entity.name.variable.local.cs", "meta.interpolation.cs variable.other.object.property.cs", - "entity.name.variable.tuple-element.cs", - "entity.name.variable.enum-member.cs" + "entity.name.variable.tuple-element.cs" + // "entity.name.variable.enum-member.cs" + ], + "settings": { + "foreground": "#9BDDFF" + } + }, + { + "scope": [ + "entity.name.type.enum.cs", + "entity.name.type.struct.cs" + ], + "settings": { + "foreground": "#99C285" + } + }, + { + "scope": [ + "entity.name.type.interface.cs" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#B3CEAB" } }, { "scope": [ - "keyword.type.cs", + // "keyword.type.cs", "storage.type.cs", "storage.type.generic.cs", "storage.type.modifier.cs", @@ -1857,7 +1879,7 @@ "punctuation.separator.question-mark.cs" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1865,7 +1887,7 @@ "keyword.other.this.cs" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -1887,7 +1909,7 @@ "punctuation.definition.interpolation.end.cs" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1896,7 +1918,7 @@ "keyword.other.set.cs" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1908,7 +1930,7 @@ "keyword.other.is.cs" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1916,7 +1938,7 @@ "invalid.rainbow10" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -1924,7 +1946,7 @@ "entity.name.type.rainbow8" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1932,7 +1954,7 @@ "constant.numeric.rainbow7" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -1940,7 +1962,7 @@ "variable.parameter.rainbow6" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -1948,7 +1970,7 @@ "string.rainbow5" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -1956,7 +1978,7 @@ "comment.rainbow4" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -1972,7 +1994,7 @@ "keyword.rainbow2" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -1980,7 +2002,7 @@ "rainbow1" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -1988,7 +2010,7 @@ "keyword.control.new.dart" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -1996,7 +2018,7 @@ "punctuation.dot.dart" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2004,7 +2026,7 @@ "meta.declaration.dart" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2012,7 +2034,7 @@ "string.word.dictionary" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2021,7 +2043,7 @@ "keyword.operator.flag.dictionary" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -2030,7 +2052,7 @@ "comment.unused.elixir" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -2039,7 +2061,7 @@ "punctuation.section.function.elixir" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2050,7 +2072,7 @@ "variable.other.anonymous.elixir" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2058,7 +2080,7 @@ "punctuation.separator.method.elixir" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2069,7 +2091,7 @@ "variable.other.constant.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2081,7 +2103,7 @@ "source.elixir.embedded.source punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2099,7 +2121,7 @@ "punctuation.separator.label.js" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2107,7 +2129,7 @@ "punctuation.section.embedded.elixir" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2126,7 +2148,7 @@ "keyword.pipe.elm" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2135,13 +2157,13 @@ "entity.name.record.field.elm" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { "scope": [], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2149,7 +2171,7 @@ "keyword.unused.elm" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2161,7 +2183,7 @@ "meta.function.type-declaration.elm keyword.other.colon.elm" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2178,7 +2200,7 @@ "punctuation.separator.parameters.erlang" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2192,7 +2214,7 @@ "punctuation.separator.clause-head-body.erlang" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2201,7 +2223,7 @@ "punctuation.terminator.function.erlang" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2210,7 +2232,7 @@ "variable.language.omitted.erlang" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2218,7 +2240,7 @@ "variable.other.erlang" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2227,7 +2249,7 @@ "punctuation.definition.variable.end.gitignore" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2235,7 +2257,7 @@ "support.function.git-rebase" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2243,7 +2265,7 @@ "constant.sha.git-rebase" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -2259,7 +2281,7 @@ "keyword.control.gotemplate" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2267,7 +2289,7 @@ "string.quoted.double.gotemplate" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2282,7 +2304,7 @@ "entity.name.package.go" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2305,7 +2327,7 @@ "keyword.operator.ellipsis.go" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2314,7 +2336,7 @@ "punctuation.section.embedded.end.gotemplate" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2322,7 +2344,7 @@ "entity.alias.import.go" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2332,7 +2354,7 @@ "punctuation.definition.placeholder.google-sheets" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2340,7 +2362,7 @@ "punctuation.definition.string.google-sheets" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2348,7 +2370,7 @@ "variable.sheet.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2357,7 +2379,7 @@ "meta.placeholder.google-sheets" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2366,7 +2388,7 @@ "entity.name.fragment.graphql" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2375,7 +2397,7 @@ "punctuation.assignment.graphql" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2385,7 +2407,7 @@ "string.description.graphql" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2393,7 +2415,7 @@ "meta.preprocessor.haskell" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2402,7 +2424,7 @@ "support.other.module.haskell" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2411,7 +2433,7 @@ "punctuation.definition.entity.ini" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -2419,7 +2441,7 @@ "keyword.other.definition.ini" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2427,7 +2449,7 @@ "punctuation.separator.key-value.ini" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2435,7 +2457,7 @@ "source.groovy.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2445,7 +2467,7 @@ "keyword.control.exception.groovy" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2454,7 +2476,7 @@ "constant.other.groovy" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2462,7 +2484,7 @@ "meta.method.groovy" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2484,7 +2506,7 @@ "storage.type.primitive.groovy" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2494,7 +2516,7 @@ "storage.modifier.package.java" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2504,7 +2526,7 @@ "variable.language.java" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2513,7 +2535,7 @@ "punctuation.definition.annotation.java" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2528,7 +2550,7 @@ "storage.type.token.java" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2538,7 +2560,7 @@ "meta.import.java storage.modifier.import.java punctuation.separator.java" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2556,7 +2578,7 @@ "entity.name.package.kotlin" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2564,7 +2586,7 @@ "meta.template.expression.kotlin" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2573,7 +2595,7 @@ "keyword.operator.kotlin" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2583,7 +2605,7 @@ "meta.colon.scala" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2594,7 +2616,7 @@ "comment.block.documentation.js punctuation.definition.comment.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2606,7 +2628,7 @@ "entity.name.type.instance.jsdoc variable.other.description.jsdoc" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2623,7 +2645,7 @@ "variable.language.this" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -2645,7 +2667,7 @@ "punctuation.definition.string.template.end.ts" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -2666,7 +2688,7 @@ "meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2701,7 +2723,7 @@ "punctuation.destructuring.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2714,7 +2736,20 @@ "meta.jsx.children.js" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" + } + }, + { + "scope": [ + "punctuation.decorator.js", + "punctuation.decorator.ts", + "meta.decorator.ts", + "meta.decorator.js", + "meta.decorator.ts variable.other.readwrite.ts", + "meta.decorator.js variable.other.readwrite.js" + ], + "settings": { + "foreground": "#CCC050" } }, { @@ -2726,16 +2761,10 @@ "variable.function", "meta.function-call.method.with-arguments.js", "keyword.control.require.ts", - "punctuation.decorator.js", - "punctuation.decorator.ts", - "meta.decorator.ts", - "meta.decorator.js", - "meta.decorator.ts variable.other.readwrite.ts", - "meta.decorator.js variable.other.readwrite.js", "source.ts meta.class.ts meta.method.declaration.ts meta.definition.method.ts entity.name.function.ts" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -2756,7 +2785,7 @@ "punctuation.definition.section.case-statement" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2776,7 +2805,7 @@ "meta.object-literal.key.ts meta.array.literal.ts meta.brace.square.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2798,7 +2827,7 @@ "meta.type.declaration.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2807,7 +2836,7 @@ "support.type.primitive.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2826,7 +2855,7 @@ "meta.tag.without-attributes.js punctuation.section.embedded.end.js" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2836,7 +2865,7 @@ "punctuation.separator.key-value.tsx" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2845,7 +2874,7 @@ "punctuation.accessor.tsx" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2853,7 +2882,7 @@ "keyword.operator.optional.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2863,7 +2892,7 @@ "punctuation.definition.typeparameters.end.tsx" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2873,7 +2902,7 @@ "entity.name.tag.directive.ts" ], "settings": { - "foreground": "#608B4E", + "foreground": "#618A4D", "fontStyle": "italic" } }, @@ -2882,7 +2911,7 @@ "comment.block.documentation.ts" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2890,7 +2919,7 @@ "punctuation.accessor.optional.ts" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2898,7 +2927,7 @@ "meta.var.expr.ts cast.expr.ts storage.modifier.ts" ], "settings": { - "foreground": "#4EC9B0", + "foreground": "#47C6AC", "fontStyle": "italic" } }, @@ -2908,7 +2937,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2916,7 +2945,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2924,7 +2953,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts meta.type.tuple.ts meta.brace.square.ts" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2932,7 +2961,7 @@ "meta.return.type.arrow.ts meta.type.tuple.ts punctuation.separator.label.ts" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -2940,7 +2969,7 @@ "meta.component.decoration entity.name.label.ts" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2954,7 +2983,7 @@ "punctuation.separator.array.json" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -2963,7 +2992,7 @@ "constant.language.lisp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -2971,7 +3000,7 @@ "keyword.constant.lisp" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -2979,7 +3008,7 @@ "keyword.control.lisp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -2987,7 +3016,7 @@ "comment.line.number-sign.makefile" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -2995,7 +3024,7 @@ "variable.other.makefile" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3003,7 +3032,7 @@ "variable.language.makefile" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3012,7 +3041,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3024,7 +3053,7 @@ "constant.character.escape.continuation.makefile" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3032,7 +3061,7 @@ "storage.source.cmake" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3066,7 +3095,7 @@ "markup.heading" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3074,7 +3103,7 @@ "markup.inserted" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3082,7 +3111,7 @@ "markup.deleted" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3090,7 +3119,7 @@ "markup.changed" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3098,7 +3127,7 @@ "markup.inline.raw" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3106,7 +3135,7 @@ "fenced_code.block.language" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3114,7 +3143,7 @@ "markup.italic.markdown" ], "settings": { - "foreground": "#9CDCFE", + "foreground": "#9BDDFF", "fontStyle": "italic" } }, @@ -3123,7 +3152,7 @@ "markup.bold.markdown" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "bold" } }, @@ -3134,7 +3163,7 @@ "punctuation.definition.heading.markdown" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3142,7 +3171,7 @@ "markup.quote.markdown" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3151,7 +3180,7 @@ "punctuation.definition.list.begin.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3160,7 +3189,7 @@ "string.other.link.title.markdown" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3206,7 +3235,7 @@ "text.html.markdown meta.paragraph.markdown meta.link.inet.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3224,7 +3253,7 @@ "meta.link.reference.def.markdown markup.underline.link.markdown" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3232,7 +3261,7 @@ "markup.strikethrough.markdown" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3241,7 +3270,7 @@ "source.nginx constant.character.paren" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3250,7 +3279,7 @@ "source.nginx constant.character.end" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3262,7 +3291,7 @@ "meta.link.inline.org markup.underline.link.org" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3275,7 +3304,7 @@ "punctuation.definition.typeparameters.end.proto" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3284,7 +3313,7 @@ "entity.name.class.message.proto" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3292,7 +3321,7 @@ "punctuation.separator.key-value.proto" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3300,7 +3329,7 @@ "variable.other.proto" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3308,15 +3337,15 @@ "constant.numeric.proto" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { "scope": [ "keyword.control.import.python", - "storage.type.function.python", - "storage.type.class.python", "keyword.control.flow.python" + // "storage.type.function.python", + // "storage.type.class.python", ], "settings": { "fontStyle": "italic" @@ -3324,11 +3353,10 @@ }, { "scope": [ - "string.quoted.docstring.multi.python", - "string.quoted.docstring.multi.python keyword.control.flow.python" + "string.quoted.docstring.multi.python" ], "settings": { - "foreground": "#608B4E" + "foreground": "#636366" } }, { @@ -3336,6 +3364,7 @@ "string.quoted.docstring.multi.python keyword.control.flow.python" ], "settings": { + "foreground": "#636366", "fontStyle": "italic" } }, @@ -3345,10 +3374,9 @@ "string.regexp.quoted.single.python" ], "settings": { - "foreground": "#CE9178", + "foreground": "#D58165", "fontStyle": "italic underline" - }, - "name": "Python Regexp" + } }, { "scope": [ @@ -3391,7 +3419,7 @@ "meta.function.parameters.end.python" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3403,18 +3431,25 @@ "punctuation.separator.colon.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { "scope": [ "meta.format.brace.python constant.character.format.placeholder.other.python", - "variable.parameter.function.language.special.self.python", "variable.language.special.self.python" - // "variable.language.special.self.python punctuation.definition.variable.python", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91" + // "fontStyle": "italic" + } + }, + { + "scope": [ + "variable.parameter.function.language.special.self.python" + ], + "settings": { + // "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3423,7 +3458,7 @@ // "meta.fstring.python constant.character", ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "" } }, @@ -3433,19 +3468,26 @@ "keyword.operator.unpacking.arguments.python" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { "scope": [ - "meta.function-call.python", - "meta.function-call.generic.python", "meta.function.decorator.python support.type.python", - "entity.name.function.decorator.python", - "meta.function.decorator.python support.type.python" + "meta.function.decorator.python support.type.python", + "entity.name.function.decorator.python" + ], + "settings": { + "foreground": "#CCC050" + } + }, + { + "scope": [ + "meta.function-call.python", + "meta.function-call.generic.python" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3453,7 +3495,7 @@ "variable.parameter.function.language.python" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3461,7 +3503,7 @@ "variable.parameter.function-call.python" ], "settings": { - "foreground": "#8A8E93", + "foreground": "#8C8D91", "fontStyle": "italic" } }, @@ -3473,7 +3515,7 @@ "meta.attribute.python" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3484,7 +3526,7 @@ "punctuation.separator.annotation.result.python" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3496,7 +3538,7 @@ "punctuation.separator.slice.python" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3505,7 +3547,7 @@ // "keyword.operator.assignment.python", ], "settings": { - "foreground": "#AEAEB2" + "foreground": "#AEAFB4" } }, { @@ -3524,7 +3566,7 @@ "keyword.operator.quantifier.regexp.js" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3532,7 +3574,7 @@ "string.regexp" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3540,7 +3582,7 @@ "string.regexp constant.character.escape.backslash.regexp" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3548,7 +3590,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3557,7 +3599,7 @@ "constant.other.character-class.regexp" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3566,7 +3608,7 @@ "punctuation.definition.character-class.regexp" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3576,7 +3618,7 @@ "punctuation.definition.group.no-capture.regexp" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3596,7 +3638,7 @@ "source.ruby string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3611,7 +3653,7 @@ "meta.function.method.with-arguments.ruby constant.other.symbol.hashkey.parameter.function.ruby" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3639,7 +3681,7 @@ "variable.language.self.ruby" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3648,7 +3690,7 @@ "meta.embedded.line.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3657,7 +3699,7 @@ "support.function.kernel.ruby" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -3675,7 +3717,7 @@ "string.regexp.interpolated.ruby meta.embedded.line.ruby punctuation.section.embedded.end.ruby" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3686,7 +3728,7 @@ "entity.other.inherited-class.ruby" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3707,7 +3749,7 @@ "punctuation.separator.namespace.ruby" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3721,7 +3763,7 @@ "punctuation.section.array.end.ruby" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3732,7 +3774,7 @@ "punctuation.definition.character-class.end.ruby" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3741,7 +3783,7 @@ "punctuation.section.regexp.end.ruby" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -3750,7 +3792,7 @@ "string.regexp.arbitrary-repetition.ruby" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -3761,7 +3803,7 @@ "string.quoted.double.interpolated.ruby" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -3770,7 +3812,7 @@ "meta.embedded.line.erb" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3779,7 +3821,7 @@ "text.html.erb punctuation.section.embedded.end.erb" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3787,7 +3829,7 @@ "keyword.language.gherkin.feature.step" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3795,7 +3837,7 @@ "text.gherkin.feature entity.name.type.class.tsx" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3803,7 +3845,7 @@ "punctuation.semi.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3812,7 +3854,7 @@ "comment.line.documentation.rust" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -3821,7 +3863,7 @@ "keyword.operator.sigil.rust" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3831,7 +3873,7 @@ "constant.other.placeholder.rust" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3850,7 +3892,7 @@ "punctuation.brackets.angle.rust" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3859,7 +3901,7 @@ "variable.language.self.rust" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3868,7 +3910,7 @@ "entity.name.type.param.rust punctuation.definition.type.rust" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3887,7 +3929,7 @@ "punctuation.definition.lifetime.rust" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3896,7 +3938,7 @@ "keyword.operator.path.rust" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3904,7 +3946,7 @@ "support.function.built-in.smarty" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3913,7 +3955,7 @@ "source.smarty punctuation.section.embedded.end.smarty" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -3921,7 +3963,7 @@ "source.smarty" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -3929,7 +3971,7 @@ "comment.punctuation.comma.swift" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3937,7 +3979,7 @@ "keyword.statement.swift" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3947,7 +3989,7 @@ "punctuation.section.embedded.end.swift" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -3956,7 +3998,7 @@ "keyword.expressions-and-types.swift" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -3965,7 +4007,7 @@ "meta.embedded.line.swift" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -3973,7 +4015,7 @@ "entity.name.section.terraform" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -3981,7 +4023,7 @@ "keyword.other.definition" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -3991,7 +4033,7 @@ "keyword.other.function.inline.terraform" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4001,7 +4043,7 @@ "entity.tag.embedded.end.terraform" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4010,7 +4052,7 @@ "source.terraform.embedded.source" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4023,7 +4065,7 @@ "meta.item.done.todo string.quoted.double.todo" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4031,7 +4073,7 @@ "constant.numeric.date.todo" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4040,7 +4082,7 @@ "string.quoted.double.todo" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4048,7 +4090,7 @@ "meta.item.priority.a.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4056,7 +4098,7 @@ "meta.item.priority.b.todo" ], "settings": { - "foreground": "#D16969" + "foreground": "#D58165" } }, { @@ -4064,7 +4106,7 @@ "meta.item.priority.c.todo" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4080,7 +4122,7 @@ "meta.item.priority.e.todo" ], "settings": { - "foreground": "#DCDCAA" + "foreground": "#DDDDAA" } }, { @@ -4089,7 +4131,7 @@ "punctuation.separator.array.toml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4097,7 +4139,7 @@ "keyword.key.toml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4106,7 +4148,7 @@ "constant.other.time.datetime.offset.toml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4116,7 +4158,7 @@ "punctuation.definition.keyValuePair.toml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4126,7 +4168,7 @@ "constant.other.boolean.toml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4135,7 +4177,7 @@ "punctuation.definition.array.table.toml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4143,7 +4185,7 @@ "source.vcard support.function.vcard" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4151,7 +4193,7 @@ "source.vcard support.function.vcard keyword.control.property.vcard" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4159,7 +4201,7 @@ "source.vcard support.function.vcard entity.name.type.attribute.vcard" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { @@ -4167,7 +4209,7 @@ "source.vcard support.function.vcard keyword.other.expansion.property.vcard" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4187,7 +4229,7 @@ "punctuation.definition.map.viml" ], "settings": { - "foreground": "#8A8E93" + "foreground": "#8C8D91" } }, { @@ -4203,7 +4245,7 @@ "constant.other.timestamp.yaml" ], "settings": { - "foreground": "#B5CEA8" + "foreground": "#B3CEAB" } }, { @@ -4216,7 +4258,7 @@ "punctuation.separator.mapping.yaml" ], "settings": { - "foreground": "#C7C7CC" + "foreground": "#C8C7CB" } }, { @@ -4228,7 +4270,7 @@ "variable.other.alias.yaml" ], "settings": { - "foreground": "#4EC9B0" + "foreground": "#47C6AC" } }, { @@ -4241,7 +4283,7 @@ "punctuation.definition.directive.begin.yaml" ], "settings": { - "foreground": "#569CD6" + "foreground": "#5BA0D0" } }, { @@ -4250,7 +4292,7 @@ "constant.language.null.yaml" ], "settings": { - "foreground": "#569CD6", + "foreground": "#5BA0D0", "fontStyle": "italic" } }, @@ -4264,7 +4306,7 @@ "punctuation.separator.key-value.mapping.yaml" ], "settings": { - "foreground": "#C586C0" + "foreground": "#C58BBA" } }, { @@ -4274,7 +4316,7 @@ "meta.flow-mapping.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#9CDCFE" + "foreground": "#9BDDFF" } }, { @@ -4283,19 +4325,19 @@ "meta.flow-pair.value.yaml string.quoted.double.yaml" ], "settings": { - "foreground": "#CE9178" + "foreground": "#D3A083" } }, { "scope": "comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { "scope": "punctuation.definition.comment", "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { @@ -4303,7 +4345,7 @@ "comment.line.double-slash.js" ], "settings": { - "foreground": "#608B4E" + "foreground": "#618A4D" } }, { diff --git a/vscode-default-dark-theme.jsonc b/vscode-default-dark-theme.jsonc deleted file mode 100644 index 1e524ae..0000000 --- a/vscode-default-dark-theme.jsonc +++ /dev/null @@ -1,1273 +0,0 @@ -{ - "$schema": "vscode://schemas/color-theme", - "type": "dark", - "colors": { - "activityBarBadge.background": "#007acc", - "editor.background": "#1e1e1e", - "editor.foreground": "#d4d4d4", - "editor.inactiveSelectionBackground": "#3a3d41", - "editor.selectionHighlightBackground": "#add6ff26", - "editorIndentGuide.activeBackground": "#707070", - "editorIndentGuide.background": "#404040", - "input.placeholderForeground": "#a6a6a6", - "list.activeSelectionIconForeground": "#ffffff", - "list.dropBackground": "#383b3d", - "menu.background": "#252526", - "menu.border": "#454545", - "menu.foreground": "#cccccc", - "menu.separatorBackground": "#454545", - "ports.iconRunningProcessForeground": "#369432", - "sideBarSectionHeader.background": "#00000000", - "sideBarSectionHeader.border": "#cccccc33", - "sideBarTitle.foreground": "#bbbbbb", - "statusBarItem.remoteBackground": "#16825d", - "statusBarItem.remoteForeground": "#ffffff", - "tab.lastPinnedBorder": "#cccccc33", - "terminal.inactiveSelectionBackground": "#3a3d41", - //"activityBar.activeBorder": "#ffffff", - //"activityBar.background": "#333333", - //"activityBar.dropBorder": "#ffffff", - //"activityBar.foreground": "#ffffff", - //"activityBar.inactiveForeground": "#ffffff66", - //"activityBarBadge.foreground": "#ffffff", - //"activityBarItem.profilesBackground": "#4d4d4d", - //"activityBarItem.profilesForeground": "#ffffff66", - //"activityBarItem.profilesHoverForeground": "#ffffff", - //"badge.background": "#4d4d4d", - //"badge.foreground": "#ffffff", - //"banner.background": "#04395e", - //"banner.foreground": "#ffffff", - //"banner.iconForeground": "#3794ff", - //"breadcrumb.activeSelectionForeground": "#e0e0e0", - //"breadcrumb.background": "#1e1e1e", - //"breadcrumb.focusForeground": "#e0e0e0", - //"breadcrumb.foreground": "#cccccccc", - //"breadcrumbPicker.background": "#252526", - //"button.background": "#0e639c", - //"button.foreground": "#ffffff", - //"button.hoverBackground": "#1177bb", - //"button.secondaryBackground": "#3a3d41", - //"button.secondaryForeground": "#ffffff", - //"button.secondaryHoverBackground": "#45494e", - //"button.separator": "#ffffff66", - //"charts.blue": "#3794ff", - //"charts.foreground": "#cccccc", - //"charts.green": "#89d185", - //"charts.lines": "#cccccc80", - //"charts.orange": "#d18616", - //"charts.purple": "#b180d7", - //"charts.red": "#f14c4c", - //"charts.yellow": "#cca700", - //"checkbox.background": "#3c3c3c", - //"checkbox.border": "#3c3c3c", - //"checkbox.foreground": "#f0f0f0", - //"checkbox.selectBackground": "#252526", - //"checkbox.selectBorder": "#252526", - //"commandCenter.activeBackground": "#ffffff14", - //"commandCenter.activeBorder": "#cccccc4d", - //"commandCenter.activeForeground": "#cccccc", - //"commandCenter.background": "#ffffff0d", - //"commandCenter.border": "#cccccc33", - //"commandCenter.foreground": "#cccccc", - //"commandCenter.inactiveBorder": "#cccccc26", - //"commandCenter.inactiveForeground": "#cccccc99", - //"debugConsole.errorForeground": "#f48771", - //"debugConsole.infoForeground": "#3794ff", - //"debugConsole.sourceForeground": "#cccccc", - //"debugConsole.warningForeground": "#cca700", - //"debugConsoleInputIcon.foreground": "#cccccc", - //"debugExceptionWidget.background": "#420b0d", - //"debugExceptionWidget.border": "#a31515", - //"debugIcon.breakpointCurrentStackframeForeground": "#ffcc00", - //"debugIcon.breakpointDisabledForeground": "#848484", - //"debugIcon.breakpointForeground": "#e51400", - //"debugIcon.breakpointStackframeForeground": "#89d185", - //"debugIcon.breakpointUnverifiedForeground": "#848484", - //"debugIcon.continueForeground": "#75beff", - //"debugIcon.disconnectForeground": "#f48771", - //"debugIcon.pauseForeground": "#75beff", - //"debugIcon.restartForeground": "#89d185", - //"debugIcon.startForeground": "#89d185", - //"debugIcon.stepBackForeground": "#75beff", - //"debugIcon.stepIntoForeground": "#75beff", - //"debugIcon.stepOutForeground": "#75beff", - //"debugIcon.stepOverForeground": "#75beff", - //"debugIcon.stopForeground": "#f48771", - //"debugTokenExpression.boolean": "#4e94ce", - //"debugTokenExpression.error": "#f48771", - //"debugTokenExpression.name": "#c586c0", - //"debugTokenExpression.number": "#b5cea8", - //"debugTokenExpression.string": "#ce9178", - //"debugTokenExpression.value": "#cccccc99", - //"debugToolBar.background": "#333333", - //"debugView.exceptionLabelBackground": "#6c2022", - //"debugView.exceptionLabelForeground": "#cccccc", - //"debugView.stateLabelBackground": "#88888844", - //"debugView.stateLabelForeground": "#cccccc", - //"debugView.valueChangedHighlight": "#569cd6", - //"descriptionForeground": "#ccccccb3", - //"diffEditor.diagonalFill": "#cccccc33", - //"diffEditor.insertedLineBackground": "#9bb95533", - //"diffEditor.insertedTextBackground": "#9ccc2c33", - //"diffEditor.removedLineBackground": "#ff000033", - //"diffEditor.removedTextBackground": "#ff000033", - //"disabledForeground": "#cccccc80", - //"dropdown.background": "#3c3c3c", - //"dropdown.border": "#3c3c3c", - //"dropdown.foreground": "#f0f0f0", - //"editor.findMatchBackground": "#515c6a", - //"editor.findMatchHighlightBackground": "#ea5c0055", - //"editor.findRangeHighlightBackground": "#3a3d4166", - //"editor.focusedStackFrameHighlightBackground": "#7abd7a4d", - //"editor.foldBackground": "#264f784d", - //"editor.hoverHighlightBackground": "#264f7840", - //"editor.inlineValuesBackground": "#ffc80033", - //"editor.inlineValuesForeground": "#ffffff80", - //"editor.lineHighlightBorder": "#282828", - //"editor.linkedEditingBackground": "#ff00004d", - //"editor.rangeHighlightBackground": "#ffffff0b", - //"editor.selectionBackground": "#264f78", - //"editor.snippetFinalTabstopHighlightBorder": "#525252", - //"editor.snippetTabstopHighlightBackground": "#7c7c7c4d", - //"editor.stackFrameHighlightBackground": "#ffff0033", - //"editor.symbolHighlightBackground": "#ea5c0055", - //"editor.wordHighlightBackground": "#575757b8", - //"editor.wordHighlightStrongBackground": "#004972b8", - //"editorActiveLineNumber.foreground": "#c6c6c6", - //"editorBracketHighlight.foreground1": "#ffd700", - //"editorBracketHighlight.foreground2": "#da70d6", - //"editorBracketHighlight.foreground3": "#179fff", - //"editorBracketHighlight.foreground4": "#00000000", - //"editorBracketHighlight.foreground5": "#00000000", - //"editorBracketHighlight.foreground6": "#00000000", - //"editorBracketHighlight.unexpectedBracket.foreground": "#ff1212cc", - //"editorBracketMatch.background": "#0064001a", - //"editorBracketMatch.border": "#888888", - //"editorBracketPairGuide.activeBackground1": "#00000000", - //"editorBracketPairGuide.activeBackground2": "#00000000", - //"editorBracketPairGuide.activeBackground3": "#00000000", - //"editorBracketPairGuide.activeBackground4": "#00000000", - //"editorBracketPairGuide.activeBackground5": "#00000000", - //"editorBracketPairGuide.activeBackground6": "#00000000", - //"editorBracketPairGuide.background1": "#00000000", - //"editorBracketPairGuide.background2": "#00000000", - //"editorBracketPairGuide.background3": "#00000000", - //"editorBracketPairGuide.background4": "#00000000", - //"editorBracketPairGuide.background5": "#00000000", - //"editorBracketPairGuide.background6": "#00000000", - //"editorCodeLens.foreground": "#999999", - //"editorCommentsWidget.rangeActiveBackground": "#3794ff1a", - //"editorCommentsWidget.rangeActiveBorder": "#3794ff66", - //"editorCommentsWidget.rangeBackground": "#3794ff1a", - //"editorCommentsWidget.rangeBorder": "#3794ff66", - //"editorCommentsWidget.resolvedBorder": "#cccccc80", - //"editorCommentsWidget.unresolvedBorder": "#3794ff", - //"editorCursor.foreground": "#aeafad", - //"editorError.foreground": "#f14c4c", - //"editorGhostText.foreground": "#ffffff56", - //"editorGroup.border": "#444444", - //"editorGroup.dropBackground": "#53595d80", - //"editorGroup.dropIntoPromptBackground": "#252526", - //"editorGroup.dropIntoPromptForeground": "#cccccc", - //"editorGroupHeader.noTabsBackground": "#1e1e1e", - //"editorGroupHeader.tabsBackground": "#252526", - //"editorGutter.addedBackground": "#487e02", - //"editorGutter.background": "#1e1e1e", - //"editorGutter.commentRangeForeground": "#37373d", - //"editorGutter.deletedBackground": "#f14c4c", - //"editorGutter.foldingControlForeground": "#c5c5c5", - //"editorGutter.modifiedBackground": "#1b81a8", - //"editorHint.foreground": "#eeeeeeb3", - //"editorHoverWidget.background": "#252526", - //"editorHoverWidget.border": "#454545", - //"editorHoverWidget.foreground": "#cccccc", - //"editorHoverWidget.highlightForeground": "#2aaaff", - //"editorHoverWidget.statusBarBackground": "#2c2c2d", - //"editorInfo.foreground": "#3794ff", - //"editorInlayHint.background": "#4d4d4dcc", - //"editorInlayHint.foreground": "#ffffff", - //"editorInlayHint.parameterBackground": "#4d4d4dcc", - //"editorInlayHint.parameterForeground": "#ffffff", - //"editorInlayHint.typeBackground": "#4d4d4dcc", - //"editorInlayHint.typeForeground": "#ffffff", - //"editorLightBulb.foreground": "#ffcc00", - //"editorLightBulbAutoFix.foreground": "#75beff", - //"editorLineNumber.activeForeground": "#c6c6c6", - //"editorLineNumber.foreground": "#858585", - //"editorLink.activeForeground": "#4e94ce", - //"editorMarkerNavigation.background": "#1e1e1e", - //"editorMarkerNavigationError.background": "#f14c4c", - //"editorMarkerNavigationError.headerBackground": "#f14c4c1a", - //"editorMarkerNavigationInfo.background": "#3794ff", - //"editorMarkerNavigationInfo.headerBackground": "#3794ff1a", - //"editorMarkerNavigationWarning.background": "#cca700", - //"editorMarkerNavigationWarning.headerBackground": "#cca7001a", - //"editorOverviewRuler.addedForeground": "#487e0299", - //"editorOverviewRuler.border": "#7f7f7f4d", - //"editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - //"editorOverviewRuler.commonContentForeground": "#60606066", - //"editorOverviewRuler.currentContentForeground": "#40c8ae80", - //"editorOverviewRuler.deletedForeground": "#f14c4c99", - //"editorOverviewRuler.errorForeground": "#ff1212b3", - //"editorOverviewRuler.findMatchForeground": "#d186167e", - //"editorOverviewRuler.incomingContentForeground": "#40a6ff80", - //"editorOverviewRuler.infoForeground": "#3794ff", - //"editorOverviewRuler.modifiedForeground": "#1b81a899", - //"editorOverviewRuler.rangeHighlightForeground": "#007acc99", - //"editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", - //"editorOverviewRuler.warningForeground": "#cca700", - //"editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", - //"editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc", - //"editorPane.background": "#1e1e1e", - //"editorRuler.foreground": "#5a5a5a", - //"editorStickyScroll.background": "#1e1e1e", - //"editorStickyScrollHover.background": "#2a2d2e", - //"editorSuggestWidget.background": "#252526", - //"editorSuggestWidget.border": "#454545", - //"editorSuggestWidget.focusHighlightForeground": "#2aaaff", - //"editorSuggestWidget.foreground": "#d4d4d4", - //"editorSuggestWidget.highlightForeground": "#2aaaff", - //"editorSuggestWidget.selectedBackground": "#04395e", - //"editorSuggestWidget.selectedForeground": "#ffffff", - //"editorSuggestWidget.selectedIconForeground": "#ffffff", - //"editorSuggestWidgetStatus.foreground": "#d4d4d480", - //"editorUnicodeHighlight.background": "#bd9b0326", - //"editorUnicodeHighlight.border": "#bd9b03", - //"editorUnnecessaryCode.opacity": "#000000aa", - //"editorWarning.foreground": "#cca700", - //"editorWhitespace.foreground": "#e3e4e229", - //"editorWidget.background": "#252526", - //"editorWidget.border": "#454545", - //"editorWidget.foreground": "#cccccc", - //"errorForeground": "#f48771", - //"extensionBadge.remoteBackground": "#007acc", - //"extensionBadge.remoteForeground": "#ffffff", - //"extensionButton.background": "#0e639c", - //"extensionButton.foreground": "#ffffff", - //"extensionButton.hoverBackground": "#1177bb", - //"extensionButton.prominentBackground": "#0e639c", - //"extensionButton.prominentForeground": "#ffffff", - //"extensionButton.prominentHoverBackground": "#1177bb", - //"extensionButton.separator": "#ffffff66", - //"extensionIcon.preReleaseForeground": "#1d9271", - //"extensionIcon.sponsorForeground": "#d758b3", - //"extensionIcon.starForeground": "#ff8e00", - //"extensionIcon.verifiedForeground": "#3794ff", - //"focusBorder": "#007fd4", - //"foreground": "#cccccc", - //"gitDecoration.addedResourceForeground": "#81b88b", - //"gitDecoration.conflictingResourceForeground": "#e4676b", - //"gitDecoration.deletedResourceForeground": "#c74e39", - //"gitDecoration.ignoredResourceForeground": "#8c8c8c", - //"gitDecoration.modifiedResourceForeground": "#e2c08d", - //"gitDecoration.renamedResourceForeground": "#73c991", - //"gitDecoration.stageDeletedResourceForeground": "#c74e39", - //"gitDecoration.stageModifiedResourceForeground": "#e2c08d", - //"gitDecoration.submoduleResourceForeground": "#8db9e2", - //"gitDecoration.untrackedResourceForeground": "#73c991", - //"gitlens.closedAutolinkedIssueIconColor": "#a371f7", - //"gitlens.closedPullRequestIconColor": "#f85149", - //"gitlens.decorations.addedForegroundColor": "#81b88b", - //"gitlens.decorations.branchAheadForegroundColor": "#35b15e", - //"gitlens.decorations.branchBehindForegroundColor": "#b15e35", - //"gitlens.decorations.branchDivergedForegroundColor": "#d8af1b", - //"gitlens.decorations.branchMissingUpstreamForegroundColor": "#c74e39", - //"gitlens.decorations.branchUnpublishedForegroundColor": "#35b15e", - //"gitlens.decorations.copiedForegroundColor": "#73c991", - //"gitlens.decorations.deletedForegroundColor": "#c74e39", - //"gitlens.decorations.ignoredForegroundColor": "#8c8c8c", - //"gitlens.decorations.modifiedForegroundColor": "#e2c08d", - //"gitlens.decorations.renamedForegroundColor": "#73c991", - //"gitlens.decorations.untrackedForegroundColor": "#73c991", - //"gitlens.decorations.worktreeView.hasUncommittedChangesForegroundColor": "#e2c08d", - //"gitlens.graphLane10Color": "#2ece9d", - //"gitlens.graphLane1Color": "#15a0bf", - //"gitlens.graphLane2Color": "#0669f7", - //"gitlens.graphLane3Color": "#8e00c2", - //"gitlens.graphLane4Color": "#c517b6", - //"gitlens.graphLane5Color": "#d90171", - //"gitlens.graphLane6Color": "#cd0101", - //"gitlens.graphLane7Color": "#f25d2e", - //"gitlens.graphLane8Color": "#f2ca33", - //"gitlens.graphLane9Color": "#7bd938", - //"gitlens.gutterBackgroundColor": "#ffffff13", - //"gitlens.gutterForegroundColor": "#bebebe", - //"gitlens.gutterUncommittedForegroundColor": "#00bcf299", - //"gitlens.lineHighlightBackgroundColor": "#00bcf233", - //"gitlens.lineHighlightOverviewRulerColor": "#00bcf299", - //"gitlens.mergedPullRequestIconColor": "#a371f7", - //"gitlens.openAutolinkedIssueIconColor": "#3fb950", - //"gitlens.openPullRequestIconColor": "#3fb950", - //"gitlens.trailingLineBackgroundColor": "#00000000", - //"gitlens.trailingLineForegroundColor": "#99999959", - //"gitlens.unpublishedChangesIconColor": "#35b15e", - //"gitlens.unpublishedCommitIconColor": "#35b15e", - //"gitlens.unpulledChangesIconColor": "#b15e35", - //"icon.foreground": "#c5c5c5", - //"input.background": "#3c3c3c", - //"input.foreground": "#cccccc", - //"inputOption.activeBackground": "#007fd466", - //"inputOption.activeBorder": "#007acc00", - //"inputOption.activeForeground": "#ffffff", - //"inputOption.hoverBackground": "#5a5d5e80", - //"inputValidation.errorBackground": "#5a1d1d", - //"inputValidation.errorBorder": "#be1100", - //"inputValidation.infoBackground": "#063b49", - //"inputValidation.infoBorder": "#007acc", - //"inputValidation.warningBackground": "#352a05", - //"inputValidation.warningBorder": "#b89500", - //"interactive.activeCodeBorder": "#3794ff", - //"interactive.inactiveCodeBorder": "#37373d", - //"keybindingLabel.background": "#8080802b", - //"keybindingLabel.border": "#33333399", - //"keybindingLabel.bottomBorder": "#44444499", - //"keybindingLabel.foreground": "#cccccc", - //"keybindingTable.headerBackground": "#cccccc0a", - //"keybindingTable.rowsBackground": "#cccccc0a", - //"list.activeSelectionBackground": "#04395e", - //"list.activeSelectionForeground": "#ffffff", - //"list.deemphasizedForeground": "#8c8c8c", - //"list.errorForeground": "#f88070", - //"list.filterMatchBackground": "#ea5c0055", - //"list.focusHighlightForeground": "#2aaaff", - //"list.focusOutline": "#007fd4", - //"list.highlightForeground": "#2aaaff", - //"list.hoverBackground": "#2a2d2e", - //"list.inactiveSelectionBackground": "#37373d", - //"list.invalidItemForeground": "#b89500", - //"list.warningForeground": "#cca700", - //"listFilterWidget.background": "#252526", - //"listFilterWidget.noMatchesOutline": "#be1100", - //"listFilterWidget.outline": "#00000000", - //"listFilterWidget.shadow": "#0000005c", - //"markdown.extension.editor.codeSpan.background": "#00000000", - //"markdown.extension.editor.codeSpan.border": "#264f78", - //"markdown.extension.editor.formattingMark.foreground": "#e3e4e229", - //"markdown.extension.editor.trailingSpace.background": "#cccccc33", - //"menu.selectionBackground": "#04395e", - //"menu.selectionForeground": "#ffffff", - //"menubar.selectionBackground": "#5a5d5e50", - //"menubar.selectionForeground": "#cccccc", - //"merge.commonContentBackground": "#60606029", - //"merge.commonHeaderBackground": "#60606066", - //"merge.currentContentBackground": "#40c8ae33", - //"merge.currentHeaderBackground": "#40c8ae80", - //"merge.incomingContentBackground": "#40a6ff33", - //"merge.incomingHeaderBackground": "#40a6ff80", - //"mergeEditor.change.background": "#9bb95533", - //"mergeEditor.change.word.background": "#9ccc2c33", - //"mergeEditor.changeBase.background": "#4b1818", - //"mergeEditor.changeBase.word.background": "#6f1313", - //"mergeEditor.conflict.handled.minimapOverViewRuler": "#adaca8ee", - //"mergeEditor.conflict.handledFocused.border": "#c1c1c1cc", - //"mergeEditor.conflict.handledUnfocused.border": "#86868649", - //"mergeEditor.conflict.input1.background": "#40c8ae33", - //"mergeEditor.conflict.input2.background": "#40a6ff33", - //"mergeEditor.conflict.unhandled.minimapOverViewRuler": "#fcba03", - //"mergeEditor.conflict.unhandledFocused.border": "#ffa600", - //"mergeEditor.conflict.unhandledUnfocused.border": "#ffa6007a", - //"mergeEditor.conflictingLines.background": "#ffea0047", - //"minimap.errorHighlight": "#ff1212b3", - //"minimap.findMatchHighlight": "#d18616", - //"minimap.foregroundOpacity": "#000000", - //"minimap.selectionHighlight": "#264f78", - //"minimap.selectionOccurrenceHighlight": "#676767", - //"minimap.warningHighlight": "#cca700", - //"minimapGutter.addedBackground": "#487e02", - //"minimapGutter.deletedBackground": "#f14c4c", - //"minimapGutter.modifiedBackground": "#1b81a8", - //"minimapSlider.activeBackground": "#bfbfbf33", - //"minimapSlider.background": "#79797933", - //"minimapSlider.hoverBackground": "#64646459", - //"notebook.cellBorderColor": "#37373d", - //"notebook.cellEditorBackground": "#252526", - //"notebook.cellInsertionIndicator": "#007fd4", - //"notebook.cellStatusBarItemHoverBackground": "#ffffff26", - //"notebook.cellToolbarSeparator": "#80808059", - //"notebook.editorBackground": "#1e1e1e", - //"notebook.focusedCellBorder": "#007fd4", - //"notebook.focusedEditorBorder": "#007fd4", - //"notebook.inactiveFocusedCellBorder": "#37373d", - //"notebook.selectedCellBackground": "#37373d", - //"notebook.selectedCellBorder": "#37373d", - //"notebook.symbolHighlightBackground": "#ffffff0b", - //"notebookScrollbarSlider.activeBackground": "#bfbfbf66", - //"notebookScrollbarSlider.background": "#79797966", - //"notebookScrollbarSlider.hoverBackground": "#646464b3", - //"notebookStatusErrorIcon.foreground": "#f48771", - //"notebookStatusRunningIcon.foreground": "#cccccc", - //"notebookStatusSuccessIcon.foreground": "#89d185", - //"notificationCenterHeader.background": "#303031", - //"notificationLink.foreground": "#3794ff", - //"notifications.background": "#252526", - //"notifications.border": "#303031", - //"notifications.foreground": "#cccccc", - //"notificationsErrorIcon.foreground": "#f14c4c", - //"notificationsInfoIcon.foreground": "#3794ff", - //"notificationsWarningIcon.foreground": "#cca700", - //"panel.background": "#1e1e1e", - //"panel.border": "#80808059", - //"panel.dropBorder": "#e7e7e7", - //"panelSection.border": "#80808059", - //"panelSection.dropBackground": "#53595d80", - //"panelSectionHeader.background": "#80808033", - //"panelTitle.activeBorder": "#e7e7e7", - //"panelTitle.activeForeground": "#e7e7e7", - //"panelTitle.inactiveForeground": "#e7e7e799", - //"peekView.border": "#3794ff", - //"peekViewEditor.background": "#001f33", - //"peekViewEditor.matchHighlightBackground": "#ff8f0099", - //"peekViewEditorGutter.background": "#001f33", - //"peekViewResult.background": "#252526", - //"peekViewResult.fileForeground": "#ffffff", - //"peekViewResult.lineForeground": "#bbbbbb", - //"peekViewResult.matchHighlightBackground": "#ea5c004d", - //"peekViewResult.selectionBackground": "#3399ff33", - //"peekViewResult.selectionForeground": "#ffffff", - //"peekViewTitle.background": "#3794ff1a", - //"peekViewTitleDescription.foreground": "#ccccccb3", - //"peekViewTitleLabel.foreground": "#ffffff", - //"pickerGroup.border": "#3f3f46", - //"pickerGroup.foreground": "#3794ff", - //"problemsErrorIcon.foreground": "#f14c4c", - //"problemsInfoIcon.foreground": "#3794ff", - //"problemsWarningIcon.foreground": "#cca700", - //"progressBar.background": "#0e70c0", - //"quickInput.background": "#252526", - //"quickInput.foreground": "#cccccc", - //"quickInputList.focusBackground": "#04395e", - //"quickInputList.focusForeground": "#ffffff", - //"quickInputList.focusIconForeground": "#ffffff", - //"quickInputTitle.background": "#ffffff1b", - //"sash.hoverBorder": "#007fd4", - //"scm.providerBorder": "#454545", - //"scrollbar.shadow": "#000000", - //"scrollbarSlider.activeBackground": "#bfbfbf66", - //"scrollbarSlider.background": "#79797966", - //"scrollbarSlider.hoverBackground": "#646464b3", - //"searchEditor.findMatchBackground": "#ea5c0038", - //"settings.checkboxBackground": "#3c3c3c", - //"settings.checkboxBorder": "#3c3c3c", - //"settings.checkboxForeground": "#f0f0f0", - //"settings.dropdownBackground": "#3c3c3c", - //"settings.dropdownBorder": "#3c3c3c", - //"settings.dropdownForeground": "#f0f0f0", - //"settings.dropdownListBorder": "#454545", - //"settings.focusedRowBackground": "#2a2d2e99", - //"settings.focusedRowBorder": "#007fd4", - //"settings.headerBorder": "#80808059", - //"settings.headerForeground": "#e7e7e7", - //"settings.modifiedItemIndicator": "#0c7d9d", - //"settings.numberInputBackground": "#3c3c3c", - //"settings.numberInputForeground": "#cccccc", - //"settings.rowHoverBackground": "#2a2d2e4d", - //"settings.sashBorder": "#80808059", - //"settings.textInputBackground": "#3c3c3c", - //"settings.textInputForeground": "#cccccc", - //"sideBar.background": "#252526", - //"sideBar.dropBackground": "#53595d80", - //"sideBySideEditor.horizontalBorder": "#444444", - //"sideBySideEditor.verticalBorder": "#444444", - //"statusBar.background": "#007acc", - //"statusBar.debuggingBackground": "#cc6633", - //"statusBar.debuggingForeground": "#ffffff", - //"statusBar.focusBorder": "#ffffff", - //"statusBar.foreground": "#ffffff", - //"statusBar.noFolderBackground": "#68217a", - //"statusBar.noFolderForeground": "#ffffff", - //"statusBarItem.activeBackground": "#ffffff2e", - //"statusBarItem.compactHoverBackground": "#ffffff33", - //"statusBarItem.errorBackground": "#c72e0f", - //"statusBarItem.errorForeground": "#ffffff", - //"statusBarItem.focusBorder": "#ffffff", - //"statusBarItem.hoverBackground": "#ffffff1f", - //"statusBarItem.prominentBackground": "#00000080", - //"statusBarItem.prominentForeground": "#ffffff", - //"statusBarItem.prominentHoverBackground": "#0000004d", - //"statusBarItem.warningBackground": "#7a6400", - //"statusBarItem.warningForeground": "#ffffff", - //"symbolIcon.arrayForeground": "#cccccc", - //"symbolIcon.booleanForeground": "#cccccc", - //"symbolIcon.classForeground": "#ee9d28", - //"symbolIcon.colorForeground": "#cccccc", - //"symbolIcon.constantForeground": "#cccccc", - //"symbolIcon.constructorForeground": "#b180d7", - //"symbolIcon.enumeratorForeground": "#ee9d28", - //"symbolIcon.enumeratorMemberForeground": "#75beff", - //"symbolIcon.eventForeground": "#ee9d28", - //"symbolIcon.fieldForeground": "#75beff", - //"symbolIcon.fileForeground": "#cccccc", - //"symbolIcon.folderForeground": "#cccccc", - //"symbolIcon.functionForeground": "#b180d7", - //"symbolIcon.interfaceForeground": "#75beff", - //"symbolIcon.keyForeground": "#cccccc", - //"symbolIcon.keywordForeground": "#cccccc", - //"symbolIcon.methodForeground": "#b180d7", - //"symbolIcon.moduleForeground": "#cccccc", - //"symbolIcon.namespaceForeground": "#cccccc", - //"symbolIcon.nullForeground": "#cccccc", - //"symbolIcon.numberForeground": "#cccccc", - //"symbolIcon.objectForeground": "#cccccc", - //"symbolIcon.operatorForeground": "#cccccc", - //"symbolIcon.packageForeground": "#cccccc", - //"symbolIcon.propertyForeground": "#cccccc", - //"symbolIcon.referenceForeground": "#cccccc", - //"symbolIcon.snippetForeground": "#cccccc", - //"symbolIcon.stringForeground": "#cccccc", - //"symbolIcon.structForeground": "#cccccc", - //"symbolIcon.textForeground": "#cccccc", - //"symbolIcon.typeParameterForeground": "#cccccc", - //"symbolIcon.unitForeground": "#cccccc", - //"symbolIcon.variableForeground": "#75beff", - //"tab.activeBackground": "#1e1e1e", - //"tab.activeForeground": "#ffffff", - //"tab.activeModifiedBorder": "#3399cc", - //"tab.border": "#252526", - //"tab.inactiveBackground": "#2d2d2d", - //"tab.inactiveForeground": "#ffffff80", - //"tab.inactiveModifiedBorder": "#3399cc80", - //"tab.unfocusedActiveBackground": "#1e1e1e", - //"tab.unfocusedActiveForeground": "#ffffff80", - //"tab.unfocusedActiveModifiedBorder": "#3399cc80", - //"tab.unfocusedInactiveBackground": "#2d2d2d", - //"tab.unfocusedInactiveForeground": "#ffffff40", - //"tab.unfocusedInactiveModifiedBorder": "#3399cc40", - //"terminal.ansiBlack": "#000000", - //"terminal.ansiBlue": "#2472c8", - //"terminal.ansiBrightBlack": "#666666", - //"terminal.ansiBrightBlue": "#3b8eea", - //"terminal.ansiBrightCyan": "#29b8db", - //"terminal.ansiBrightGreen": "#23d18b", - //"terminal.ansiBrightMagenta": "#d670d6", - //"terminal.ansiBrightRed": "#f14c4c", - //"terminal.ansiBrightWhite": "#e5e5e5", - //"terminal.ansiBrightYellow": "#f5f543", - //"terminal.ansiCyan": "#11a8cd", - //"terminal.ansiGreen": "#0dbc79", - //"terminal.ansiMagenta": "#bc3fbc", - //"terminal.ansiRed": "#cd3131", - //"terminal.ansiWhite": "#e5e5e5", - //"terminal.ansiYellow": "#e5e510", - //"terminal.border": "#80808059", - //"terminal.dropBackground": "#53595d80", - //"terminal.findMatchBackground": "#515c6a", - //"terminal.findMatchHighlightBackground": "#ea5c0055", - //"terminal.foreground": "#cccccc", - //"terminal.selectionBackground": "#264f78", - //"terminalCommandDecoration.defaultBackground": "#ffffff40", - //"terminalCommandDecoration.errorBackground": "#f14c4c", - //"terminalCommandDecoration.successBackground": "#1b81a8", - //"terminalOverviewRuler.cursorForeground": "#a0a0a0cc", - //"terminalOverviewRuler.findMatchForeground": "#d186167e", - //"testing.iconErrored": "#f14c4c", - //"testing.iconFailed": "#f14c4c", - //"testing.iconPassed": "#73c991", - //"testing.iconQueued": "#cca700", - //"testing.iconSkipped": "#848484", - //"testing.iconUnset": "#848484", - //"testing.message.error.decorationForeground": "#f14c4c", - //"testing.message.error.lineBackground": "#ff000033", - //"testing.message.info.decorationForeground": "#d4d4d480", - //"testing.peekBorder": "#f14c4c", - //"testing.peekHeaderBackground": "#f14c4c1a", - //"testing.runAction": "#73c991", - //"textBlockQuote.background": "#7f7f7f1a", - //"textBlockQuote.border": "#007acc80", - //"textCodeBlock.background": "#0a0a0a66", - //"textLink.activeForeground": "#3794ff", - //"textLink.foreground": "#3794ff", - //"textPreformat.foreground": "#d7ba7d", - //"textSeparator.foreground": "#ffffff2e", - //"titleBar.activeBackground": "#3c3c3c", - //"titleBar.activeForeground": "#cccccc", - //"titleBar.inactiveBackground": "#3c3c3c99", - //"titleBar.inactiveForeground": "#cccccc99", - //"toolbar.activeBackground": "#63666750", - //"toolbar.hoverBackground": "#5a5d5e50", - //"tree.indentGuidesStroke": "#585858", - //"tree.tableColumnsBorder": "#cccccc20", - //"tree.tableOddRowsBackground": "#cccccc0a", - //"walkthrough.stepTitle.foreground": "#ffffff", - //"welcomePage.progress.background": "#3c3c3c", - //"welcomePage.progress.foreground": "#3794ff", - //"welcomePage.tileBackground": "#252526", - //"welcomePage.tileBorder": "#ffffff1a", - //"welcomePage.tileHoverBackground": "#2c2c2d", - //"widget.shadow": "#0000005c", - //"activityBar.activeBackground": null, - //"activityBar.activeFocusBorder": null, - //"activityBar.border": null, - //"button.border": null, - //"contrastActiveBorder": null, - //"contrastBorder": null, - //"debugToolBar.border": null, - //"diffEditor.border": null, - //"diffEditor.insertedTextBorder": null, - //"diffEditor.removedTextBorder": null, - //"diffEditorGutter.insertedLineBackground": null, - //"diffEditorGutter.removedLineBackground": null, - //"diffEditorOverview.insertedForeground": null, - //"diffEditorOverview.removedForeground": null, - //"dropdown.listBackground": null, - //"editor.findMatchBorder": null, - //"editor.findMatchHighlightBorder": null, - //"editor.findRangeHighlightBorder": null, - //"editor.lineHighlightBackground": null, - //"editor.rangeHighlightBorder": null, - //"editor.selectionForeground": null, - //"editor.selectionHighlightBorder": null, - //"editor.snippetFinalTabstopHighlightBackground": null, - //"editor.snippetTabstopHighlightBorder": null, - //"editor.symbolHighlightBorder": null, - //"editor.wordHighlightBorder": null, - //"editor.wordHighlightStrongBorder": null, - //"editorCursor.background": null, - //"editorError.background": null, - //"editorError.border": null, - //"editorGhostText.background": null, - //"editorGhostText.border": null, - //"editorGroup.dropIntoPromptBorder": null, - //"editorGroup.emptyBackground": null, - //"editorGroup.focusedEmptyBorder": null, - //"editorGroupHeader.border": null, - //"editorGroupHeader.tabsBorder": null, - //"editorHint.border": null, - //"editorInfo.background": null, - //"editorInfo.border": null, - //"editorOverviewRuler.background": null, - //"editorUnnecessaryCode.border": null, - //"editorWarning.background": null, - //"editorWarning.border": null, - //"editorWidget.resizeBorder": null, - //"gitlens.decorations.branchUpToDateForegroundColor": null, - //"input.border": null, - //"inputValidation.errorForeground": null, - //"inputValidation.infoForeground": null, - //"inputValidation.warningForeground": null, - //"list.filterMatchBorder": null, - //"list.focusAndSelectionOutline": null, - //"list.focusBackground": null, - //"list.focusForeground": null, - //"list.hoverForeground": null, - //"list.inactiveFocusBackground": null, - //"list.inactiveFocusOutline": null, - //"list.inactiveSelectionForeground": null, - //"list.inactiveSelectionIconForeground": null, - //"menu.selectionBorder": null, - //"menubar.selectionBorder": null, - //"merge.border": null, - //"minimap.background": null, - //"notebook.cellHoverBackground": null, - //"notebook.focusedCellBackground": null, - //"notebook.inactiveSelectedCellBorder": null, - //"notebook.outputContainerBackgroundColor": null, - //"notebook.outputContainerBorderColor": null, - //"notificationCenter.border": null, - //"notificationCenterHeader.foreground": null, - //"notificationToast.border": null, - //"panelInput.border": null, - //"panelSectionHeader.border": null, - //"panelSectionHeader.foreground": null, - //"peekViewEditor.matchHighlightBorder": null, - //"quickInput.list.focusBackground": null, - //"searchEditor.findMatchBorder": null, - //"searchEditor.textInputBorder": null, - //"selection.background": null, - //"settings.numberInputBorder": null, - //"settings.textInputBorder": null, - //"sideBar.border": null, - //"sideBar.foreground": null, - //"sideBarSectionHeader.foreground": null, - //"statusBar.border": null, - //"statusBar.debuggingBorder": null, - //"statusBar.noFolderBorder": null, - //"tab.activeBorder": null, - //"tab.activeBorderTop": null, - //"tab.hoverBackground": null, - //"tab.hoverBorder": null, - //"tab.hoverForeground": null, - //"tab.unfocusedActiveBorder": null, - //"tab.unfocusedActiveBorderTop": null, - //"tab.unfocusedHoverBackground": null, - //"tab.unfocusedHoverBorder": null, - //"tab.unfocusedHoverForeground": null, - //"terminal.background": null, - //"terminal.findMatchBorder": null, - //"terminal.findMatchHighlightBorder": null, - //"terminal.selectionForeground": null, - //"terminal.tab.activeBorder": null, - //"terminalCursor.background": null, - //"terminalCursor.foreground": null, - //"testing.message.info.lineBackground": null, - //"titleBar.border": null, - //"toolbar.hoverOutline": null, - //"walkThrough.embeddedEditorBackground": null, - //"welcomePage.background": null, - //"window.activeBorder": null, - //"window.inactiveBorder": null - }, - "tokenColors": [ - { - "scope": [ - "meta.embedded", - "source.groovy.embedded", - "string meta.image.inline.markdown" - ], - "settings": { - "foreground": "#D4D4D4" - } - }, - { - "scope": "emphasis", - "settings": { - "fontStyle": "italic" - } - }, - { - "scope": "strong", - "settings": { - "fontStyle": "bold" - } - }, - { - "scope": "header", - "settings": { - "foreground": "#000080" - } - }, - { - "scope": "comment", - "settings": { - "foreground": "#6A9955" - } - }, - { - "scope": "constant.language", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": [ - "constant.numeric", - "variable.other.enummember", - "keyword.operator.plus.exponent", - "keyword.operator.minus.exponent" - ], - "settings": { - "foreground": "#B5CEA8" - } - }, - { - "scope": "constant.regexp", - "settings": { - "foreground": "#646695" - } - }, - { - "scope": "entity.name.tag", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "entity.name.tag.css", - "settings": { - "foreground": "#D7BA7D" - } - }, - { - "scope": "entity.other.attribute-name", - "settings": { - "foreground": "#9CDCFE" - } - }, - { - "scope": [ - "entity.other.attribute-name.class.css", - "entity.other.attribute-name.class.mixin.css", - "entity.other.attribute-name.id.css", - "entity.other.attribute-name.parent-selector.css", - "entity.other.attribute-name.pseudo-class.css", - "entity.other.attribute-name.pseudo-element.css", - "source.css.less entity.other.attribute-name.id", - "entity.other.attribute-name.scss" - ], - "settings": { - "foreground": "#D7BA7D" - } - }, - { - "scope": "invalid", - "settings": { - "foreground": "#F44747" - } - }, - { - "scope": "markup.underline", - "settings": { - "fontStyle": "underline" - } - }, - { - "scope": "markup.bold", - "settings": { - "foreground": "#569CD6", - "fontStyle": "bold" - } - }, - { - "scope": "markup.heading", - "settings": { - "foreground": "#569CD6", - "fontStyle": "bold" - } - }, - { - "scope": "markup.italic", - "settings": { - "fontStyle": "italic" - } - }, - { - "scope": "markup.strikethrough", - "settings": { - "fontStyle": "strikethrough" - } - }, - { - "scope": "markup.inserted", - "settings": { - "foreground": "#B5CEA8" - } - }, - { - "scope": "markup.deleted", - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": "markup.changed", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "punctuation.definition.quote.begin.markdown", - "settings": { - "foreground": "#6A9955" - } - }, - { - "scope": "punctuation.definition.list.begin.markdown", - "settings": { - "foreground": "#6796E6" - } - }, - { - "scope": "markup.inline.raw", - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": "punctuation.definition.tag", - "settings": { - "foreground": "#808080" - } - }, - { - "scope": [ - "meta.preprocessor", - "entity.name.function.preprocessor" - ], - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "meta.preprocessor.string", - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": "meta.preprocessor.numeric", - "settings": { - "foreground": "#B5CEA8" - } - }, - { - "scope": "meta.structure.dictionary.key.python", - "settings": { - "foreground": "#9CDCFE" - } - }, - { - "scope": "meta.diff.header", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "storage", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "storage.type", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": [ - "storage.modifier", - "keyword.operator.noexcept" - ], - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": [ - "string", - "meta.embedded.assembly" - ], - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": "string.tag", - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": "string.value", - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": "string.regexp", - "settings": { - "foreground": "#D16969" - } - }, - { - "scope": [ - "punctuation.definition.template-expression.begin", - "punctuation.definition.template-expression.end", - "punctuation.section.embedded" - ], - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": [ - "meta.template.expression" - ], - "settings": { - "foreground": "#D4D4D4" - } - }, - { - "scope": [ - "support.type.vendored.property-name", - "support.type.property-name", - "variable.css", - "variable.scss", - "variable.other.less", - "source.coffee.embedded" - ], - "settings": { - "foreground": "#9CDCFE" - } - }, - { - "scope": "keyword", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "keyword.control", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "keyword.operator", - "settings": { - "foreground": "#D4D4D4" - } - }, - { - "scope": [ - "keyword.operator.new", - "keyword.operator.expression", - "keyword.operator.cast", - "keyword.operator.sizeof", - "keyword.operator.alignof", - "keyword.operator.typeid", - "keyword.operator.alignas", - "keyword.operator.instanceof", - "keyword.operator.logical.python", - "keyword.operator.wordlike" - ], - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "keyword.other.unit", - "settings": { - "foreground": "#B5CEA8" - } - }, - { - "scope": [ - "punctuation.section.embedded.begin.php", - "punctuation.section.embedded.end.php" - ], - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "support.function.git-rebase", - "settings": { - "foreground": "#9CDCFE" - } - }, - { - "scope": "constant.sha.git-rebase", - "settings": { - "foreground": "#B5CEA8" - } - }, - { - "scope": [ - "storage.modifier.import.java", - "variable.language.wildcard.java", - "storage.modifier.package.java" - ], - "settings": { - "foreground": "#D4D4D4" - } - }, - { - "scope": "variable.language", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": [ - "entity.name.function", - "support.function", - "support.constant.handlebars", - "source.powershell variable.other.member", - "entity.name.operator.custom-literal" - ], - "settings": { - "foreground": "#DCDCAA" - } - }, - { - "scope": [ - "support.class", - "support.type", - "entity.name.type", - "entity.name.namespace", - "entity.other.attribute", - "entity.name.scope-resolution", - "entity.name.class", - "storage.type.numeric.go", - "storage.type.byte.go", - "storage.type.boolean.go", - "storage.type.string.go", - "storage.type.uintptr.go", - "storage.type.error.go", - "storage.type.rune.go", - "storage.type.cs", - "storage.type.generic.cs", - "storage.type.modifier.cs", - "storage.type.variable.cs", - "storage.type.annotation.java", - "storage.type.generic.java", - "storage.type.java", - "storage.type.object.array.java", - "storage.type.primitive.array.java", - "storage.type.primitive.java", - "storage.type.token.java", - "storage.type.groovy", - "storage.type.annotation.groovy", - "storage.type.parameters.groovy", - "storage.type.generic.groovy", - "storage.type.object.array.groovy", - "storage.type.primitive.array.groovy", - "storage.type.primitive.groovy" - ], - "settings": { - "foreground": "#4EC9B0" - } - }, - { - "scope": [ - "meta.type.cast.expr", - "meta.type.new.expr", - "support.constant.math", - "support.constant.dom", - "support.constant.json", - "entity.other.inherited-class" - ], - "settings": { - "foreground": "#4EC9B0" - } - }, - { - "scope": [ - "keyword.control", - "source.cpp keyword.operator.new", - "keyword.operator.delete", - "keyword.other.using", - "keyword.other.operator", - "entity.name.operator" - ], - "settings": { - "foreground": "#C586C0" - } - }, - { - "scope": [ - "variable", - "meta.definition.variable.name", - "support.variable", - "entity.name.variable", - "constant.other.placeholder" - ], - "settings": { - "foreground": "#9CDCFE" - } - }, - { - "scope": [ - "variable.other.constant", - "variable.other.enummember" - ], - "settings": { - "foreground": "#4FC1FF" - } - }, - { - "scope": [ - "meta.object-literal.key" - ], - "settings": { - "foreground": "#9CDCFE" - } - }, - { - "scope": [ - "support.constant.property-value", - "support.constant.font-name", - "support.constant.media-type", - "support.constant.media", - "constant.other.color.rgb-value", - "constant.other.rgb-value", - "support.constant.color" - ], - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": [ - "punctuation.definition.group.regexp", - "punctuation.definition.group.assertion.regexp", - "punctuation.definition.character-class.regexp", - "punctuation.character.set.begin.regexp", - "punctuation.character.set.end.regexp", - "keyword.operator.negation.regexp", - "support.other.parenthesis.regexp" - ], - "settings": { - "foreground": "#CE9178" - } - }, - { - "scope": [ - "constant.character.character-class.regexp", - "constant.other.character-class.set.regexp", - "constant.other.character-class.regexp", - "constant.character.set.regexp" - ], - "settings": { - "foreground": "#D16969" - } - }, - { - "scope": [ - "keyword.operator.or.regexp", - "keyword.control.anchor.regexp" - ], - "settings": { - "foreground": "#DCDCAA" - } - }, - { - "scope": "keyword.operator.quantifier.regexp", - "settings": { - "foreground": "#D7BA7D" - } - }, - { - "scope": "constant.character", - "settings": { - "foreground": "#569CD6" - } - }, - { - "scope": "constant.character.escape", - "settings": { - "foreground": "#D7BA7D" - } - }, - { - "scope": "entity.name.label", - "settings": { - "foreground": "#C8C8C8" - } - }, - { - "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" - } - } - ] -}