Generate the theme catalog from real themes instead of a hand table
The derivation landed in decision 0018 with the catalog and the terminal ANSI palette still fixed tables written by hand. tools/theme-gen reads the TextMate themes under assets/themes/ and emits the catalog and the reference vectors, so the anchors a palette is derived from are the ones the theme actually ships rather than the ones somebody transcribed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SPYebLiN2w4TqnHUYGdECq
This commit is contained in:
co-authored by
Claude Opus 5
parent
7bee985279
commit
401760d670
@@ -12,6 +12,7 @@ members = [
|
|||||||
"crates/lumbridge-terminal",
|
"crates/lumbridge-terminal",
|
||||||
"crates/lumbridge-theme",
|
"crates/lumbridge-theme",
|
||||||
"crates/lumbridge-ui-fixture",
|
"crates/lumbridge-ui-fixture",
|
||||||
|
"tools/theme-gen",
|
||||||
]
|
]
|
||||||
exclude = ["spikes"]
|
exclude = ["spikes"]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|||||||
@@ -0,0 +1,88 @@
|
|||||||
|
# Theme attribution
|
||||||
|
|
||||||
|
Generated by `tools/theme-gen` from `assets/themes/metadata.json`. Every theme
|
||||||
|
below is adapted from an upstream TextMate/VS Code theme, redistributed here
|
||||||
|
under its own licence and vendored from `tm-themes@1.12.10`. Lumbridge stores
|
||||||
|
five anchor colours and sixteen terminal colours per theme; the licence covers
|
||||||
|
the theme file those were read from, which is checked in beside this table.
|
||||||
|
|
||||||
|
|
||||||
|
## Shipped
|
||||||
|
|
||||||
|
| Theme | Identifier | Upstream | SPDX | Licence text |
|
||||||
|
|---|---|---|---|---|
|
||||||
|
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/5a7e7059b4e14f4623eb647464570df70992528a/themes/Andromeda-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md) | [`licenses/eliverlara-andromeda.mit.txt`](licenses/eliverlara-andromeda.mit.txt) |
|
||||||
|
| Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/97f28cd3c392cb12672a25229f33c4dd420f96ea/ayu-dark.json) | [`MIT`](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | [`licenses/ayu-theme-vscode-ayu.mit.txt`](licenses/ayu-theme-vscode-ayu.mit.txt) |
|
||||||
|
| Ayu Light | `ayu-light` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/97f28cd3c392cb12672a25229f33c4dd420f96ea/ayu-light.json) | [`MIT`](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | [`licenses/ayu-theme-vscode-ayu.mit.txt`](licenses/ayu-theme-vscode-ayu.mit.txt) |
|
||||||
|
| Ayu Mirage | `ayu-mirage` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/97f28cd3c392cb12672a25229f33c4dd420f96ea/ayu-mirage.json) | [`MIT`](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | [`licenses/ayu-theme-vscode-ayu.mit.txt`](licenses/ayu-theme-vscode-ayu.mit.txt) |
|
||||||
|
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json) | [`MIT`](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [`licenses/catppuccin-vscode.mit.txt`](licenses/catppuccin-vscode.mit.txt) |
|
||||||
|
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json) | [`MIT`](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [`licenses/catppuccin-vscode.mit.txt`](licenses/catppuccin-vscode.mit.txt) |
|
||||||
|
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json) | [`MIT`](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [`licenses/catppuccin-vscode.mit.txt`](licenses/catppuccin-vscode.mit.txt) |
|
||||||
|
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json) | [`MIT`](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | [`licenses/catppuccin-vscode.mit.txt`](licenses/catppuccin-vscode.mit.txt) |
|
||||||
|
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/e061feef09c2a09a59d0a88ab186aa880b3c56c3/extensions/theme-defaults/themes/dark_plus.json) | [`MIT`](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | [`licenses/microsoft-vscode.mit.txt`](licenses/microsoft-vscode.mit.txt) |
|
||||||
|
| Dracula Theme | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [`MIT`](https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE) | [`licenses/dracula-visual-studio-code.mit.txt`](licenses/dracula-visual-studio-code.mit.txt) |
|
||||||
|
| Dracula Theme Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [`MIT`](https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE) | [`licenses/dracula-visual-studio-code.mit.txt`](licenses/dracula-visual-studio-code.mit.txt) |
|
||||||
|
| Everforest Dark | `everforest-dark` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-dark.json) | [`MIT`](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | [`licenses/sainnhe-everforest-vscode.mit.txt`](licenses/sainnhe-everforest-vscode.mit.txt) |
|
||||||
|
| Everforest Light | `everforest-light` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-light.json) | [`MIT`](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | [`licenses/sainnhe-everforest-vscode.mit.txt`](licenses/sainnhe-everforest-vscode.mit.txt) |
|
||||||
|
| GitHub Dark | `github-dark` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| GitHub Dark Default | `github-dark-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| GitHub Dark High Contrast | `github-dark-high-contrast` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| GitHub Light Default | `github-light-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| GitHub Light High Contrast | `github-light-high-contrast` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [`MIT`](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | [`licenses/primer-github-vscode-theme.mit.txt`](licenses/primer-github-vscode-theme.mit.txt) |
|
||||||
|
| Gruvbox Dark Hard | `gruvbox-dark-hard` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [`MIT`](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [`licenses/jdinhify-vscode-theme-gruvbox.mit.txt`](licenses/jdinhify-vscode-theme-gruvbox.mit.txt) |
|
||||||
|
| Gruvbox Dark Medium | `gruvbox-dark-medium` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [`MIT`](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [`licenses/jdinhify-vscode-theme-gruvbox.mit.txt`](licenses/jdinhify-vscode-theme-gruvbox.mit.txt) |
|
||||||
|
| Gruvbox Dark Soft | `gruvbox-dark-soft` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [`MIT`](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [`licenses/jdinhify-vscode-theme-gruvbox.mit.txt`](licenses/jdinhify-vscode-theme-gruvbox.mit.txt) |
|
||||||
|
| Gruvbox Light Hard | `gruvbox-light-hard` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [`MIT`](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [`licenses/jdinhify-vscode-theme-gruvbox.mit.txt`](licenses/jdinhify-vscode-theme-gruvbox.mit.txt) |
|
||||||
|
| Gruvbox Light Medium | `gruvbox-light-medium` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [`MIT`](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [`licenses/jdinhify-vscode-theme-gruvbox.mit.txt`](licenses/jdinhify-vscode-theme-gruvbox.mit.txt) |
|
||||||
|
| Gruvbox Light Soft | `gruvbox-light-soft` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [`MIT`](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [`licenses/jdinhify-vscode-theme-gruvbox.mit.txt`](licenses/jdinhify-vscode-theme-gruvbox.mit.txt) |
|
||||||
|
| Horizon | `horizon` | [alexandernanberg/horizon-theme-vscode](https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon.json) | [`MIT`](https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE) | [`licenses/alexandernanberg-horizon-theme-vscode.mit.txt`](licenses/alexandernanberg-horizon-theme-vscode.mit.txt) |
|
||||||
|
| Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [`MIT`](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | [`licenses/withastro-houston-vscode.mit.txt`](licenses/withastro-houston-vscode.mit.txt) |
|
||||||
|
| Kanagawa Dragon | `kanagawa-dragon` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/cfc400efbda65f273f50bffd32c65a4077e82fce/themes/kanagawa-dragon-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/paccodes/kanagawa-vscode-theme/main/LICENSE) | [`licenses/paccodes-kanagawa-vscode-theme.mit.txt`](licenses/paccodes-kanagawa-vscode-theme.mit.txt) |
|
||||||
|
| Kanagawa Lotus | `kanagawa-lotus` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/cfc400efbda65f273f50bffd32c65a4077e82fce/themes/kanagawa-lotus-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/paccodes/kanagawa-vscode-theme/main/LICENSE) | [`licenses/paccodes-kanagawa-vscode-theme.mit.txt`](licenses/paccodes-kanagawa-vscode-theme.mit.txt) |
|
||||||
|
| Kanagawa Wave | `kanagawa-wave` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/cfc400efbda65f273f50bffd32c65a4077e82fce/themes/kanagawa-wave-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/paccodes/kanagawa-vscode-theme/main/LICENSE) | [`licenses/paccodes-kanagawa-vscode-theme.mit.txt`](licenses/paccodes-kanagawa-vscode-theme.mit.txt) |
|
||||||
|
| LaserWave | `laserwave` | [Jaredk3nt/laserwave](https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE) | [`licenses/jaredk3nt-laserwave.mit.txt`](licenses/jaredk3nt-laserwave.mit.txt) |
|
||||||
|
| Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-defaults/themes/light_plus.json) | [`MIT`](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | [`licenses/microsoft-vscode.mit.txt`](licenses/microsoft-vscode.mit.txt) |
|
||||||
|
| Material Theme | `material-theme` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [`Apache-2.0`](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | [`licenses/antfu-vsc-material-theme.apache-2.0.txt`](licenses/antfu-vsc-material-theme.apache-2.0.txt) |
|
||||||
|
| Material Theme Darker | `material-theme-darker` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [`Apache-2.0`](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | [`licenses/antfu-vsc-material-theme.apache-2.0.txt`](licenses/antfu-vsc-material-theme.apache-2.0.txt) |
|
||||||
|
| Material Theme Ocean | `material-theme-ocean` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [`Apache-2.0`](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | [`licenses/antfu-vsc-material-theme.apache-2.0.txt`](licenses/antfu-vsc-material-theme.apache-2.0.txt) |
|
||||||
|
| Material Theme Palenight | `material-theme-palenight` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [`Apache-2.0`](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | [`licenses/antfu-vsc-material-theme.apache-2.0.txt`](licenses/antfu-vsc-material-theme.apache-2.0.txt) |
|
||||||
|
| Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [`MIT`](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | [`licenses/miguelsolorio-min-theme.mit.txt`](licenses/miguelsolorio-min-theme.mit.txt) |
|
||||||
|
| Min Light | `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json) | [`MIT`](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | [`licenses/miguelsolorio-min-theme.mit.txt`](licenses/miguelsolorio-min-theme.mit.txt) |
|
||||||
|
| Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/00c6beca4414ad306a03138e573a164bcc0f0912/extensions/theme-monokai/themes/monokai-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | [`licenses/microsoft-vscode.mit.txt`](licenses/microsoft-vscode.mit.txt) |
|
||||||
|
| Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | [`licenses/sdras-night-owl-vscode-theme.mit.txt`](licenses/sdras-night-owl-vscode-theme.mit.txt) |
|
||||||
|
| Night Owl Light | `night-owl-light` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-Light-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | [`licenses/sdras-night-owl-vscode-theme.mit.txt`](licenses/sdras-night-owl-vscode-theme.mit.txt) |
|
||||||
|
| Nord | `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | [`licenses/nordtheme-visual-studio-code.mit.txt`](licenses/nordtheme-visual-studio-code.mit.txt) |
|
||||||
|
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/194ac088df050c97ff0dd64f8a6a38221d2971ca/themes/OneDark-Pro.json) | [`MIT`](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | [`licenses/binaryify-onedark-pro.mit.txt`](licenses/binaryify-onedark-pro.mit.txt) |
|
||||||
|
| One Light | `one-light` | [akamud/vscode-theme-onelight](https://github.com/akamud/vscode-theme-onelight/blob/f1ff6b87c6379a22b34354bbf64d355cd2adc611/themes/OneLight.json) | [`MIT`](https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE) | [`licenses/akamud-vscode-theme-onelight.mit.txt`](licenses/akamud-vscode-theme-onelight.mit.txt) |
|
||||||
|
| Plastic | `plastic` | [will-stone/plastic](https://github.com/will-stone/plastic/blob/30eaf248a3ee319c85ddf254dd0cb64a443d1571/themes/main.json) | [`MIT`](https://raw.githubusercontent.com/will-stone/plastic/main/LICENSE) | [`licenses/will-stone-plastic.mit.txt`](licenses/will-stone-plastic.mit.txt) |
|
||||||
|
| Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE) | [`licenses/drcmda-poimandres-theme.mit.txt`](licenses/drcmda-poimandres-theme.mit.txt) |
|
||||||
|
| Red | `red` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/24ae5cf9707d8e79e8d11902157eeb471e135262/extensions/theme-red/themes/Red-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | [`licenses/microsoft-vscode.mit.txt`](licenses/microsoft-vscode.mit.txt) |
|
||||||
|
| Rosé Pine | `rose-pine` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE) | [`licenses/rose-pine-vscode.mit.txt`](licenses/rose-pine-vscode.mit.txt) |
|
||||||
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-dawn-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE) | [`licenses/rose-pine-vscode.mit.txt`](licenses/rose-pine-vscode.mit.txt) |
|
||||||
|
| Rosé Pine Moon | `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-moon-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE) | [`licenses/rose-pine-vscode.mit.txt`](licenses/rose-pine-vscode.mit.txt) |
|
||||||
|
| Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [`MIT`](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | [`licenses/slack-theme-visual-studio-code.mit.txt`](licenses/slack-theme-visual-studio-code.mit.txt) |
|
||||||
|
| Slack Ochin | `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json) | [`MIT`](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | [`licenses/slack-theme-visual-studio-code.mit.txt`](licenses/slack-theme-visual-studio-code.mit.txt) |
|
||||||
|
| Snazzy Light | `snazzy-light` | [loilo/vscode-snazzy-light](https://github.com/loilo/vscode-snazzy-light/blob/516646af7e1a114871698ce9090182c582899c71/themes/Snazzy-Light-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE) | [`licenses/loilo-vscode-snazzy-light.mit.txt`](licenses/loilo-vscode-snazzy-light.mit.txt) |
|
||||||
|
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/24ae5cf9707d8e79e8d11902157eeb471e135262/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | [`licenses/microsoft-vscode.mit.txt`](licenses/microsoft-vscode.mit.txt) |
|
||||||
|
| Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | [`licenses/robb0wen-synthwave-vscode.mit.txt`](licenses/robb0wen-synthwave-vscode.mit.txt) |
|
||||||
|
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/da5546bc4163a02a30d6f3ced90d4ef7dfcb8460/themes/tokyo-night-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | [`licenses/tokyo-night-tokyo-night-vscode-theme.mit.txt`](licenses/tokyo-night-tokyo-night-vscode-theme.mit.txt) |
|
||||||
|
| Vesper | `vesper` | [raunofreiberg/vesper](https://github.com/raunofreiberg/vesper/blob/9043f3849b776949445f0cd4990365959cca35a3/themes/Vesper-dark-color-theme.json) | [`MIT`](https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md) | [`licenses/raunofreiberg-vesper.mit.txt`](licenses/raunofreiberg-vesper.mit.txt) |
|
||||||
|
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-black.json) | [`MIT`](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md) | [`licenses/antfu-vscode-theme-vitesse.mit.txt`](licenses/antfu-vscode-theme-vitesse.mit.txt) |
|
||||||
|
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-dark.json) | [`MIT`](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md) | [`licenses/antfu-vscode-theme-vitesse.mit.txt`](licenses/antfu-vscode-theme-vitesse.mit.txt) |
|
||||||
|
| Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-light.json) | [`MIT`](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md) | [`licenses/antfu-vscode-theme-vitesse.mit.txt`](licenses/antfu-vscode-theme-vitesse.mit.txt) |
|
||||||
|
|
||||||
|
## Held back
|
||||||
|
|
||||||
|
Vendored so the decision can be re-measured, but absent from the catalog.
|
||||||
|
|
||||||
|
| Theme | Identifier | SPDX | Why |
|
||||||
|
|---|---|---|---|
|
||||||
|
| Horizon Bright | `horizon-bright` | `MIT` | body text measures 1.33:1 against its own surface, below the 4.5:1 floor |
|
||||||
|
| Material Theme Lighter | `material-theme-lighter` | `Apache-2.0` | body text measures 2.48:1 against its own surface, below the 4.5:1 floor |
|
||||||
|
| Solarized Light | `solarized-light` | `MIT` | body text measures 4.13:1 against its own surface, below the 4.5:1 floor |
|
||||||
|
|
||||||
|
One theme is not vendored at all: `aurora-x` is GPL-3.0, and the research
|
||||||
|
boundary in `AGENTS.md` forbids shipping GPL-derived assets from an Apache-2.0
|
||||||
|
repository. It is excluded at the vendoring step, so no copy of it exists here.
|
||||||
@@ -0,0 +1,92 @@
|
|||||||
|
# Where these theme files came from
|
||||||
|
|
||||||
|
## The pin
|
||||||
|
|
||||||
|
| | |
|
||||||
|
|---|---|
|
||||||
|
| Package | `tm-themes` |
|
||||||
|
| Version | **1.12.10** |
|
||||||
|
| Registry | `https://registry.npmjs.org/tm-themes` |
|
||||||
|
| Vendored on | 2026-09-01 |
|
||||||
|
| Files taken | `themes/*.json`, `NOTICE`, and the metadata in `index.js` |
|
||||||
|
|
||||||
|
`tm-themes` is Anthony Fu and Pine Wu's re-distribution of a set of upstream
|
||||||
|
TextMate/VS Code themes as plain JSON, MIT-licensed itself and carrying each
|
||||||
|
theme's own licence in its `NOTICE`. It is the same set Shiki bundles, and Shiki
|
||||||
|
is what Buzz loads its themes through — decision 0018 adapts Buzz's derivation,
|
||||||
|
so taking Buzz's theme set is what makes the two comparable.
|
||||||
|
|
||||||
|
`@shikijs/themes@4.1.0` — the exact version Buzz pins — was installed alongside
|
||||||
|
and diffed against this set while vendoring. For every one of the 65 themes,
|
||||||
|
extracting `editor.background`, `editor.foreground`, the comment colour, the
|
||||||
|
git-decoration colours and the sixteen terminal colours gives byte-identical
|
||||||
|
results from either package. Shiki's bundles are these files with a wrapper, so
|
||||||
|
nothing is lost by vendoring the plainer of the two.
|
||||||
|
|
||||||
|
## What is here
|
||||||
|
|
||||||
|
```
|
||||||
|
assets/themes/
|
||||||
|
SOURCE.md this file
|
||||||
|
NOTICE-THEMES.md generated: one row per theme, with licence and upstream
|
||||||
|
metadata.json generated: the pinned provenance the generator reads
|
||||||
|
licenses/ 27 licence texts, split out of tm-themes' NOTICE
|
||||||
|
tm-themes/ 64 theme files, byte-for-byte as published
|
||||||
|
```
|
||||||
|
|
||||||
|
The JSON files are **unmodified copies**. `metadata.json` records a `sha256` per
|
||||||
|
file, so the vendored tree can be checked against a fresh download:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm pack tm-themes@1.12.10 && tar xf tm-themes-1.12.10.tgz
|
||||||
|
cd package/themes && sha256sum *.json
|
||||||
|
```
|
||||||
|
|
||||||
|
`metadata.json` also carries each theme's upstream repository, the upstream
|
||||||
|
commit `sha` the theme was captured at, and the `licenseUrl` and licence file
|
||||||
|
that cover it. Those fields come from `tm-themes`' own generated metadata, not
|
||||||
|
from anywhere else, so re-pinning the package refreshes them together.
|
||||||
|
|
||||||
|
## What is *not* here, and why
|
||||||
|
|
||||||
|
**`aurora-x` is not vendored at all.** It is GPL-3.0, and the research boundary
|
||||||
|
in `AGENTS.md` says AGPL/GPL sources may be studied but not shipped from this
|
||||||
|
Apache-2.0 repository. Excluding it at the vendoring step rather than at
|
||||||
|
generation means no copy of it exists in the tree, which is the only version of
|
||||||
|
that rule that survives someone later changing the generator. It is the only
|
||||||
|
GPL theme in the set; the other 64 are 59 MIT and 5 Apache-2.0.
|
||||||
|
|
||||||
|
**Three themes are vendored but held back from the catalog**, because their body
|
||||||
|
text does not reach WCAG AA (4.5:1) against the surface Lumbridge paints under
|
||||||
|
them. These are measurements, made by `tools/theme-gen` against the files in
|
||||||
|
this directory, and they are re-made on every run:
|
||||||
|
|
||||||
|
| Theme | Measured | Why it measures that |
|
||||||
|
|---|---|---|
|
||||||
|
| `horizon-bright` | 1.33:1 | declares no `editor.foreground`, so it inherits the stock `#d4d4d4` and puts near-white text on a near-white background |
|
||||||
|
| `material-theme-lighter` | 2.48:1 | `#90A4AE` body text on `#FAFAFA` |
|
||||||
|
| `solarized-light` | 4.13:1 | `#657B83` on `#FDF6E3` — Solarized's own design, and just under the line |
|
||||||
|
|
||||||
|
They stay vendored so the measurement can be re-run and argued with rather than
|
||||||
|
taken on trust. `horizon` (the dark variant) has the same missing
|
||||||
|
`editor.foreground` and inherits the same stock colour, but at 11.22:1 it is
|
||||||
|
readable, so it ships.
|
||||||
|
|
||||||
|
## Re-pinning
|
||||||
|
|
||||||
|
1. `npm pack tm-themes@<version>` into a scratch directory and unpack it.
|
||||||
|
2. Copy `themes/*.json` here, **skipping every theme whose `license` in
|
||||||
|
`index.js` matches GPL or AGPL**, and refresh `metadata.json` from
|
||||||
|
`index.js`, adding a `sha256` of each copied file.
|
||||||
|
3. Split `NOTICE` into `licenses/`, one file per distinct licence text, named
|
||||||
|
for the upstream repository and its SPDX id.
|
||||||
|
4. `cargo run -p theme-gen` to rewrite the catalog and `NOTICE-THEMES.md`.
|
||||||
|
5. `cargo test -p lumbridge-theme` — the contrast, distinctness and
|
||||||
|
golden-vector tests all read the regenerated files.
|
||||||
|
6. Regenerate the golden vectors only if the derivation itself changed; see
|
||||||
|
`tools/theme-gen/reference/`. They need the Buzz checkout, which lives
|
||||||
|
outside this repository.
|
||||||
|
|
||||||
|
Review the diff at step 4. That is the point of the generator being a binary
|
||||||
|
rather than a `build.rs`: a colour that moves because an upstream theme moved
|
||||||
|
should be visible in a pull request.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015 Mahmoud Ali
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 Jonathan Olaleye
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,201 @@
|
|||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "{}"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright 2017 Mattia Astorino
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2020 Primer
|
||||||
|
Copyright (c) 2021 Anthony Fu
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2016 Ike Kurghinyan
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2013-2022 Binaryify
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2021 Catppuccin
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2016 Dracula Theme
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2023 drcmda
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
Copyright (c) 2017 <eliverlara@gmail.com>
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Jared Jones
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
Copyright © 2017 JD
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
Copyright (c) 2020 Florian Reuschel
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2015 - present Microsoft Corporation
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018-2021 Miguel Solorio
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2016-present Sven Greb <development@svengreb.de> (https://www.svengreb.de)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2025 Pierre-Alain Castella
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2020 Primer
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2023 Rauno Freiberg
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Robb Owen
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2021 Rosé Pine
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2020 sainnhe
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 Sarah Drasner
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017 Felipe Mendes
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2018-present Enkia
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017-present, Will Stone
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2022 The Astro Technology Company
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -0,0 +1,770 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "andromeeda",
|
||||||
|
"displayName": "Andromeeda",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/EliverLara/Andromeda/blob/5a7e7059b4e14f4623eb647464570df70992528a/themes/Andromeda-color-theme.json",
|
||||||
|
"sha": "5a7e7059b4e14f4623eb647464570df70992528a",
|
||||||
|
"hash": "JNa5tmkFrwURbGnjeOcFLuVbi6SkXKY_fyrwqWgOUAY",
|
||||||
|
"sha256": "7a02578e92e5cf56584107156fda0a64d29a2633296d16c06b0ac03337bcc225",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/eliverlara-andromeda.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ayu-dark",
|
||||||
|
"displayName": "Ayu Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/ayu-theme/vscode-ayu/blob/97f28cd3c392cb12672a25229f33c4dd420f96ea/ayu-dark.json",
|
||||||
|
"sha": "97f28cd3c392cb12672a25229f33c4dd420f96ea",
|
||||||
|
"hash": "GeWRMtz8-qUEWnn_-j2-C0RsD7zCPg_xmGYlgmRqwvA",
|
||||||
|
"sha256": "d12ec5d45edf0c6dd1b70eafffd1a1990800614dbddcb67ae9722a48bc73afd3",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/ayu-theme-vscode-ayu.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ayu-light",
|
||||||
|
"displayName": "Ayu Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/ayu-theme/vscode-ayu/blob/97f28cd3c392cb12672a25229f33c4dd420f96ea/ayu-light.json",
|
||||||
|
"sha": "97f28cd3c392cb12672a25229f33c4dd420f96ea",
|
||||||
|
"hash": "h3WXtbM3gpLYsMU2ov0s74LNdfU5KC65osp0Ony1n0w",
|
||||||
|
"sha256": "5ccdc6750d014d51a1ea0b8eedf236d9b6d84dbc91770d653fa040098d3c2b3e",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/ayu-theme-vscode-ayu.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ayu-mirage",
|
||||||
|
"displayName": "Ayu Mirage",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/ayu-theme/vscode-ayu/blob/97f28cd3c392cb12672a25229f33c4dd420f96ea/ayu-mirage.json",
|
||||||
|
"sha": "97f28cd3c392cb12672a25229f33c4dd420f96ea",
|
||||||
|
"hash": "ywB3FxtvA9uE5A9b2eAPKnnztVkkDNQMti1LNU4IeIk",
|
||||||
|
"sha256": "bfcb47de92bb5891ec0d2a324c17a5410680dd790349c39d5b22032a992e1003",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/ayu-theme-vscode-ayu.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "catppuccin-frappe",
|
||||||
|
"displayName": "Catppuccin Frappé",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json",
|
||||||
|
"sha": "befc9e6fc41980f4241408f7049755d47c06ff45",
|
||||||
|
"hash": "aviMsDDJEoDyrl62ov29JbX6_F4WM4y9U_k5cRdn6Mg",
|
||||||
|
"sha256": "ceab2a80285c41a3d22a896028c556d2639e944b155061c05d4e8db29860309f",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/catppuccin-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "catppuccin-latte",
|
||||||
|
"displayName": "Catppuccin Latte",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json",
|
||||||
|
"sha": "befc9e6fc41980f4241408f7049755d47c06ff45",
|
||||||
|
"hash": "XJoRN_SXsO7yrLQ8wGxFa7l3U4Zy6IdFQSAaYhZ22mg",
|
||||||
|
"sha256": "6f6a644bdfc2f9f726fbe4500019c115dd6a18ba0116357537bcc44ca782d1a5",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/catppuccin-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "catppuccin-macchiato",
|
||||||
|
"displayName": "Catppuccin Macchiato",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json",
|
||||||
|
"sha": "befc9e6fc41980f4241408f7049755d47c06ff45",
|
||||||
|
"hash": "K90VRXIXB8Fe69PfAAGrinP0P60JlwxpdNsZADfoFYQ",
|
||||||
|
"sha256": "838fb5a0d482907a558b5a4bf43976b7249e6cbe0c3f6e0074af99ab691192d2",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/catppuccin-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "catppuccin-mocha",
|
||||||
|
"displayName": "Catppuccin Mocha",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/catppuccin/vscode/blob/befc9e6fc41980f4241408f7049755d47c06ff45/packages/catppuccin-vsc/package.json",
|
||||||
|
"sha": "befc9e6fc41980f4241408f7049755d47c06ff45",
|
||||||
|
"hash": "h6MlaNe3PXJXWCgxOqFNgG2t2A2y102K-at-0oUKiIo",
|
||||||
|
"sha256": "43298c436f7527ef2deee6c5af9fbea61f5eaf547f5b36295c00654e87a9bd88",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/catppuccin-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dark-plus",
|
||||||
|
"displayName": "Dark Plus",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/microsoft/vscode/blob/e061feef09c2a09a59d0a88ab186aa880b3c56c3/extensions/theme-defaults/themes/dark_plus.json",
|
||||||
|
"sha": "e061feef09c2a09a59d0a88ab186aa880b3c56c3",
|
||||||
|
"hash": "47yoOY9wrROQ7vjmwIwjIWC07zcOr0Eb5KEUtW0Ca28",
|
||||||
|
"sha256": "9defc2bdb15852177f5937bd4b4d5a822c8bc1eeffddb6b741890a887f0683be",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/microsoft-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dracula",
|
||||||
|
"displayName": "Dracula Theme",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml",
|
||||||
|
"sha": "61743d6ea21cde34d9ad1009ec784ffe6f5e457c",
|
||||||
|
"hash": "z0956tzwuw7az3ARt7wPQZPPZjAdXj0PD9TZwq-0v0A",
|
||||||
|
"sha256": "f026b056d5321f7e8469fd811ced975d98e0222a2515d27879f149f751763573",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/dracula-visual-studio-code.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dracula-soft",
|
||||||
|
"displayName": "Dracula Theme Soft",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml",
|
||||||
|
"sha": "61743d6ea21cde34d9ad1009ec784ffe6f5e457c",
|
||||||
|
"hash": "t1Vr8knQeHOFfYojUMsPjqZmGC0AKaIwMffM4GQ7uos",
|
||||||
|
"sha256": "e03231d5b1b17910a1f71db90b3bdaa6bc4dc0aae9f9d8bba552fbeb7e13bd39",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/dracula-visual-studio-code.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "everforest-dark",
|
||||||
|
"displayName": "Everforest Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-dark.json",
|
||||||
|
"sha": "b039b30727868d77108ec85f0be66e6d80a9bc1f",
|
||||||
|
"hash": "zuStoqdej8hZ5pSdFL0b_7w70z6cgUfxyLQ6l36aFxc",
|
||||||
|
"sha256": "cd9bf71333f0296d3cb6b83e25cab67356ce9631cba415762719a9232c2f5a98",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/sainnhe-everforest-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "everforest-light",
|
||||||
|
"displayName": "Everforest Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-light.json",
|
||||||
|
"sha": "b039b30727868d77108ec85f0be66e6d80a9bc1f",
|
||||||
|
"hash": "5fIl20vLOTn2ZuDclhbVsK07LHRRrLF258dI4pS5eZc",
|
||||||
|
"sha256": "5a1d79eb1d563e6d560bf95fc787d1f02e02c74c88ecbc99803e0c180553f281",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/sainnhe-everforest-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-dark",
|
||||||
|
"displayName": "GitHub Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "zyKaBTjmsJSq5QiKmReFfJptymPJY57o3cSENDoUNtw",
|
||||||
|
"sha256": "69b7a9693e9814d478a7d1fdafa52c24cb609b0b0832f50c0a415bf988364d91",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-dark-default",
|
||||||
|
"displayName": "GitHub Dark Default",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "4E6NvYDQnRlRuJX3caPQld2IWB1MeyUb0TJIgpAWp_s",
|
||||||
|
"sha256": "82ed36bb46a16e69056d2b8f67d217bb6e1ae465cc03479548040ef78bde8632",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-dark-dimmed",
|
||||||
|
"displayName": "GitHub Dark Dimmed",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "NWaEL-yV7O-l_sSndpdHaH4V9sMIlIpIWxJpGEpbjak",
|
||||||
|
"sha256": "d862633306756cdbc299fb7652cb996883067b3f6e1dde36243605f13572c60d",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-dark-high-contrast",
|
||||||
|
"displayName": "GitHub Dark High Contrast",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "nYfBiBCNKAly85hhr-BSfSzDU0n4wF0vZxsDsB6sS5g",
|
||||||
|
"sha256": "5804aa288ff5efebf57d650be8a65e7020ea444d67feb17ed4371399ee002162",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-light",
|
||||||
|
"displayName": "GitHub Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "JzFpVMN1jRIJm7oKVQM9dcvbI22K776ImM75RjZP27k",
|
||||||
|
"sha256": "711147741f72fc0db072b09a28de8bedb8984997d572cee9c52c47fa409f17d8",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-light-default",
|
||||||
|
"displayName": "GitHub Light Default",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "hirg13mpTH9XvQX3HtD0FIA9AxnHxK60FnLIz_GZ2s4",
|
||||||
|
"sha256": "6254983def23d3bb79bf10ee0b95b923c810e50242deacb283ee9761093937e8",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "github-light-high-contrast",
|
||||||
|
"displayName": "GitHub Light High Contrast",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js",
|
||||||
|
"sha": "f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8",
|
||||||
|
"hash": "h_omJ2HPaBGoluj9BbOFTlShurKQEg8a-CEgRyxKUjw",
|
||||||
|
"sha256": "0d5ea6c82c5113f429873170391dea84642e978c497988aad77b9b8b42270ad2",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/primer-github-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gruvbox-dark-hard",
|
||||||
|
"displayName": "Gruvbox Dark Hard",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts",
|
||||||
|
"sha": "f0d6e1fc1f325da636b90591eccc45d2f44738fd",
|
||||||
|
"hash": "3ztm_oHkNarXr39Tpb8WkrxPtlwhjSX-4K-xvwoVZiM",
|
||||||
|
"sha256": "9be0598abfdf9b0e1e0790aed1ff76f39cb752a4d0903c8ec558cce92adff69c",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/jdinhify-vscode-theme-gruvbox.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gruvbox-dark-medium",
|
||||||
|
"displayName": "Gruvbox Dark Medium",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts",
|
||||||
|
"sha": "f0d6e1fc1f325da636b90591eccc45d2f44738fd",
|
||||||
|
"hash": "eCWEnDlKTKkY1esmzCl6bzqwulLegKHjgsnpFwuicMo",
|
||||||
|
"sha256": "8d301867af3eb863e1ae289e8657264e244ffbf2c12f4c40cd13635b102f0046",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/jdinhify-vscode-theme-gruvbox.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gruvbox-dark-soft",
|
||||||
|
"displayName": "Gruvbox Dark Soft",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts",
|
||||||
|
"sha": "f0d6e1fc1f325da636b90591eccc45d2f44738fd",
|
||||||
|
"hash": "eq8GMndteUw1xmNWP6JMIpm4L72UMnIJcfc5m1V4P3A",
|
||||||
|
"sha256": "18af82a9166c19dfb93abf535ac6a50264213440779f23f193a4194b85e41df7",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/jdinhify-vscode-theme-gruvbox.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gruvbox-light-hard",
|
||||||
|
"displayName": "Gruvbox Light Hard",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts",
|
||||||
|
"sha": "f0d6e1fc1f325da636b90591eccc45d2f44738fd",
|
||||||
|
"hash": "LNoH9VD-BiP09VpuTeCwam8110rtB_rSR_HKX4siT2w",
|
||||||
|
"sha256": "84d9987e9eb3d2cd690a0ba20b265d25cb1d9f9f8907c24d9ab1be6cfd90d7fc",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/jdinhify-vscode-theme-gruvbox.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gruvbox-light-medium",
|
||||||
|
"displayName": "Gruvbox Light Medium",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts",
|
||||||
|
"sha": "f0d6e1fc1f325da636b90591eccc45d2f44738fd",
|
||||||
|
"hash": "DrULV_No7pbpf_humQ9XBFgB0xbHEZbWbV0b80m6VVA",
|
||||||
|
"sha256": "0fee7e7311f0c1c7b15d01cdb327b9651f7220b1702a3bdfcf9b1ead55752d5b",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/jdinhify-vscode-theme-gruvbox.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gruvbox-light-soft",
|
||||||
|
"displayName": "Gruvbox Light Soft",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts",
|
||||||
|
"sha": "f0d6e1fc1f325da636b90591eccc45d2f44738fd",
|
||||||
|
"hash": "Vvb65EHk_HAHPp8d81dZVhE_ZvaxKeu7YpjCdAt9y-w",
|
||||||
|
"sha256": "5f2077c4830cda0fc8e325b77ba42bbce1a0c3875ad02f869c3ba10d72e19814",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/jdinhify-vscode-theme-gruvbox.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "horizon",
|
||||||
|
"displayName": "Horizon",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon.json",
|
||||||
|
"sha": "83c848d0efd5d57ac7c9d868b53ae375d8a27692",
|
||||||
|
"hash": "3q8AzFpmEpKQDZ6S4XM5-5D2Rw73_dU66vQ4_2cTkkM",
|
||||||
|
"sha256": "9efc612d085200c30766c92420382bb4904f7526701d223ef2a17f6a70ab455b",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/alexandernanberg-horizon-theme-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "horizon-bright",
|
||||||
|
"displayName": "Horizon Bright",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon-bright.json",
|
||||||
|
"sha": "83c848d0efd5d57ac7c9d868b53ae375d8a27692",
|
||||||
|
"hash": "3dbPBtPQPwEpJpqhjcJ_TtOXtACsioXYAfUihmcSwoU",
|
||||||
|
"sha256": "a6699c9600647c18f8cc1db8963d8912c08a8e68e5a53f5b3eb15a24465d8d62",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/alexandernanberg-horizon-theme-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "houston",
|
||||||
|
"displayName": "Houston",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json",
|
||||||
|
"sha": "d297233be95e3f8fdecc22e4ffa92bb0e7265592",
|
||||||
|
"hash": "yD27Y-MmNsLs7ty9UozFBYWTcrgU4E59_Aas_46qqy0",
|
||||||
|
"sha256": "89b705970a1bde0a9c6b76a9be737851c69fa080fd0ddbf723b78fbf7f5b49e1",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/withastro-houston-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kanagawa-dragon",
|
||||||
|
"displayName": "Kanagawa Dragon",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/metapho-re/kanagawa-vscode-theme/blob/cfc400efbda65f273f50bffd32c65a4077e82fce/themes/kanagawa-dragon-color-theme.json",
|
||||||
|
"sha": "cfc400efbda65f273f50bffd32c65a4077e82fce",
|
||||||
|
"hash": "6vSUGV5rZRGNmn8oGs1OME4WyxeaKdnyOk3C4YJkF4I",
|
||||||
|
"sha256": "158319f1b8fa8893522ce960aa17dfa2cdc986caaedd5acc7bc1a6474c15a9ce",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/paccodes/kanagawa-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/paccodes-kanagawa-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kanagawa-lotus",
|
||||||
|
"displayName": "Kanagawa Lotus",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/metapho-re/kanagawa-vscode-theme/blob/cfc400efbda65f273f50bffd32c65a4077e82fce/themes/kanagawa-lotus-color-theme.json",
|
||||||
|
"sha": "cfc400efbda65f273f50bffd32c65a4077e82fce",
|
||||||
|
"hash": "raAMD28KZ4VT_KY2f6Tsf_1Rj-mcl3R4UooGGD1TmFA",
|
||||||
|
"sha256": "caa3ec0d80c5bf21693573ba026166220b01aa52f7587d90faba8b89e3dd5ca6",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/paccodes/kanagawa-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/paccodes-kanagawa-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kanagawa-wave",
|
||||||
|
"displayName": "Kanagawa Wave",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/metapho-re/kanagawa-vscode-theme/blob/cfc400efbda65f273f50bffd32c65a4077e82fce/themes/kanagawa-wave-color-theme.json",
|
||||||
|
"sha": "cfc400efbda65f273f50bffd32c65a4077e82fce",
|
||||||
|
"hash": "U5QXanoJy_ONpqo9jZkqrDWLAF5rrNHqOFp8FuGiMVE",
|
||||||
|
"sha256": "7efdd421e37c8f7f029317a9747baaa67fae2d5c21d745c21529aac4ffafa734",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/paccodes/kanagawa-vscode-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/paccodes-kanagawa-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "laserwave",
|
||||||
|
"displayName": "LaserWave",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json",
|
||||||
|
"sha": "f768285c659425fbb6ec5642085df4902f8a8d92",
|
||||||
|
"hash": "Seeh-rUB09h0bkMIQQGnHMer_7_cB5Cm-VLrKaSysGw",
|
||||||
|
"sha256": "55b33280084adf04a188073eec8ed6412b800169d18b85bd33e1f0807170d700",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/jaredk3nt-laserwave.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "light-plus",
|
||||||
|
"displayName": "Light Plus",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-defaults/themes/light_plus.json",
|
||||||
|
"sha": "09fe3fcbc1514bc35742dc4325d05b7d7adfcad2",
|
||||||
|
"hash": "YAj58fRkK9lYjNJ2VnK-8AwJ6DnEGO-RUZQ4MYg4Ul4",
|
||||||
|
"sha256": "704d9d039c566596c85d2d2e0a8e16153b260b3f953278102fbdd70f19cc95ff",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/microsoft-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "material-theme",
|
||||||
|
"displayName": "Material Theme",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts",
|
||||||
|
"sha": "f09de7a2970defaed43d8e293b4d3ac4e350e71b",
|
||||||
|
"hash": "mKsHZKREB1cNw-dFvU6NTmk5iciXb-qdIlQuk5OrucY",
|
||||||
|
"sha256": "211a8e2026c27b1a039bada9e3f06128b01a76c1791d81e7989cb41130d3a32f",
|
||||||
|
"spdx": "Apache-2.0",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/antfu-vsc-material-theme.apache-2.0.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "material-theme-darker",
|
||||||
|
"displayName": "Material Theme Darker",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts",
|
||||||
|
"sha": "f09de7a2970defaed43d8e293b4d3ac4e350e71b",
|
||||||
|
"hash": "UUKYX026ig6MexHF46MMG4BbQ2g-ZcIPVaLQ4fd3vjw",
|
||||||
|
"sha256": "c906002a1229bc5e4e699ff7f0913f3429bcd6cf532702a969ac28cde189cfd6",
|
||||||
|
"spdx": "Apache-2.0",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/antfu-vsc-material-theme.apache-2.0.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "material-theme-lighter",
|
||||||
|
"displayName": "Material Theme Lighter",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts",
|
||||||
|
"sha": "f09de7a2970defaed43d8e293b4d3ac4e350e71b",
|
||||||
|
"hash": "yCZVpXw6aBfqamS9GoDw4md3tRlbwV0dkateuUf-UVQ",
|
||||||
|
"sha256": "ff5725bd2d243d2e10028443af828d61d837099660aec8ea7f55048ef26872f9",
|
||||||
|
"spdx": "Apache-2.0",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/antfu-vsc-material-theme.apache-2.0.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "material-theme-ocean",
|
||||||
|
"displayName": "Material Theme Ocean",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts",
|
||||||
|
"sha": "f09de7a2970defaed43d8e293b4d3ac4e350e71b",
|
||||||
|
"hash": "2b-SLiUo0JXJyqgP-LT-XNdEyU7oEZxF0PJiOkIOiHE",
|
||||||
|
"sha256": "ebe798f6238dc9e4a431aeceaafaec484d363ab23f2f74f40966a9e6f511a0fc",
|
||||||
|
"spdx": "Apache-2.0",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/antfu-vsc-material-theme.apache-2.0.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "material-theme-palenight",
|
||||||
|
"displayName": "Material Theme Palenight",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts",
|
||||||
|
"sha": "f09de7a2970defaed43d8e293b4d3ac4e350e71b",
|
||||||
|
"hash": "8iW38C_gQULFfct2bFmRNrfeKomDHoHQchKMCnYZYhI",
|
||||||
|
"sha256": "bc9a2a21201b38c23549b77772956d5a190289166635f337ee5dec7aa5b9f6db",
|
||||||
|
"spdx": "Apache-2.0",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/antfu-vsc-material-theme.apache-2.0.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "min-dark",
|
||||||
|
"displayName": "Min Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json",
|
||||||
|
"sha": "4641b5d395b9a3506572ec717e80ae8c7cdaae2a",
|
||||||
|
"hash": "FEbBLoKZxEvYa4b-QJYBcie75a0ffsvTXiabxTk_FnA",
|
||||||
|
"sha256": "cb02499c9e59675edd0a80f83ceace1493deb60b167d6c8b1c65d62364b8dbc2",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/miguelsolorio-min-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "min-light",
|
||||||
|
"displayName": "Min Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json",
|
||||||
|
"sha": "4641b5d395b9a3506572ec717e80ae8c7cdaae2a",
|
||||||
|
"hash": "2LHfOz1iq7nuKWuhx86kJSIrbSIXKMoJPi86uQBzziM",
|
||||||
|
"sha256": "b8b5be2b8e1ba7f8c2e3bfb9aed4b1b87969980a602bec7eb2b14e56e21a64fc",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/miguelsolorio-min-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "monokai",
|
||||||
|
"displayName": "Monokai",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/microsoft/vscode/blob/00c6beca4414ad306a03138e573a164bcc0f0912/extensions/theme-monokai/themes/monokai-color-theme.json",
|
||||||
|
"sha": "00c6beca4414ad306a03138e573a164bcc0f0912",
|
||||||
|
"hash": "0WU-FmkuI9Hn4A63_OJsfWbswcrFSgCtpK5mo6B5WYM",
|
||||||
|
"sha256": "641dc494bc87866611557569c95b080a79b4ceae0f466be9a57bdee8807acdfe",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/microsoft-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "night-owl",
|
||||||
|
"displayName": "Night Owl",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json",
|
||||||
|
"sha": "d298950d6378c36c027f1387e307ebf3f145fc90",
|
||||||
|
"hash": "jQrCN5XBlMEznW7YhHqmI6_zmW5qAlIibADYwNnBiTY",
|
||||||
|
"sha256": "dda3b16f82e8cf18c429401a5a07cd5b60253f6b252657c0a7a51a36d1ad74f6",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/sdras-night-owl-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "night-owl-light",
|
||||||
|
"displayName": "Night Owl Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-Light-color-theme.json",
|
||||||
|
"sha": "d298950d6378c36c027f1387e307ebf3f145fc90",
|
||||||
|
"hash": "dYHbLc_KlUFirnBal4ukskZgg43RUS-ZHmzhkmu5ArA",
|
||||||
|
"sha256": "ca4a996704d562e7eb46cbacdc8e32b128c6118ec79181749566488c8ff4a6ba",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/sdras-night-owl-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "nord",
|
||||||
|
"displayName": "Nord",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json",
|
||||||
|
"sha": "27045851c5154fe2d9b116e7491c596cdcd72275",
|
||||||
|
"hash": "iFA3XJ9vT-uwIbCQitJQox3xRoGOQ7zGQ8RW_WKcRo0",
|
||||||
|
"sha256": "0ea054997b6bbe5ca17baae04576190ca34ab06e52908d8831a6cca91b49d090",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license",
|
||||||
|
"licenseFile": "licenses/nordtheme-visual-studio-code.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "one-dark-pro",
|
||||||
|
"displayName": "One Dark Pro",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/Binaryify/OneDark-Pro/blob/194ac088df050c97ff0dd64f8a6a38221d2971ca/themes/OneDark-Pro.json",
|
||||||
|
"sha": "194ac088df050c97ff0dd64f8a6a38221d2971ca",
|
||||||
|
"hash": "o73jqD6py7Ewe4S5LFhbVxwcCorplCxF738TRqL1EoE",
|
||||||
|
"sha256": "0f56954abb6e00ecab99bea771702b61021927393119042e5998a6c1d793c1fc",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/binaryify-onedark-pro.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "one-light",
|
||||||
|
"displayName": "One Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/akamud/vscode-theme-onelight/blob/f1ff6b87c6379a22b34354bbf64d355cd2adc611/themes/OneLight.json",
|
||||||
|
"sha": "f1ff6b87c6379a22b34354bbf64d355cd2adc611",
|
||||||
|
"hash": "BTC5SDDFLqjKJtv_okGv6wRd9SRe-eREhVdph6Fl0tg",
|
||||||
|
"sha256": "cd90b4b872605b8bc5bb5c2148927e19f8376ed2740a8100b1c9b525da7cc864",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/akamud-vscode-theme-onelight.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "plastic",
|
||||||
|
"displayName": "Plastic",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/will-stone/plastic/blob/30eaf248a3ee319c85ddf254dd0cb64a443d1571/themes/main.json",
|
||||||
|
"sha": "30eaf248a3ee319c85ddf254dd0cb64a443d1571",
|
||||||
|
"hash": "X8CzgJ4ahYdtR-TDwCyfBgsVp5f0bT4Tg921h7ZnYwM",
|
||||||
|
"sha256": "dde7dfb791cf32ba9871e1d769f6bf025847f67eba028baa59ba082bc3091d38",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/will-stone/plastic/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/will-stone-plastic.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "poimandres",
|
||||||
|
"displayName": "Poimandres",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json",
|
||||||
|
"sha": "574213aba50e3a46a95fa86a69025a0fae046a8a",
|
||||||
|
"hash": "Z7S37sG_7EHzYSYm-8GjXDFWRLknzf3Bp4YeDFTwPyQ",
|
||||||
|
"sha256": "29f90ecf3e070306216868227b38ec81b458d931d2759256064abc05600cf817",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/drcmda-poimandres-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "red",
|
||||||
|
"displayName": "Red",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/microsoft/vscode/blob/24ae5cf9707d8e79e8d11902157eeb471e135262/extensions/theme-red/themes/Red-color-theme.json",
|
||||||
|
"sha": "24ae5cf9707d8e79e8d11902157eeb471e135262",
|
||||||
|
"hash": "mw1SqtU-Zz0ryhK3OMrZVnoF5n0bQBsdH1uLvyod9TE",
|
||||||
|
"sha256": "9600f0b13847db2ec0888dcff40d5f27cbc71758f3df101db998c97a8defe2e2",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/microsoft-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rose-pine",
|
||||||
|
"displayName": "Rosé Pine",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-color-theme.json",
|
||||||
|
"sha": "c9c08b4fe4131b8c686631046b8ce9223613fd24",
|
||||||
|
"hash": "3jLX0kW9l8FE0h4LN3lPqEpcSY_Xa9YtWRW7idwV2MI",
|
||||||
|
"sha256": "e7a308d28bd7328696448e134057c1a9be2f11554b3d6ea7ad0800804d47b7c8",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/rose-pine-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rose-pine-dawn",
|
||||||
|
"displayName": "Rosé Pine Dawn",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-dawn-color-theme.json",
|
||||||
|
"sha": "c9c08b4fe4131b8c686631046b8ce9223613fd24",
|
||||||
|
"hash": "vBkjRZcgmoIT7LskT5Lm4HmHS6KZwwb6rjMGjzfx_VE",
|
||||||
|
"sha256": "9553200699233f23be58851bdd5deac89cdc23a0112bf15910993869c38c15a2",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/rose-pine-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rose-pine-moon",
|
||||||
|
"displayName": "Rosé Pine Moon",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/rose-pine/vscode/blob/c9c08b4fe4131b8c686631046b8ce9223613fd24/themes/rose-pine-moon-color-theme.json",
|
||||||
|
"sha": "c9c08b4fe4131b8c686631046b8ce9223613fd24",
|
||||||
|
"hash": "poa2Z53eT0Pn4wBC521XaRrjoawwt1ydB3LtscLE2Dk",
|
||||||
|
"sha256": "d482cd50102dfd156a795b476b1796a8abe2584d8dbb58e0e1e697fed0e34bf4",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/rose-pine/vscode/main/LICENSE",
|
||||||
|
"licenseFile": "licenses/rose-pine-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "slack-dark",
|
||||||
|
"displayName": "Slack Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json",
|
||||||
|
"sha": "28cd093d2aac9bfe0d3b96d468efa73a1d6639c2",
|
||||||
|
"hash": "6_NXtXzYfaXODzejPIruwGDpZAS2Fgs77p5zyE1-DpE",
|
||||||
|
"sha256": "8934af48cc12a75afaf8a84d52e94624c9bf83cbf0c774eb2b6542bbf3d98240",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License",
|
||||||
|
"licenseFile": "licenses/slack-theme-visual-studio-code.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "slack-ochin",
|
||||||
|
"displayName": "Slack Ochin",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json",
|
||||||
|
"sha": "572452d0da20d384858b28ad14e110ee5daac411",
|
||||||
|
"hash": "HGn3arwZByocvHN-it3J2uXPSxVaM62AUAEMTL6UbY0",
|
||||||
|
"sha256": "84c17b25450fbe2730bd95554ce02981b00b4188f1fef5de37bc916490c7fda3",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License",
|
||||||
|
"licenseFile": "licenses/slack-theme-visual-studio-code.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "snazzy-light",
|
||||||
|
"displayName": "Snazzy Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/loilo/vscode-snazzy-light/blob/516646af7e1a114871698ce9090182c582899c71/themes/Snazzy-Light-color-theme.json",
|
||||||
|
"sha": "516646af7e1a114871698ce9090182c582899c71",
|
||||||
|
"hash": "9JKQGPGVc9RSHhcVFFIpgxzYlkktmBBQT716vYb8WHQ",
|
||||||
|
"sha256": "2d5fb123df63a346aa768d19970969319bbb7ec90e9aa23f123b51bac96df08a",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/loilo-vscode-snazzy-light.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "solarized-dark",
|
||||||
|
"displayName": "Solarized Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/microsoft/vscode/blob/24ae5cf9707d8e79e8d11902157eeb471e135262/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json",
|
||||||
|
"sha": "24ae5cf9707d8e79e8d11902157eeb471e135262",
|
||||||
|
"hash": "PuLEQfCoIyH1SUZSG4j4HCTOZ0hHazC15huui9GLsu4",
|
||||||
|
"sha256": "bb504ded8b8b1162dbdb370d79f8da38a0101463dd20353295cae94546689f0c",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/microsoft-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "solarized-light",
|
||||||
|
"displayName": "Solarized Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/microsoft/vscode/blob/24ae5cf9707d8e79e8d11902157eeb471e135262/extensions/theme-solarized-light/themes/solarized-light-color-theme.json",
|
||||||
|
"sha": "24ae5cf9707d8e79e8d11902157eeb471e135262",
|
||||||
|
"hash": "jeSv8gQyalLns7e6yfexhmmcxUgJwHNMuORaDea7pk8",
|
||||||
|
"sha256": "e91e6fa0fed0473dc09e331638c656e361f65cb2efcc844b59cfcd6417b17120",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/microsoft-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "synthwave-84",
|
||||||
|
"displayName": "Synthwave '84",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json",
|
||||||
|
"sha": "7eaf45c07650295625e1e5ea73274fc50f9ea3c1",
|
||||||
|
"hash": "rXOK8Tj30ibvONSW7GPeGc8udCa5x9Wv53Gdv3GpKfI",
|
||||||
|
"sha256": "72fbd749421a297dcb8f5c05b81b48cbb2755dc2e102b4f7595def76b76227f1",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE",
|
||||||
|
"licenseFile": "licenses/robb0wen-synthwave-vscode.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tokyo-night",
|
||||||
|
"displayName": "Tokyo Night",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/enkia/tokyo-night-vscode-theme/blob/da5546bc4163a02a30d6f3ced90d4ef7dfcb8460/themes/tokyo-night-color-theme.json",
|
||||||
|
"sha": "da5546bc4163a02a30d6f3ced90d4ef7dfcb8460",
|
||||||
|
"hash": "TCdTUUA8-O4PQA5FCUpSOb0M4JombaZ2u9YnUdnKmnI",
|
||||||
|
"sha256": "b77b29c07cceabd70495101d64f1acd350965be209fc13f33ec246cc5f06da01",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt",
|
||||||
|
"licenseFile": "licenses/tokyo-night-tokyo-night-vscode-theme.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vesper",
|
||||||
|
"displayName": "Vesper",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/raunofreiberg/vesper/blob/9043f3849b776949445f0cd4990365959cca35a3/themes/Vesper-dark-color-theme.json",
|
||||||
|
"sha": "9043f3849b776949445f0cd4990365959cca35a3",
|
||||||
|
"hash": "o4gmIv0cI1oM06gJst19s-3kBsR3170RaiRcR0179UI",
|
||||||
|
"sha256": "49941f05b0071448272bdd7b2739af5dd954d81c706df6e9965506bcd0b397b6",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/raunofreiberg-vesper.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vitesse-black",
|
||||||
|
"displayName": "Vitesse Black",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-black.json",
|
||||||
|
"sha": "625a5e6fffd15e440e574f353ae0ba777b41d47f",
|
||||||
|
"hash": "PbXaTHC8ftCpObIk78QP3U-IcoDCbgdBIWghUfr6JzU",
|
||||||
|
"sha256": "300c2bc38cb890b7c37c1a7ba473ef1256309cd12dc3679d30f5e8e1259aa494",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/antfu-vscode-theme-vitesse.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vitesse-dark",
|
||||||
|
"displayName": "Vitesse Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"source": "https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-dark.json",
|
||||||
|
"sha": "625a5e6fffd15e440e574f353ae0ba777b41d47f",
|
||||||
|
"hash": "hAHFaaEAj_0pdxweV6SmgoAlzeJoSrV5X9QTI5atqcU",
|
||||||
|
"sha256": "fde16183d942cc7beb22b8bb19e41fcd203656e0ee151e7af8fea703c2a0db22",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/antfu-vscode-theme-vitesse.mit.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vitesse-light",
|
||||||
|
"displayName": "Vitesse Light",
|
||||||
|
"type": "light",
|
||||||
|
"source": "https://github.com/antfu/vscode-theme-vitesse/blob/625a5e6fffd15e440e574f353ae0ba777b41d47f/themes/vitesse-light.json",
|
||||||
|
"sha": "625a5e6fffd15e440e574f353ae0ba777b41d47f",
|
||||||
|
"hash": "CIJ5derYw8_T-sC51bAPLeLglZRyko80PAnMgJWrMcs",
|
||||||
|
"sha256": "4af3c41a3e41a78cf0105066f40482764c0bedaa28045267675662b1b5b31581",
|
||||||
|
"spdx": "MIT",
|
||||||
|
"licenseUrl": "https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md",
|
||||||
|
"licenseFile": "licenses/antfu-vscode-theme-vitesse.mit.txt"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -0,0 +1,335 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#23262E",
|
||||||
|
"activityBar.dropBackground": "#3a404e",
|
||||||
|
"activityBar.foreground": "#BAAFC0",
|
||||||
|
"activityBarBadge.background": "#00b0ff",
|
||||||
|
"activityBarBadge.foreground": "#20232B",
|
||||||
|
"badge.background": "#00b0ff",
|
||||||
|
"badge.foreground": "#20232B",
|
||||||
|
"button.background": "#00e8c5cc",
|
||||||
|
"button.hoverBackground": "#07d4b6cc",
|
||||||
|
"debugExceptionWidget.background": "#FF9F2E60",
|
||||||
|
"debugExceptionWidget.border": "#FF9F2E60",
|
||||||
|
"debugToolBar.background": "#20232A",
|
||||||
|
"diffEditor.insertedTextBackground": "#29BF1220",
|
||||||
|
"diffEditor.removedTextBackground": "#F21B3F20",
|
||||||
|
"dropdown.background": "#2b303b",
|
||||||
|
"dropdown.border": "#363c49",
|
||||||
|
"editor.background": "#23262E",
|
||||||
|
"editor.findMatchBackground": "#f39d1256",
|
||||||
|
"editor.findMatchBorder": "#f39d12b6",
|
||||||
|
"editor.findMatchHighlightBackground": "#59b8b377",
|
||||||
|
"editor.foreground": "#D5CED9",
|
||||||
|
"editor.hoverHighlightBackground": "#373941",
|
||||||
|
"editor.lineHighlightBackground": "#2e323d",
|
||||||
|
"editor.lineHighlightBorder": "#2e323d",
|
||||||
|
"editor.rangeHighlightBackground": "#372F3C",
|
||||||
|
"editor.selectionBackground": "#3D4352",
|
||||||
|
"editor.selectionHighlightBackground": "#4F435580",
|
||||||
|
"editor.wordHighlightBackground": "#4F4355",
|
||||||
|
"editor.wordHighlightStrongBackground": "#db45a280",
|
||||||
|
"editorBracketMatch.background": "#746f77",
|
||||||
|
"editorBracketMatch.border": "#746f77",
|
||||||
|
"editorCodeLens.foreground": "#746f77",
|
||||||
|
"editorCursor.foreground": "#FFF",
|
||||||
|
"editorError.foreground": "#FC644D",
|
||||||
|
"editorGroup.background": "#23262E",
|
||||||
|
"editorGroup.dropBackground": "#495061d7",
|
||||||
|
"editorGroupHeader.tabsBackground": "#23262E",
|
||||||
|
"editorGutter.addedBackground": "#9BC53DBB",
|
||||||
|
"editorGutter.deletedBackground": "#FC644DBB",
|
||||||
|
"editorGutter.modifiedBackground": "#5BC0EBBB",
|
||||||
|
"editorHoverWidget.background": "#373941",
|
||||||
|
"editorHoverWidget.border": "#00e8c5cc",
|
||||||
|
"editorIndentGuide.activeBackground": "#585C66",
|
||||||
|
"editorIndentGuide.background": "#333844",
|
||||||
|
"editorLineNumber.foreground": "#746f77",
|
||||||
|
"editorLink.activeForeground": "#3B79C7",
|
||||||
|
"editorOverviewRuler.border": "#1B1D23",
|
||||||
|
"editorRuler.foreground": "#4F4355",
|
||||||
|
"editorSuggestWidget.background": "#20232A",
|
||||||
|
"editorSuggestWidget.border": "#372F3C",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#373941",
|
||||||
|
"editorWarning.foreground": "#FF9F2E",
|
||||||
|
"editorWhitespace.foreground": "#333844",
|
||||||
|
"editorWidget.background": "#20232A",
|
||||||
|
"errorForeground": "#FC644D",
|
||||||
|
"extensionButton.prominentBackground": "#07d4b6cc",
|
||||||
|
"extensionButton.prominentHoverBackground": "#07d4b5b0",
|
||||||
|
"focusBorder": "#746f77",
|
||||||
|
"foreground": "#D5CED9",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#555555",
|
||||||
|
"input.background": "#2b303b",
|
||||||
|
"input.placeholderForeground": "#746f77",
|
||||||
|
"inputOption.activeBorder": "#C668BA",
|
||||||
|
"inputValidation.errorBackground": "#D65343",
|
||||||
|
"inputValidation.errorBorder": "#D65343",
|
||||||
|
"inputValidation.infoBackground": "#3A6395",
|
||||||
|
"inputValidation.infoBorder": "#3A6395",
|
||||||
|
"inputValidation.warningBackground": "#DE9237",
|
||||||
|
"inputValidation.warningBorder": "#DE9237",
|
||||||
|
"list.activeSelectionBackground": "#23262E",
|
||||||
|
"list.activeSelectionForeground": "#00e8c6",
|
||||||
|
"list.dropBackground": "#3a404e",
|
||||||
|
"list.focusBackground": "#282b35",
|
||||||
|
"list.focusForeground": "#eee",
|
||||||
|
"list.hoverBackground": "#23262E",
|
||||||
|
"list.hoverForeground": "#eee",
|
||||||
|
"list.inactiveSelectionBackground": "#23262E",
|
||||||
|
"list.inactiveSelectionForeground": "#00e8c6",
|
||||||
|
"merge.currentContentBackground": "#F9267240",
|
||||||
|
"merge.currentHeaderBackground": "#F92672",
|
||||||
|
"merge.incomingContentBackground": "#3B79C740",
|
||||||
|
"merge.incomingHeaderBackground": "#3B79C7BB",
|
||||||
|
"minimapSlider.activeBackground": "#60698060",
|
||||||
|
"minimapSlider.background": "#58607460",
|
||||||
|
"minimapSlider.hoverBackground": "#60698060",
|
||||||
|
"notification.background": "#2d313b",
|
||||||
|
"notification.buttonBackground": "#00e8c5cc",
|
||||||
|
"notification.buttonHoverBackground": "#07d4b5b0",
|
||||||
|
"notification.errorBackground": "#FC644D",
|
||||||
|
"notification.infoBackground": "#00b0ff",
|
||||||
|
"notification.warningBackground": "#FF9F2E",
|
||||||
|
"panel.background": "#23262E",
|
||||||
|
"panel.border": "#1B1D23",
|
||||||
|
"panelTitle.activeBorder": "#23262E",
|
||||||
|
"panelTitle.inactiveForeground": "#746f77",
|
||||||
|
"peekView.border": "#23262E",
|
||||||
|
"peekViewEditor.background": "#1A1C22",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#FF9F2E60",
|
||||||
|
"peekViewResult.background": "#1A1C22",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#FF9F2E60",
|
||||||
|
"peekViewResult.selectionBackground": "#23262E",
|
||||||
|
"peekViewTitle.background": "#1A1C22",
|
||||||
|
"peekViewTitleDescription.foreground": "#746f77",
|
||||||
|
"pickerGroup.border": "#4F4355",
|
||||||
|
"pickerGroup.foreground": "#746f77",
|
||||||
|
"progressBar.background": "#C668BA",
|
||||||
|
"scrollbar.shadow": "#23262E",
|
||||||
|
"scrollbarSlider.activeBackground": "#3A3F4CCC",
|
||||||
|
"scrollbarSlider.background": "#3A3F4C77",
|
||||||
|
"scrollbarSlider.hoverBackground": "#3A3F4CAA",
|
||||||
|
"selection.background": "#746f77",
|
||||||
|
"sideBar.background": "#23262E",
|
||||||
|
"sideBar.foreground": "#999999",
|
||||||
|
"sideBarSectionHeader.background": "#23262E",
|
||||||
|
"sideBarTitle.foreground": "#00e8c6",
|
||||||
|
"statusBar.background": "#23262E",
|
||||||
|
"statusBar.debuggingBackground": "#FC644D",
|
||||||
|
"statusBar.noFolderBackground": "#23262E",
|
||||||
|
"statusBarItem.activeBackground": "#00e8c5cc",
|
||||||
|
"statusBarItem.hoverBackground": "#07d4b5b0",
|
||||||
|
"statusBarItem.prominentBackground": "#07d4b5b0",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#00e8c5cc",
|
||||||
|
"tab.activeBackground": "#23262e",
|
||||||
|
"tab.activeBorder": "#00e8c6",
|
||||||
|
"tab.activeForeground": "#00e8c6",
|
||||||
|
"tab.inactiveBackground": "#23262E",
|
||||||
|
"tab.inactiveForeground": "#746f77",
|
||||||
|
"terminal.ansiBlue": "#7cb7ff",
|
||||||
|
"terminal.ansiBrightBlue": "#7cb7ff",
|
||||||
|
"terminal.ansiBrightCyan": "#00e8c6",
|
||||||
|
"terminal.ansiBrightGreen": "#96E072",
|
||||||
|
"terminal.ansiBrightMagenta": "#ff00aa",
|
||||||
|
"terminal.ansiBrightRed": "#ee5d43",
|
||||||
|
"terminal.ansiBrightYellow": "#FFE66D",
|
||||||
|
"terminal.ansiCyan": "#00e8c6",
|
||||||
|
"terminal.ansiGreen": "#96E072",
|
||||||
|
"terminal.ansiMagenta": "#ff00aa",
|
||||||
|
"terminal.ansiRed": "#ee5d43",
|
||||||
|
"terminal.ansiYellow": "#FFE66D",
|
||||||
|
"terminalCursor.background": "#23262E",
|
||||||
|
"terminalCursor.foreground": "#FFE66D",
|
||||||
|
"titleBar.activeBackground": "#23262E",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#23262E",
|
||||||
|
"widget.shadow": "#14151A"
|
||||||
|
},
|
||||||
|
"displayName": "Andromeeda",
|
||||||
|
"name": "andromeeda",
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"property.declaration:javascript": "#D5CED9",
|
||||||
|
"variable.defaultLibrary:javascript": "#f39c12"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#23262E",
|
||||||
|
"foreground": "#D5CED9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"markup.quote.markdown",
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A1A7cc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.template.expression.js",
|
||||||
|
"constant.name.attribute.tag.jade",
|
||||||
|
"punctuation.definition.metadata.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown",
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"string.unquoted.cmake"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D5CED9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"support.variable",
|
||||||
|
"entity.name.tag.yaml",
|
||||||
|
"constant.character.entity.html",
|
||||||
|
"source.css entity.name.tag.reference",
|
||||||
|
"beginning.punctuation.definition.list.markdown",
|
||||||
|
"source.css entity.other.attribute-name.parent-selector",
|
||||||
|
"meta.structure.dictionary.json support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00e8c6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"constant.numeric",
|
||||||
|
"meta.group.regexp",
|
||||||
|
"constant.other.php",
|
||||||
|
"support.constant.ext.php",
|
||||||
|
"constant.other.class.php",
|
||||||
|
"support.constant.core.php",
|
||||||
|
"fenced_code.block.language",
|
||||||
|
"constant.other.caps.python",
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"support.type.exception.python",
|
||||||
|
"source.css keyword.other.unit",
|
||||||
|
"variable.other.object.property.js.jsx",
|
||||||
|
"variable.other.object.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f39c12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.list",
|
||||||
|
"text.xml string",
|
||||||
|
"entity.name.type",
|
||||||
|
"support.function",
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"meta.at-rule.extend",
|
||||||
|
"entity.name.function",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"entity.other.keyframe-offset.css",
|
||||||
|
"text.html.markdown string.quoted",
|
||||||
|
"meta.function-call.generic.python",
|
||||||
|
"meta.at-rule.extend support.constant",
|
||||||
|
"entity.other.attribute-name.class.jade",
|
||||||
|
"source.css entity.other.attribute-name",
|
||||||
|
"text.xml punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFE66D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"variable.language.this.js",
|
||||||
|
"variable.language.special.self.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff00aa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.interpolation",
|
||||||
|
"punctuation.section.embedded.end.php",
|
||||||
|
"punctuation.section.embedded.end.ruby",
|
||||||
|
"punctuation.section.embedded.begin.php",
|
||||||
|
"punctuation.section.embedded.begin.ruby",
|
||||||
|
"punctuation.definition.template-expression",
|
||||||
|
"entity.name.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"keyword",
|
||||||
|
"meta.link",
|
||||||
|
"meta.image",
|
||||||
|
"markup.italic",
|
||||||
|
"source.js support.type",
|
||||||
|
"support.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c74ded"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp",
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7cb7ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"support.class",
|
||||||
|
"keyword.operator",
|
||||||
|
"support.constant",
|
||||||
|
"text.html.markdown string",
|
||||||
|
"source.css support.function",
|
||||||
|
"source.php support.function",
|
||||||
|
"support.function.magic.python",
|
||||||
|
"entity.other.attribute-name.id",
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ee5d43"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"text.html.php string",
|
||||||
|
"markup.inline.raw",
|
||||||
|
"markup.inserted",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"punctuation.definition.markdown",
|
||||||
|
"text.html meta.embedded source.js string",
|
||||||
|
"text.html.php punctuation.definition.string",
|
||||||
|
"text.html meta.embedded source.js punctuation.definition.string",
|
||||||
|
"text.html punctuation.definition.string",
|
||||||
|
"text.html string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#96E072"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,944 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"actionBar.toggledBackground": "#47526640",
|
||||||
|
"activityBar.activeBorder": "#e6b450",
|
||||||
|
"activityBar.background": "#0d1017",
|
||||||
|
"activityBar.border": "#1b1f29",
|
||||||
|
"activityBar.foreground": "#5a6378cc",
|
||||||
|
"activityBar.inactiveForeground": "#5a637899",
|
||||||
|
"activityBarBadge.background": "#e6b450",
|
||||||
|
"activityBarBadge.foreground": "#765b24",
|
||||||
|
"activityBarTop.activeBorder": "#e6b450",
|
||||||
|
"activityBarTop.foreground": "#697184",
|
||||||
|
"badge.background": "#e6b45033",
|
||||||
|
"badge.foreground": "#e6b450",
|
||||||
|
"button.background": "#e6b450",
|
||||||
|
"button.border": "#765b241a",
|
||||||
|
"button.foreground": "#765b24",
|
||||||
|
"button.hoverBackground": "#deae4d",
|
||||||
|
"button.secondaryBackground": "#5a637833",
|
||||||
|
"button.secondaryForeground": "#bfbdb6",
|
||||||
|
"button.secondaryHoverBackground": "#5a637880",
|
||||||
|
"button.separator": "#765b244d",
|
||||||
|
"chat.checkpointSeparator": "#5a6673",
|
||||||
|
"chat.editedFileForeground": "#73b8ff",
|
||||||
|
"chat.requestBackground": "#0d1017",
|
||||||
|
"chat.requestBorder": "#47526640",
|
||||||
|
"chat.requestBubbleBackground": "#47526633",
|
||||||
|
"chat.requestBubbleHoverBackground": "#47526640",
|
||||||
|
"chat.slashCommandBackground": "#39bae633",
|
||||||
|
"chat.slashCommandForeground": "#39bae6",
|
||||||
|
"commandCenter.activeBackground": "#47526640",
|
||||||
|
"commandCenter.activeBorder": "#47526600",
|
||||||
|
"commandCenter.activeForeground": "#5a6378",
|
||||||
|
"commandCenter.background": "#10141c",
|
||||||
|
"commandCenter.border": "#1b1f29",
|
||||||
|
"commandCenter.foreground": "#5a6378",
|
||||||
|
"commandCenter.inactiveBorder": "#1b1f29",
|
||||||
|
"debugConsoleInputIcon.foreground": "#e6b450",
|
||||||
|
"debugExceptionWidget.background": "#141821",
|
||||||
|
"debugExceptionWidget.border": "#1b1f29",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#f2966880",
|
||||||
|
"debugIcon.breakpointForeground": "#f29668",
|
||||||
|
"debugToolBar.background": "#141821",
|
||||||
|
"descriptionForeground": "#5a6378",
|
||||||
|
"diffEditor.diagonalFill": "#1b1f29",
|
||||||
|
"diffEditor.insertedTextBackground": "#70bf561f",
|
||||||
|
"diffEditor.removedTextBackground": "#f26d781f",
|
||||||
|
"disabledForeground": "#5a637880",
|
||||||
|
"dropdown.background": "#141821",
|
||||||
|
"dropdown.border": "#1b1f29",
|
||||||
|
"dropdown.foreground": "#5a6378",
|
||||||
|
"editor.background": "#10141c",
|
||||||
|
"editor.findMatchBackground": "#4c4126",
|
||||||
|
"editor.findMatchHighlightBackground": "#4c412680",
|
||||||
|
"editor.foreground": "#bfbdb6",
|
||||||
|
"editor.inactiveSelectionBackground": "#80b5ff26",
|
||||||
|
"editor.lineHighlightBackground": "#161a24",
|
||||||
|
"editor.rangeHighlightBackground": "#4c412633",
|
||||||
|
"editor.selectionBackground": "#3388ff40",
|
||||||
|
"editor.selectionHighlightBackground": "#70bf5626",
|
||||||
|
"editor.selectionHighlightBorder": "#70bf5600",
|
||||||
|
"editor.snippetTabstopHighlightBackground": "#70bf5633",
|
||||||
|
"editor.wordHighlightBackground": "#73b8ff14",
|
||||||
|
"editor.wordHighlightBorder": "#73b8ff80",
|
||||||
|
"editor.wordHighlightStrongBackground": "#70bf5614",
|
||||||
|
"editor.wordHighlightStrongBorder": "#70bf5680",
|
||||||
|
"editorBracketMatch.background": "#5a63784d",
|
||||||
|
"editorBracketMatch.border": "#5a63784d",
|
||||||
|
"editorCodeLens.foreground": "#5a6673",
|
||||||
|
"editorCursor.foreground": "#e6b450",
|
||||||
|
"editorError.foreground": "#d95757",
|
||||||
|
"editorGroup.background": "#141821",
|
||||||
|
"editorGroup.border": "#1b1f29",
|
||||||
|
"editorGroupHeader.noTabsBackground": "#0d1017",
|
||||||
|
"editorGroupHeader.tabsBackground": "#0d1017",
|
||||||
|
"editorGroupHeader.tabsBorder": "#1b1f29",
|
||||||
|
"editorGutter.addedBackground": "#70bf56",
|
||||||
|
"editorGutter.deletedBackground": "#f26d78",
|
||||||
|
"editorGutter.modifiedBackground": "#73b8ff",
|
||||||
|
"editorHoverWidget.background": "#141821",
|
||||||
|
"editorHoverWidget.border": "#1b1f29",
|
||||||
|
"editorIndentGuide.activeBackground": "#5a6378a1",
|
||||||
|
"editorIndentGuide.background": "#5a637842",
|
||||||
|
"editorInlayHint.foreground": "#bfbdb680",
|
||||||
|
"editorLineNumber.activeForeground": "#5a6378",
|
||||||
|
"editorLineNumber.foreground": "#5a6378a6",
|
||||||
|
"editorLink.activeForeground": "#e6b450",
|
||||||
|
"editorMarkerNavigation.background": "#141821",
|
||||||
|
"editorOverviewRuler.addedForeground": "#70bf56",
|
||||||
|
"editorOverviewRuler.border": "#1b1f29",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#5a6378b3",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#f26d78",
|
||||||
|
"editorOverviewRuler.errorForeground": "#d95757",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#4c4126",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#73b8ff",
|
||||||
|
"editorOverviewRuler.warningForeground": "#e6b450",
|
||||||
|
"editorOverviewRuler.wordHighlightForeground": "#73b8ff66",
|
||||||
|
"editorOverviewRuler.wordHighlightStrongForeground": "#70bf5666",
|
||||||
|
"editorRuler.foreground": "#5a637842",
|
||||||
|
"editorStickyScroll.border": "#1b1f29",
|
||||||
|
"editorStickyScroll.shadow": "#00000080",
|
||||||
|
"editorStickyScrollHover.background": "#47526633",
|
||||||
|
"editorSuggestWidget.background": "#141821",
|
||||||
|
"editorSuggestWidget.border": "#1b1f29",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#e6b450",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#47526640",
|
||||||
|
"editorWarning.foreground": "#e6b450",
|
||||||
|
"editorWhitespace.foreground": "#5a6378a6",
|
||||||
|
"editorWidget.background": "#141821",
|
||||||
|
"editorWidget.border": "#1b1f29",
|
||||||
|
"editorWidget.resizeBorder": "#141821",
|
||||||
|
"errorForeground": "#d95757",
|
||||||
|
"extensionButton.prominentBackground": "#e6b450",
|
||||||
|
"extensionButton.prominentForeground": "#765b24",
|
||||||
|
"extensionButton.prominentHoverBackground": "#e2b14f",
|
||||||
|
"focusBorder": "#e6b450",
|
||||||
|
"foreground": "#5a6378",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f26d78",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#5a637880",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#73b8ff",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#d2a6ff",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#70bf56",
|
||||||
|
"icon.foreground": "#5a6378",
|
||||||
|
"inlineChat.background": "#141821",
|
||||||
|
"inlineChat.border": "#1b1f29",
|
||||||
|
"inlineChat.foreground": "#bfbdb6",
|
||||||
|
"inlineChat.shadow": "#00000080",
|
||||||
|
"inlineChatDiff.inserted": "#70bf5633",
|
||||||
|
"inlineChatDiff.removed": "#f26d7833",
|
||||||
|
"inlineChatInput.background": "#10141c",
|
||||||
|
"inlineChatInput.border": "#1b1f29",
|
||||||
|
"inlineChatInput.focusBorder": "#e6b450b3",
|
||||||
|
"inlineChatInput.placeholderForeground": "#5a637880",
|
||||||
|
"inlineEdit.gutterIndicator.background": "#1b1f29",
|
||||||
|
"inlineEdit.gutterIndicator.primaryBackground": "#e6b4501a",
|
||||||
|
"inlineEdit.gutterIndicator.primaryBorder": "#e6b450",
|
||||||
|
"inlineEdit.gutterIndicator.primaryForeground": "#e6b450",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryBackground": "#5a63781a",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryBorder": "#5a637880",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryForeground": "#5a6378",
|
||||||
|
"inlineEdit.gutterIndicator.successfulBackground": "#70bf561a",
|
||||||
|
"inlineEdit.gutterIndicator.successfulBorder": "#70bf56",
|
||||||
|
"inlineEdit.gutterIndicator.successfulForeground": "#70bf56",
|
||||||
|
"inlineEdit.modifiedBackground": "#70bf561a",
|
||||||
|
"inlineEdit.modifiedBorder": "#70bf5680",
|
||||||
|
"inlineEdit.modifiedChangedLineBackground": "#70bf5626",
|
||||||
|
"inlineEdit.modifiedChangedTextBackground": "#70bf5640",
|
||||||
|
"inlineEdit.originalBackground": "#f26d781a",
|
||||||
|
"inlineEdit.originalBorder": "#f26d7880",
|
||||||
|
"inlineEdit.originalChangedLineBackground": "#f26d7826",
|
||||||
|
"inlineEdit.originalChangedTextBackground": "#f26d7840",
|
||||||
|
"input.background": "#10141c",
|
||||||
|
"input.border": "#5a637833",
|
||||||
|
"input.foreground": "#bfbdb6",
|
||||||
|
"input.placeholderForeground": "#5a637880",
|
||||||
|
"inputOption.activeBackground": "#e6b4501a",
|
||||||
|
"inputOption.activeBorder": "#e6b45033",
|
||||||
|
"inputOption.activeForeground": "#e6b450",
|
||||||
|
"inputOption.hoverBackground": "#5a637833",
|
||||||
|
"inputValidation.errorBackground": "#10141c",
|
||||||
|
"inputValidation.errorBorder": "#d95757",
|
||||||
|
"inputValidation.infoBackground": "#0d1017",
|
||||||
|
"inputValidation.infoBorder": "#39bae6",
|
||||||
|
"inputValidation.warningBackground": "#0d1017",
|
||||||
|
"inputValidation.warningBorder": "#ffb454",
|
||||||
|
"keybindingLabel.background": "#5a63781a",
|
||||||
|
"keybindingLabel.border": "#bfbdb61a",
|
||||||
|
"keybindingLabel.bottomBorder": "#bfbdb61a",
|
||||||
|
"keybindingLabel.foreground": "#bfbdb6",
|
||||||
|
"list.activeSelectionBackground": "#47526640",
|
||||||
|
"list.activeSelectionForeground": "#bfbdb6",
|
||||||
|
"list.deemphasizedForeground": "#d95757",
|
||||||
|
"list.errorForeground": "#d95757",
|
||||||
|
"list.filterMatchBackground": "#43392180",
|
||||||
|
"list.filterMatchBorder": "#4c412680",
|
||||||
|
"list.focusBackground": "#47526640",
|
||||||
|
"list.focusForeground": "#bfbdb6",
|
||||||
|
"list.focusOutline": "#47526640",
|
||||||
|
"list.highlightForeground": "#e6b450",
|
||||||
|
"list.hoverBackground": "#47526640",
|
||||||
|
"list.inactiveSelectionBackground": "#47526633",
|
||||||
|
"list.inactiveSelectionForeground": "#5a6378",
|
||||||
|
"list.invalidItemForeground": "#5a63784d",
|
||||||
|
"listFilterWidget.background": "#141821",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#d95757",
|
||||||
|
"listFilterWidget.outline": "#e6b450",
|
||||||
|
"menu.background": "#0f131a",
|
||||||
|
"menu.border": "#1b1f29",
|
||||||
|
"menu.foreground": "#5a6378",
|
||||||
|
"menu.selectionBackground": "#47526633",
|
||||||
|
"menu.selectionBorder": "#47526640",
|
||||||
|
"menu.separatorBackground": "#1b1f29",
|
||||||
|
"minimap.background": "#10141c",
|
||||||
|
"minimap.errorHighlight": "#d95757",
|
||||||
|
"minimap.findMatchHighlight": "#4c4126",
|
||||||
|
"minimap.selectionHighlight": "#3388ff40",
|
||||||
|
"minimapGutter.addedBackground": "#70bf56",
|
||||||
|
"minimapGutter.deletedBackground": "#f26d78",
|
||||||
|
"minimapGutter.modifiedBackground": "#73b8ff",
|
||||||
|
"multiDiffEditor.background": "#0d1017",
|
||||||
|
"multiDiffEditor.border": "#1b1f29",
|
||||||
|
"multiDiffEditor.headerBackground": "#141821",
|
||||||
|
"panel.background": "#0d1017",
|
||||||
|
"panel.border": "#1b1f29",
|
||||||
|
"panelStickyScroll.border": "#1b1f29",
|
||||||
|
"panelStickyScroll.shadow": "#00000080",
|
||||||
|
"panelTitle.activeBorder": "#e6b450",
|
||||||
|
"panelTitle.activeForeground": "#bfbdb6",
|
||||||
|
"panelTitle.inactiveForeground": "#5a6378",
|
||||||
|
"peekView.border": "#47526640",
|
||||||
|
"peekViewEditor.background": "#141821",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#4c412680",
|
||||||
|
"peekViewEditor.matchHighlightBorder": "#43392180",
|
||||||
|
"peekViewResult.background": "#141821",
|
||||||
|
"peekViewResult.fileForeground": "#bfbdb6",
|
||||||
|
"peekViewResult.lineForeground": "#5a6378",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#4c412680",
|
||||||
|
"peekViewResult.selectionBackground": "#47526640",
|
||||||
|
"peekViewTitle.background": "#47526640",
|
||||||
|
"peekViewTitleDescription.foreground": "#5a6378",
|
||||||
|
"peekViewTitleLabel.foreground": "#bfbdb6",
|
||||||
|
"pickerGroup.border": "#1b1f29",
|
||||||
|
"pickerGroup.foreground": "#5a637880",
|
||||||
|
"profileBadge.background": "#e6b450",
|
||||||
|
"profileBadge.foreground": "#765b24",
|
||||||
|
"progressBar.background": "#e6b450",
|
||||||
|
"scrollbar.shadow": "#1b1f2900",
|
||||||
|
"scrollbarSlider.activeBackground": "#5a6378b3",
|
||||||
|
"scrollbarSlider.background": "#5a637866",
|
||||||
|
"scrollbarSlider.hoverBackground": "#5a637899",
|
||||||
|
"selection.background": "#3388ff40",
|
||||||
|
"settings.headerForeground": "#bfbdb6",
|
||||||
|
"settings.modifiedItemIndicator": "#73b8ff",
|
||||||
|
"sideBar.background": "#0d1017",
|
||||||
|
"sideBar.border": "#1b1f29",
|
||||||
|
"sideBarSectionHeader.background": "#0d1017",
|
||||||
|
"sideBarSectionHeader.border": "#1b1f29",
|
||||||
|
"sideBarSectionHeader.foreground": "#5a6378",
|
||||||
|
"sideBarStickyScroll.border": "#1b1f29",
|
||||||
|
"sideBarStickyScroll.shadow": "#00000080",
|
||||||
|
"sideBarTitle.foreground": "#5a6378",
|
||||||
|
"statusBar.background": "#0d1017",
|
||||||
|
"statusBar.border": "#1b1f29",
|
||||||
|
"statusBar.debuggingBackground": "#f29668",
|
||||||
|
"statusBar.debuggingForeground": "#10141c",
|
||||||
|
"statusBar.foreground": "#5a6378",
|
||||||
|
"statusBar.noFolderBackground": "#141821",
|
||||||
|
"statusBarItem.activeBackground": "#5a637833",
|
||||||
|
"statusBarItem.hoverBackground": "#5a637833",
|
||||||
|
"statusBarItem.prominentBackground": "#1b1f29",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#00000030",
|
||||||
|
"statusBarItem.remoteBackground": "#e6b450",
|
||||||
|
"statusBarItem.remoteForeground": "#765b24",
|
||||||
|
"symbolIcon.arrayForeground": "#59c2ff",
|
||||||
|
"symbolIcon.booleanForeground": "#d2a6ff",
|
||||||
|
"symbolIcon.classForeground": "#59c2ff",
|
||||||
|
"symbolIcon.colorForeground": "#e6c08a",
|
||||||
|
"symbolIcon.constantForeground": "#d2a6ff",
|
||||||
|
"symbolIcon.constructorForeground": "#ffb454",
|
||||||
|
"symbolIcon.enumeratorForeground": "#59c2ff",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#d2a6ff",
|
||||||
|
"symbolIcon.eventForeground": "#e6c08a",
|
||||||
|
"symbolIcon.fieldForeground": "#f07178",
|
||||||
|
"symbolIcon.fileForeground": "#5a6378",
|
||||||
|
"symbolIcon.folderForeground": "#5a6378",
|
||||||
|
"symbolIcon.functionForeground": "#ffb454",
|
||||||
|
"symbolIcon.interfaceForeground": "#59c2ff",
|
||||||
|
"symbolIcon.keyForeground": "#39bae6",
|
||||||
|
"symbolIcon.keywordForeground": "#ff8f40",
|
||||||
|
"symbolIcon.methodForeground": "#ffb454",
|
||||||
|
"symbolIcon.moduleForeground": "#aad94c",
|
||||||
|
"symbolIcon.namespaceForeground": "#aad94c",
|
||||||
|
"symbolIcon.nullForeground": "#d2a6ff",
|
||||||
|
"symbolIcon.numberForeground": "#d2a6ff",
|
||||||
|
"symbolIcon.objectForeground": "#59c2ff",
|
||||||
|
"symbolIcon.operatorForeground": "#f29668",
|
||||||
|
"symbolIcon.packageForeground": "#aad94c",
|
||||||
|
"symbolIcon.propertyForeground": "#f07178",
|
||||||
|
"symbolIcon.referenceForeground": "#59c2ff",
|
||||||
|
"symbolIcon.snippetForeground": "#e6c08a",
|
||||||
|
"symbolIcon.stringForeground": "#aad94c",
|
||||||
|
"symbolIcon.structForeground": "#59c2ff",
|
||||||
|
"symbolIcon.textForeground": "#bfbdb6",
|
||||||
|
"symbolIcon.typeParameterForeground": "#59c2ff",
|
||||||
|
"symbolIcon.unitForeground": "#d2a6ff",
|
||||||
|
"symbolIcon.variableForeground": "#bfbdb6",
|
||||||
|
"tab.activeBackground": "#10141c",
|
||||||
|
"tab.activeBorder": "#10141c",
|
||||||
|
"tab.activeBorderTop": "#e6b450",
|
||||||
|
"tab.activeForeground": "#bfbdb6",
|
||||||
|
"tab.border": "#1b1f29",
|
||||||
|
"tab.inactiveBackground": "#0d1017",
|
||||||
|
"tab.inactiveForeground": "#5a6378",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#5a6378",
|
||||||
|
"tab.unfocusedActiveForeground": "#5a6378",
|
||||||
|
"tab.unfocusedInactiveForeground": "#5a6378",
|
||||||
|
"terminal.ansiBlack": "#1b1f29",
|
||||||
|
"terminal.ansiBlue": "#4fbfff",
|
||||||
|
"terminal.ansiBrightBlack": "#686868",
|
||||||
|
"terminal.ansiBrightBlue": "#59c2ff",
|
||||||
|
"terminal.ansiBrightCyan": "#95e6cb",
|
||||||
|
"terminal.ansiBrightGreen": "#aad94c",
|
||||||
|
"terminal.ansiBrightMagenta": "#d2a6ff",
|
||||||
|
"terminal.ansiBrightRed": "#f07178",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#ffb454",
|
||||||
|
"terminal.ansiCyan": "#93e2c8",
|
||||||
|
"terminal.ansiGreen": "#70bf56",
|
||||||
|
"terminal.ansiMagenta": "#d0a1ff",
|
||||||
|
"terminal.ansiRed": "#f06b73",
|
||||||
|
"terminal.ansiWhite": "#c7c7c7",
|
||||||
|
"terminal.ansiYellow": "#fdb04c",
|
||||||
|
"terminal.background": "#0d1017",
|
||||||
|
"terminal.foreground": "#bfbdb6",
|
||||||
|
"terminalCommandGuide.foreground": "#5a63784d",
|
||||||
|
"terminalStickyScroll.border": "#1b1f29",
|
||||||
|
"terminalStickyScroll.shadow": "#00000080",
|
||||||
|
"terminalStickyScrollHover.background": "#47526633",
|
||||||
|
"textBlockQuote.background": "#141821",
|
||||||
|
"textLink.activeForeground": "#e6b450",
|
||||||
|
"textLink.foreground": "#e6b450",
|
||||||
|
"textPreformat.foreground": "#bfbdb6",
|
||||||
|
"titleBar.activeBackground": "#0d1017",
|
||||||
|
"titleBar.activeForeground": "#5a6378",
|
||||||
|
"titleBar.border": "#1b1f29",
|
||||||
|
"titleBar.inactiveBackground": "#0d1017",
|
||||||
|
"titleBar.inactiveForeground": "#5a6378b3",
|
||||||
|
"toolbar.hoverBackground": "#47526640",
|
||||||
|
"tree.indentGuidesStroke": "#5a6378a1",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#141821",
|
||||||
|
"welcomePage.buttonBackground": "#e6b45066",
|
||||||
|
"welcomePage.progress.background": "#161a24",
|
||||||
|
"welcomePage.tileBackground": "#0d1017",
|
||||||
|
"welcomePage.tileShadow": "#00000080",
|
||||||
|
"widget.border": "#1b1f29",
|
||||||
|
"widget.shadow": "#00000080"
|
||||||
|
},
|
||||||
|
"displayName": "Ayu Dark",
|
||||||
|
"name": "ayu-dark",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"class": "#59c2ff",
|
||||||
|
"class.defaultLibrary": "#39bae6",
|
||||||
|
"comment": "#5a6673",
|
||||||
|
"enum": "#59c2ff",
|
||||||
|
"enum.defaultLibrary": "#39bae6",
|
||||||
|
"enumMember": "#95e6cb",
|
||||||
|
"event": "#f29668",
|
||||||
|
"function": "#ffb454",
|
||||||
|
"interface": "#39bae6",
|
||||||
|
"interface.defaultLibrary": {
|
||||||
|
"foreground": "#39bae6",
|
||||||
|
"italic": true
|
||||||
|
},
|
||||||
|
"keyword": "#ff8f40",
|
||||||
|
"macro": "#e6c08a",
|
||||||
|
"method": "#ffb454",
|
||||||
|
"number": "#d2a6ff",
|
||||||
|
"operator": "#f29668",
|
||||||
|
"regexp": "#95e6cb",
|
||||||
|
"string": "#aad94c",
|
||||||
|
"struct": "#59c2ff",
|
||||||
|
"struct.defaultLibrary": "#39bae6",
|
||||||
|
"type": "#59c2ff",
|
||||||
|
"type.defaultLibrary": "#39bae6"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#0d1017",
|
||||||
|
"foreground": "#bfbdb6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#5a6673"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"constant.other.symbol"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#aad94c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp",
|
||||||
|
"constant.character",
|
||||||
|
"constant.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#95e6cb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d2a6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d2a6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"variable.parameter.function-call"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bfbdb6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.member"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8f40"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8f40"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f29668"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.separator",
|
||||||
|
"punctuation.terminator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bfbdb6b3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bfbdb6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.accessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f29668"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8f40"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8f40"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bfbdb6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.java storage.type",
|
||||||
|
"source.haskell storage.type",
|
||||||
|
"source.c storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59c2ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8f40"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.java storage.type.primitive"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter",
|
||||||
|
"meta.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d2a6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.function",
|
||||||
|
"variable.annotation",
|
||||||
|
"meta.function-call.generic",
|
||||||
|
"support.function.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function",
|
||||||
|
"support.macro"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.import",
|
||||||
|
"entity.name.package"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#aad94c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59c2ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59c2ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag.end",
|
||||||
|
"punctuation.definition.tag.begin",
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39bae680"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.pseudo-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#95e6cb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f29668"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"source.go storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator variable.other",
|
||||||
|
"meta.decorator punctuation.decorator",
|
||||||
|
"storage.type.annotation",
|
||||||
|
"entity.name.function.decorator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6c08a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d95757"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c594c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.ruby variable.other.readwrite"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css entity.name.tag",
|
||||||
|
"source.sass entity.name.tag",
|
||||||
|
"source.scss entity.name.tag",
|
||||||
|
"source.less entity.name.tag",
|
||||||
|
"source.stylus entity.name.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59c2ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type",
|
||||||
|
"source.sass support.type",
|
||||||
|
"source.scss support.type",
|
||||||
|
"source.less support.type",
|
||||||
|
"source.stylus support.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5a6673"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.line-number.find-in-files - match"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5a6673"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.line-number.match"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8f40"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.filename.find-in-files"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#aad94c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"message.error"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d95757"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#aad94c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic",
|
||||||
|
"emphasis"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.bold markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#bfbdb605"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.inline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#bfbdb60f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#bfbdb60f",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#5a6673"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#95e6cb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.list punctuation.definition.list.begin"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#70bf56"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#73b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f26d78"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strike"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6c08a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strong"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#bfbdb60f",
|
||||||
|
"foreground": "#39bae6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f29668"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown meta.dummy.line-break"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5a6673",
|
||||||
|
"foreground": "#5a6673"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#bfbdb6",
|
||||||
|
"foreground": "#5a6673"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,944 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"actionBar.toggledBackground": "#6b7d8f24",
|
||||||
|
"activityBar.activeBorder": "#f29718",
|
||||||
|
"activityBar.background": "#f8f9fa",
|
||||||
|
"activityBar.border": "#6b7d8f1f",
|
||||||
|
"activityBar.foreground": "#828e9fcc",
|
||||||
|
"activityBar.inactiveForeground": "#828e9f99",
|
||||||
|
"activityBarBadge.background": "#f29718",
|
||||||
|
"activityBarBadge.foreground": "#7e4b01",
|
||||||
|
"activityBarTop.activeBorder": "#f29718",
|
||||||
|
"activityBarTop.foreground": "#788597",
|
||||||
|
"badge.background": "#f2971833",
|
||||||
|
"badge.foreground": "#ea9216",
|
||||||
|
"button.background": "#f29718",
|
||||||
|
"button.border": "#7e4b011a",
|
||||||
|
"button.foreground": "#7e4b01",
|
||||||
|
"button.hoverBackground": "#ea9216",
|
||||||
|
"button.secondaryBackground": "#828e9f33",
|
||||||
|
"button.secondaryForeground": "#5c6166",
|
||||||
|
"button.secondaryHoverBackground": "#828e9f80",
|
||||||
|
"button.separator": "#7e4b014d",
|
||||||
|
"chat.checkpointSeparator": "#adaeb1",
|
||||||
|
"chat.editedFileForeground": "#478acc",
|
||||||
|
"chat.requestBackground": "#f8f9fa",
|
||||||
|
"chat.requestBorder": "#6b7d8f24",
|
||||||
|
"chat.requestBubbleBackground": "#6b7d8f1f",
|
||||||
|
"chat.requestBubbleHoverBackground": "#6b7d8f24",
|
||||||
|
"chat.slashCommandBackground": "#55b4d433",
|
||||||
|
"chat.slashCommandForeground": "#55b4d4",
|
||||||
|
"commandCenter.activeBackground": "#6b7d8f24",
|
||||||
|
"commandCenter.activeBorder": "#6b7d8f00",
|
||||||
|
"commandCenter.activeForeground": "#828e9f",
|
||||||
|
"commandCenter.background": "#fcfcfc",
|
||||||
|
"commandCenter.border": "#6b7d8f1f",
|
||||||
|
"commandCenter.foreground": "#828e9f",
|
||||||
|
"commandCenter.inactiveBorder": "#6b7d8f1f",
|
||||||
|
"debugConsoleInputIcon.foreground": "#f29718",
|
||||||
|
"debugExceptionWidget.background": "#fafafa",
|
||||||
|
"debugExceptionWidget.border": "#6b7d8f1f",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#f2a19180",
|
||||||
|
"debugIcon.breakpointForeground": "#f2a191",
|
||||||
|
"debugToolBar.background": "#fafafa",
|
||||||
|
"descriptionForeground": "#828e9f",
|
||||||
|
"diffEditor.diagonalFill": "#6b7d8f1f",
|
||||||
|
"diffEditor.insertedTextBackground": "#6cbf431f",
|
||||||
|
"diffEditor.removedTextBackground": "#ff73831f",
|
||||||
|
"disabledForeground": "#828e9f80",
|
||||||
|
"dropdown.background": "#fafafa",
|
||||||
|
"dropdown.border": "#6b7d8f1f",
|
||||||
|
"dropdown.foreground": "#828e9f",
|
||||||
|
"editor.background": "#fcfcfc",
|
||||||
|
"editor.findMatchBackground": "#ffe294",
|
||||||
|
"editor.findMatchHighlightBackground": "#ffe29480",
|
||||||
|
"editor.foreground": "#5c6166",
|
||||||
|
"editor.inactiveSelectionBackground": "#035bd612",
|
||||||
|
"editor.lineHighlightBackground": "#828e9f1a",
|
||||||
|
"editor.rangeHighlightBackground": "#ffe29433",
|
||||||
|
"editor.selectionBackground": "#035bd626",
|
||||||
|
"editor.selectionHighlightBackground": "#6cbf4326",
|
||||||
|
"editor.selectionHighlightBorder": "#6cbf4300",
|
||||||
|
"editor.snippetTabstopHighlightBackground": "#6cbf4333",
|
||||||
|
"editor.wordHighlightBackground": "#478acc14",
|
||||||
|
"editor.wordHighlightBorder": "#478acc80",
|
||||||
|
"editor.wordHighlightStrongBackground": "#6cbf4314",
|
||||||
|
"editor.wordHighlightStrongBorder": "#6cbf4380",
|
||||||
|
"editorBracketMatch.background": "#828e9f4d",
|
||||||
|
"editorBracketMatch.border": "#828e9f4d",
|
||||||
|
"editorCodeLens.foreground": "#adaeb1",
|
||||||
|
"editorCursor.foreground": "#f29718",
|
||||||
|
"editorError.foreground": "#e65050",
|
||||||
|
"editorGroup.background": "#fafafa",
|
||||||
|
"editorGroup.border": "#6b7d8f1f",
|
||||||
|
"editorGroupHeader.noTabsBackground": "#f8f9fa",
|
||||||
|
"editorGroupHeader.tabsBackground": "#f8f9fa",
|
||||||
|
"editorGroupHeader.tabsBorder": "#6b7d8f1f",
|
||||||
|
"editorGutter.addedBackground": "#6cbf43",
|
||||||
|
"editorGutter.deletedBackground": "#ff7383",
|
||||||
|
"editorGutter.modifiedBackground": "#478acc",
|
||||||
|
"editorHoverWidget.background": "#fafafa",
|
||||||
|
"editorHoverWidget.border": "#6b7d8f1f",
|
||||||
|
"editorIndentGuide.activeBackground": "#828e9f59",
|
||||||
|
"editorIndentGuide.background": "#828e9f2e",
|
||||||
|
"editorInlayHint.foreground": "#5c616680",
|
||||||
|
"editorLineNumber.activeForeground": "#828e9fcc",
|
||||||
|
"editorLineNumber.foreground": "#828e9f66",
|
||||||
|
"editorLink.activeForeground": "#f29718",
|
||||||
|
"editorMarkerNavigation.background": "#fafafa",
|
||||||
|
"editorOverviewRuler.addedForeground": "#6cbf43",
|
||||||
|
"editorOverviewRuler.border": "#6b7d8f1f",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#828e9fb3",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#ff7383",
|
||||||
|
"editorOverviewRuler.errorForeground": "#e65050",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#ffe294",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#478acc",
|
||||||
|
"editorOverviewRuler.warningForeground": "#f29718",
|
||||||
|
"editorOverviewRuler.wordHighlightForeground": "#478acc66",
|
||||||
|
"editorOverviewRuler.wordHighlightStrongForeground": "#6cbf4366",
|
||||||
|
"editorRuler.foreground": "#828e9f2e",
|
||||||
|
"editorStickyScroll.border": "#6b7d8f1f",
|
||||||
|
"editorStickyScroll.shadow": "#6b7d8f12",
|
||||||
|
"editorStickyScrollHover.background": "#6b7d8f1f",
|
||||||
|
"editorSuggestWidget.background": "#fafafa",
|
||||||
|
"editorSuggestWidget.border": "#6b7d8f1f",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#f29718",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#6b7d8f24",
|
||||||
|
"editorWarning.foreground": "#f29718",
|
||||||
|
"editorWhitespace.foreground": "#828e9f66",
|
||||||
|
"editorWidget.background": "#fafafa",
|
||||||
|
"editorWidget.border": "#6b7d8f1f",
|
||||||
|
"editorWidget.resizeBorder": "#fafafa",
|
||||||
|
"errorForeground": "#e65050",
|
||||||
|
"extensionButton.prominentBackground": "#f29718",
|
||||||
|
"extensionButton.prominentForeground": "#7e4b01",
|
||||||
|
"extensionButton.prominentHoverBackground": "#ee9417",
|
||||||
|
"focusBorder": "#f29718",
|
||||||
|
"foreground": "#828e9f",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#ff7383",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#828e9f80",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#478acc",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#a37acc",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#6cbf43",
|
||||||
|
"icon.foreground": "#828e9f",
|
||||||
|
"inlineChat.background": "#fafafa",
|
||||||
|
"inlineChat.border": "#6b7d8f1f",
|
||||||
|
"inlineChat.foreground": "#5c6166",
|
||||||
|
"inlineChat.shadow": "#6b7d8f12",
|
||||||
|
"inlineChatDiff.inserted": "#6cbf4333",
|
||||||
|
"inlineChatDiff.removed": "#ff738333",
|
||||||
|
"inlineChatInput.background": "#fcfcfc",
|
||||||
|
"inlineChatInput.border": "#6b7d8f1f",
|
||||||
|
"inlineChatInput.focusBorder": "#f29718b3",
|
||||||
|
"inlineChatInput.placeholderForeground": "#828e9f80",
|
||||||
|
"inlineEdit.gutterIndicator.background": "#6b7d8f1f",
|
||||||
|
"inlineEdit.gutterIndicator.primaryBackground": "#f297181a",
|
||||||
|
"inlineEdit.gutterIndicator.primaryBorder": "#f29718",
|
||||||
|
"inlineEdit.gutterIndicator.primaryForeground": "#f29718",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryBackground": "#828e9f1a",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryBorder": "#828e9f80",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryForeground": "#828e9f",
|
||||||
|
"inlineEdit.gutterIndicator.successfulBackground": "#6cbf431a",
|
||||||
|
"inlineEdit.gutterIndicator.successfulBorder": "#6cbf43",
|
||||||
|
"inlineEdit.gutterIndicator.successfulForeground": "#6cbf43",
|
||||||
|
"inlineEdit.modifiedBackground": "#6cbf431a",
|
||||||
|
"inlineEdit.modifiedBorder": "#6cbf4380",
|
||||||
|
"inlineEdit.modifiedChangedLineBackground": "#6cbf4326",
|
||||||
|
"inlineEdit.modifiedChangedTextBackground": "#6cbf4340",
|
||||||
|
"inlineEdit.originalBackground": "#ff73831a",
|
||||||
|
"inlineEdit.originalBorder": "#ff738380",
|
||||||
|
"inlineEdit.originalChangedLineBackground": "#ff738326",
|
||||||
|
"inlineEdit.originalChangedTextBackground": "#ff738340",
|
||||||
|
"input.background": "#fcfcfc",
|
||||||
|
"input.border": "#828e9f33",
|
||||||
|
"input.foreground": "#5c6166",
|
||||||
|
"input.placeholderForeground": "#828e9f80",
|
||||||
|
"inputOption.activeBackground": "#f297181a",
|
||||||
|
"inputOption.activeBorder": "#f2971833",
|
||||||
|
"inputOption.activeForeground": "#f29718",
|
||||||
|
"inputOption.hoverBackground": "#828e9f33",
|
||||||
|
"inputValidation.errorBackground": "#fcfcfc",
|
||||||
|
"inputValidation.errorBorder": "#e65050",
|
||||||
|
"inputValidation.infoBackground": "#f8f9fa",
|
||||||
|
"inputValidation.infoBorder": "#55b4d4",
|
||||||
|
"inputValidation.warningBackground": "#f8f9fa",
|
||||||
|
"inputValidation.warningBorder": "#eba400",
|
||||||
|
"keybindingLabel.background": "#828e9f1a",
|
||||||
|
"keybindingLabel.border": "#5c61661a",
|
||||||
|
"keybindingLabel.bottomBorder": "#5c61661a",
|
||||||
|
"keybindingLabel.foreground": "#5c6166",
|
||||||
|
"list.activeSelectionBackground": "#6b7d8f24",
|
||||||
|
"list.activeSelectionForeground": "#5c6166",
|
||||||
|
"list.deemphasizedForeground": "#e65050",
|
||||||
|
"list.errorForeground": "#e65050",
|
||||||
|
"list.filterMatchBackground": "#fad77880",
|
||||||
|
"list.filterMatchBorder": "#ffe29480",
|
||||||
|
"list.focusBackground": "#6b7d8f24",
|
||||||
|
"list.focusForeground": "#5c6166",
|
||||||
|
"list.focusOutline": "#6b7d8f24",
|
||||||
|
"list.highlightForeground": "#f29718",
|
||||||
|
"list.hoverBackground": "#6b7d8f24",
|
||||||
|
"list.inactiveSelectionBackground": "#6b7d8f1f",
|
||||||
|
"list.inactiveSelectionForeground": "#828e9f",
|
||||||
|
"list.invalidItemForeground": "#828e9f4d",
|
||||||
|
"listFilterWidget.background": "#fafafa",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#e65050",
|
||||||
|
"listFilterWidget.outline": "#f29718",
|
||||||
|
"menu.background": "#ffffff",
|
||||||
|
"menu.border": "#6b7d8f1f",
|
||||||
|
"menu.foreground": "#828e9f",
|
||||||
|
"menu.selectionBackground": "#6b7d8f1f",
|
||||||
|
"menu.selectionBorder": "#6b7d8f24",
|
||||||
|
"menu.separatorBackground": "#6b7d8f1f",
|
||||||
|
"minimap.background": "#fcfcfc",
|
||||||
|
"minimap.errorHighlight": "#e65050",
|
||||||
|
"minimap.findMatchHighlight": "#ffe294",
|
||||||
|
"minimap.selectionHighlight": "#035bd626",
|
||||||
|
"minimapGutter.addedBackground": "#6cbf43",
|
||||||
|
"minimapGutter.deletedBackground": "#ff7383",
|
||||||
|
"minimapGutter.modifiedBackground": "#478acc",
|
||||||
|
"multiDiffEditor.background": "#f8f9fa",
|
||||||
|
"multiDiffEditor.border": "#6b7d8f1f",
|
||||||
|
"multiDiffEditor.headerBackground": "#fafafa",
|
||||||
|
"panel.background": "#f8f9fa",
|
||||||
|
"panel.border": "#6b7d8f1f",
|
||||||
|
"panelStickyScroll.border": "#6b7d8f1f",
|
||||||
|
"panelStickyScroll.shadow": "#6b7d8f12",
|
||||||
|
"panelTitle.activeBorder": "#f29718",
|
||||||
|
"panelTitle.activeForeground": "#5c6166",
|
||||||
|
"panelTitle.inactiveForeground": "#828e9f",
|
||||||
|
"peekView.border": "#6b7d8f24",
|
||||||
|
"peekViewEditor.background": "#fafafa",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#ffe29480",
|
||||||
|
"peekViewEditor.matchHighlightBorder": "#fad77880",
|
||||||
|
"peekViewResult.background": "#fafafa",
|
||||||
|
"peekViewResult.fileForeground": "#5c6166",
|
||||||
|
"peekViewResult.lineForeground": "#828e9f",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#ffe29480",
|
||||||
|
"peekViewResult.selectionBackground": "#6b7d8f24",
|
||||||
|
"peekViewTitle.background": "#6b7d8f24",
|
||||||
|
"peekViewTitleDescription.foreground": "#828e9f",
|
||||||
|
"peekViewTitleLabel.foreground": "#5c6166",
|
||||||
|
"pickerGroup.border": "#6b7d8f1f",
|
||||||
|
"pickerGroup.foreground": "#828e9f80",
|
||||||
|
"profileBadge.background": "#f29718",
|
||||||
|
"profileBadge.foreground": "#7e4b01",
|
||||||
|
"progressBar.background": "#f29718",
|
||||||
|
"scrollbar.shadow": "#6b7d8f00",
|
||||||
|
"scrollbarSlider.activeBackground": "#828e9fb3",
|
||||||
|
"scrollbarSlider.background": "#828e9f66",
|
||||||
|
"scrollbarSlider.hoverBackground": "#828e9f99",
|
||||||
|
"selection.background": "#035bd626",
|
||||||
|
"settings.headerForeground": "#5c6166",
|
||||||
|
"settings.modifiedItemIndicator": "#478acc",
|
||||||
|
"sideBar.background": "#f8f9fa",
|
||||||
|
"sideBar.border": "#6b7d8f1f",
|
||||||
|
"sideBarSectionHeader.background": "#f8f9fa",
|
||||||
|
"sideBarSectionHeader.border": "#6b7d8f1f",
|
||||||
|
"sideBarSectionHeader.foreground": "#828e9f",
|
||||||
|
"sideBarStickyScroll.border": "#6b7d8f1f",
|
||||||
|
"sideBarStickyScroll.shadow": "#6b7d8f12",
|
||||||
|
"sideBarTitle.foreground": "#828e9f",
|
||||||
|
"statusBar.background": "#f8f9fa",
|
||||||
|
"statusBar.border": "#6b7d8f1f",
|
||||||
|
"statusBar.debuggingBackground": "#f2a191",
|
||||||
|
"statusBar.debuggingForeground": "#fcfcfc",
|
||||||
|
"statusBar.foreground": "#828e9f",
|
||||||
|
"statusBar.noFolderBackground": "#fafafa",
|
||||||
|
"statusBarItem.activeBackground": "#828e9f33",
|
||||||
|
"statusBarItem.hoverBackground": "#828e9f33",
|
||||||
|
"statusBarItem.prominentBackground": "#6b7d8f1f",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#00000030",
|
||||||
|
"statusBarItem.remoteBackground": "#f29718",
|
||||||
|
"statusBarItem.remoteForeground": "#7e4b01",
|
||||||
|
"symbolIcon.arrayForeground": "#22a4e6",
|
||||||
|
"symbolIcon.booleanForeground": "#a37acc",
|
||||||
|
"symbolIcon.classForeground": "#22a4e6",
|
||||||
|
"symbolIcon.colorForeground": "#e59645",
|
||||||
|
"symbolIcon.constantForeground": "#a37acc",
|
||||||
|
"symbolIcon.constructorForeground": "#eba400",
|
||||||
|
"symbolIcon.enumeratorForeground": "#22a4e6",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#a37acc",
|
||||||
|
"symbolIcon.eventForeground": "#e59645",
|
||||||
|
"symbolIcon.fieldForeground": "#f07171",
|
||||||
|
"symbolIcon.fileForeground": "#828e9f",
|
||||||
|
"symbolIcon.folderForeground": "#828e9f",
|
||||||
|
"symbolIcon.functionForeground": "#eba400",
|
||||||
|
"symbolIcon.interfaceForeground": "#22a4e6",
|
||||||
|
"symbolIcon.keyForeground": "#55b4d4",
|
||||||
|
"symbolIcon.keywordForeground": "#fa8532",
|
||||||
|
"symbolIcon.methodForeground": "#eba400",
|
||||||
|
"symbolIcon.moduleForeground": "#86b300",
|
||||||
|
"symbolIcon.namespaceForeground": "#86b300",
|
||||||
|
"symbolIcon.nullForeground": "#a37acc",
|
||||||
|
"symbolIcon.numberForeground": "#a37acc",
|
||||||
|
"symbolIcon.objectForeground": "#22a4e6",
|
||||||
|
"symbolIcon.operatorForeground": "#f2a191",
|
||||||
|
"symbolIcon.packageForeground": "#86b300",
|
||||||
|
"symbolIcon.propertyForeground": "#f07171",
|
||||||
|
"symbolIcon.referenceForeground": "#22a4e6",
|
||||||
|
"symbolIcon.snippetForeground": "#e59645",
|
||||||
|
"symbolIcon.stringForeground": "#86b300",
|
||||||
|
"symbolIcon.structForeground": "#22a4e6",
|
||||||
|
"symbolIcon.textForeground": "#5c6166",
|
||||||
|
"symbolIcon.typeParameterForeground": "#22a4e6",
|
||||||
|
"symbolIcon.unitForeground": "#a37acc",
|
||||||
|
"symbolIcon.variableForeground": "#5c6166",
|
||||||
|
"tab.activeBackground": "#fcfcfc",
|
||||||
|
"tab.activeBorder": "#fcfcfc",
|
||||||
|
"tab.activeBorderTop": "#f29718",
|
||||||
|
"tab.activeForeground": "#5c6166",
|
||||||
|
"tab.border": "#6b7d8f1f",
|
||||||
|
"tab.inactiveBackground": "#f8f9fa",
|
||||||
|
"tab.inactiveForeground": "#828e9f",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#828e9f",
|
||||||
|
"tab.unfocusedActiveForeground": "#828e9f",
|
||||||
|
"tab.unfocusedInactiveForeground": "#828e9f",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#21a1e2",
|
||||||
|
"terminal.ansiBrightBlack": "#686868",
|
||||||
|
"terminal.ansiBrightBlue": "#22a4e6",
|
||||||
|
"terminal.ansiBrightCyan": "#4cbf99",
|
||||||
|
"terminal.ansiBrightGreen": "#86b300",
|
||||||
|
"terminal.ansiBrightMagenta": "#a37acc",
|
||||||
|
"terminal.ansiBrightRed": "#f07171",
|
||||||
|
"terminal.ansiBrightWhite": "#d1d1d1",
|
||||||
|
"terminal.ansiBrightYellow": "#eba400",
|
||||||
|
"terminal.ansiCyan": "#4abc96",
|
||||||
|
"terminal.ansiGreen": "#6cbf43",
|
||||||
|
"terminal.ansiMagenta": "#a176cb",
|
||||||
|
"terminal.ansiRed": "#f06b6c",
|
||||||
|
"terminal.ansiWhite": "#c7c7c7",
|
||||||
|
"terminal.ansiYellow": "#e7a100",
|
||||||
|
"terminal.background": "#f8f9fa",
|
||||||
|
"terminal.foreground": "#5c6166",
|
||||||
|
"terminalCommandGuide.foreground": "#828e9f4d",
|
||||||
|
"terminalStickyScroll.border": "#6b7d8f1f",
|
||||||
|
"terminalStickyScroll.shadow": "#6b7d8f12",
|
||||||
|
"terminalStickyScrollHover.background": "#6b7d8f1f",
|
||||||
|
"textBlockQuote.background": "#fafafa",
|
||||||
|
"textLink.activeForeground": "#f29718",
|
||||||
|
"textLink.foreground": "#f29718",
|
||||||
|
"textPreformat.foreground": "#5c6166",
|
||||||
|
"titleBar.activeBackground": "#f8f9fa",
|
||||||
|
"titleBar.activeForeground": "#828e9f",
|
||||||
|
"titleBar.border": "#6b7d8f1f",
|
||||||
|
"titleBar.inactiveBackground": "#f8f9fa",
|
||||||
|
"titleBar.inactiveForeground": "#828e9fb3",
|
||||||
|
"toolbar.hoverBackground": "#6b7d8f24",
|
||||||
|
"tree.indentGuidesStroke": "#828e9f59",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#fafafa",
|
||||||
|
"welcomePage.buttonBackground": "#f2971866",
|
||||||
|
"welcomePage.progress.background": "#828e9f1a",
|
||||||
|
"welcomePage.tileBackground": "#f8f9fa",
|
||||||
|
"welcomePage.tileShadow": "#6b7d8f12",
|
||||||
|
"widget.border": "#6b7d8f1f",
|
||||||
|
"widget.shadow": "#6b7d8f12"
|
||||||
|
},
|
||||||
|
"displayName": "Ayu Light",
|
||||||
|
"name": "ayu-light",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"class": "#22a4e6",
|
||||||
|
"class.defaultLibrary": "#55b4d4",
|
||||||
|
"comment": "#adaeb1",
|
||||||
|
"enum": "#22a4e6",
|
||||||
|
"enum.defaultLibrary": "#55b4d4",
|
||||||
|
"enumMember": "#4cbf99",
|
||||||
|
"event": "#f2a191",
|
||||||
|
"function": "#eba400",
|
||||||
|
"interface": "#55b4d4",
|
||||||
|
"interface.defaultLibrary": {
|
||||||
|
"foreground": "#55b4d4",
|
||||||
|
"italic": true
|
||||||
|
},
|
||||||
|
"keyword": "#fa8532",
|
||||||
|
"macro": "#e59645",
|
||||||
|
"method": "#eba400",
|
||||||
|
"number": "#a37acc",
|
||||||
|
"operator": "#f2a191",
|
||||||
|
"regexp": "#4cbf99",
|
||||||
|
"string": "#86b300",
|
||||||
|
"struct": "#22a4e6",
|
||||||
|
"struct.defaultLibrary": "#55b4d4",
|
||||||
|
"type": "#22a4e6",
|
||||||
|
"type.defaultLibrary": "#55b4d4"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#f8f9fa",
|
||||||
|
"foreground": "#5c6166"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#adaeb1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"constant.other.symbol"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#86b300"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp",
|
||||||
|
"constant.character",
|
||||||
|
"constant.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4cbf99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a37acc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a37acc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"variable.parameter.function-call"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5c6166"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.member"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07171"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fa8532"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fa8532"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f2a191"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.separator",
|
||||||
|
"punctuation.terminator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5c6166b3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5c6166"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.accessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f2a191"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fa8532"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fa8532"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5c6166"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.java storage.type",
|
||||||
|
"source.haskell storage.type",
|
||||||
|
"source.c storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22a4e6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fa8532"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.java storage.type.primitive"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eba400"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter",
|
||||||
|
"meta.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a37acc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.function",
|
||||||
|
"variable.annotation",
|
||||||
|
"meta.function-call.generic",
|
||||||
|
"support.function.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eba400"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function",
|
||||||
|
"support.macro"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07171"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.import",
|
||||||
|
"entity.name.package"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#86b300"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22a4e6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22a4e6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag.end",
|
||||||
|
"punctuation.definition.tag.begin",
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#55b4d480"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eba400"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.pseudo-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4cbf99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f2a191"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"source.go storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator variable.other",
|
||||||
|
"meta.decorator punctuation.decorator",
|
||||||
|
"storage.type.annotation",
|
||||||
|
"entity.name.function.decorator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e59645"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e65050"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c594c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.ruby variable.other.readwrite"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eba400"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css entity.name.tag",
|
||||||
|
"source.sass entity.name.tag",
|
||||||
|
"source.scss entity.name.tag",
|
||||||
|
"source.less entity.name.tag",
|
||||||
|
"source.stylus entity.name.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22a4e6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type",
|
||||||
|
"source.sass support.type",
|
||||||
|
"source.scss support.type",
|
||||||
|
"source.less support.type",
|
||||||
|
"source.stylus support.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#adaeb1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.line-number.find-in-files - match"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#adaeb1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.line-number.match"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fa8532"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.filename.find-in-files"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#86b300"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"message.error"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e65050"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#86b300"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic",
|
||||||
|
"emphasis"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07171"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f07171"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.bold markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5c616605"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.inline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5c61660f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5c61660f",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#adaeb1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#4cbf99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.list punctuation.definition.list.begin"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eba400"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cbf43"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#478acc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7383"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strike"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e59645"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strong"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5c61660f",
|
||||||
|
"foreground": "#55b4d4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f2a191"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown meta.dummy.line-break"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#adaeb1",
|
||||||
|
"foreground": "#adaeb1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5c6166",
|
||||||
|
"foreground": "#adaeb1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,944 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"actionBar.toggledBackground": "#63759926",
|
||||||
|
"activityBar.activeBorder": "#ffcc66",
|
||||||
|
"activityBar.background": "#1f2430",
|
||||||
|
"activityBar.border": "#171b24",
|
||||||
|
"activityBar.foreground": "#707a8ccc",
|
||||||
|
"activityBar.inactiveForeground": "#707a8c99",
|
||||||
|
"activityBarBadge.background": "#ffcc66",
|
||||||
|
"activityBarBadge.foreground": "#735923",
|
||||||
|
"activityBarTop.activeBorder": "#ffcc66",
|
||||||
|
"activityBarTop.foreground": "#808999",
|
||||||
|
"badge.background": "#ffcc6633",
|
||||||
|
"badge.foreground": "#ffcc66",
|
||||||
|
"button.background": "#ffcc66",
|
||||||
|
"button.border": "#7359231a",
|
||||||
|
"button.foreground": "#735923",
|
||||||
|
"button.hoverBackground": "#f9c55d",
|
||||||
|
"button.secondaryBackground": "#707a8c33",
|
||||||
|
"button.secondaryForeground": "#cccac2",
|
||||||
|
"button.secondaryHoverBackground": "#707a8c80",
|
||||||
|
"button.separator": "#7359234d",
|
||||||
|
"chat.checkpointSeparator": "#6e7c8f",
|
||||||
|
"chat.editedFileForeground": "#80bfff",
|
||||||
|
"chat.requestBackground": "#1f2430",
|
||||||
|
"chat.requestBorder": "#63759926",
|
||||||
|
"chat.requestBubbleBackground": "#69758c1f",
|
||||||
|
"chat.requestBubbleHoverBackground": "#63759926",
|
||||||
|
"chat.slashCommandBackground": "#5ccfe633",
|
||||||
|
"chat.slashCommandForeground": "#5ccfe6",
|
||||||
|
"commandCenter.activeBackground": "#63759926",
|
||||||
|
"commandCenter.activeBorder": "#63759900",
|
||||||
|
"commandCenter.activeForeground": "#707a8c",
|
||||||
|
"commandCenter.background": "#242936",
|
||||||
|
"commandCenter.border": "#171b24",
|
||||||
|
"commandCenter.foreground": "#707a8c",
|
||||||
|
"commandCenter.inactiveBorder": "#171b24",
|
||||||
|
"debugConsoleInputIcon.foreground": "#ffcc66",
|
||||||
|
"debugExceptionWidget.background": "#282e3b",
|
||||||
|
"debugExceptionWidget.border": "#171b24",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#f29e7480",
|
||||||
|
"debugIcon.breakpointForeground": "#f29e74",
|
||||||
|
"debugToolBar.background": "#282e3b",
|
||||||
|
"descriptionForeground": "#707a8c",
|
||||||
|
"diffEditor.diagonalFill": "#171b24",
|
||||||
|
"diffEditor.insertedTextBackground": "#87d96c1f",
|
||||||
|
"diffEditor.removedTextBackground": "#f279831f",
|
||||||
|
"disabledForeground": "#707a8c80",
|
||||||
|
"dropdown.background": "#282e3b",
|
||||||
|
"dropdown.border": "#171b24",
|
||||||
|
"dropdown.foreground": "#707a8c",
|
||||||
|
"editor.background": "#242936",
|
||||||
|
"editor.findMatchBackground": "#736950",
|
||||||
|
"editor.findMatchHighlightBackground": "#73695066",
|
||||||
|
"editor.foreground": "#cccac2",
|
||||||
|
"editor.inactiveSelectionBackground": "#409fff21",
|
||||||
|
"editor.lineHighlightBackground": "#1a1f29",
|
||||||
|
"editor.rangeHighlightBackground": "#73695033",
|
||||||
|
"editor.selectionBackground": "#409fff40",
|
||||||
|
"editor.selectionHighlightBackground": "#87d96c26",
|
||||||
|
"editor.selectionHighlightBorder": "#87d96c00",
|
||||||
|
"editor.snippetTabstopHighlightBackground": "#87d96c33",
|
||||||
|
"editor.wordHighlightBackground": "#80bfff14",
|
||||||
|
"editor.wordHighlightBorder": "#80bfff80",
|
||||||
|
"editor.wordHighlightStrongBackground": "#87d96c14",
|
||||||
|
"editor.wordHighlightStrongBorder": "#87d96c80",
|
||||||
|
"editorBracketMatch.background": "#707a8c4d",
|
||||||
|
"editorBracketMatch.border": "#707a8c4d",
|
||||||
|
"editorCodeLens.foreground": "#6e7c8f",
|
||||||
|
"editorCursor.foreground": "#ffcc66",
|
||||||
|
"editorError.foreground": "#ff6666",
|
||||||
|
"editorGroup.background": "#282e3b",
|
||||||
|
"editorGroup.border": "#171b24",
|
||||||
|
"editorGroupHeader.noTabsBackground": "#1f2430",
|
||||||
|
"editorGroupHeader.tabsBackground": "#1f2430",
|
||||||
|
"editorGroupHeader.tabsBorder": "#171b24",
|
||||||
|
"editorGutter.addedBackground": "#87d96c",
|
||||||
|
"editorGutter.deletedBackground": "#f27983",
|
||||||
|
"editorGutter.modifiedBackground": "#80bfff",
|
||||||
|
"editorHoverWidget.background": "#282e3b",
|
||||||
|
"editorHoverWidget.border": "#171b24",
|
||||||
|
"editorIndentGuide.activeBackground": "#707a8c70",
|
||||||
|
"editorIndentGuide.background": "#707a8c3b",
|
||||||
|
"editorInlayHint.foreground": "#cccac280",
|
||||||
|
"editorLineNumber.activeForeground": "#707a8c",
|
||||||
|
"editorLineNumber.foreground": "#707a8c80",
|
||||||
|
"editorLink.activeForeground": "#ffcc66",
|
||||||
|
"editorMarkerNavigation.background": "#282e3b",
|
||||||
|
"editorOverviewRuler.addedForeground": "#87d96c",
|
||||||
|
"editorOverviewRuler.border": "#171b24",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#707a8cb3",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#f27983",
|
||||||
|
"editorOverviewRuler.errorForeground": "#ff6666",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#736950",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#80bfff",
|
||||||
|
"editorOverviewRuler.warningForeground": "#ffcc66",
|
||||||
|
"editorOverviewRuler.wordHighlightForeground": "#80bfff66",
|
||||||
|
"editorOverviewRuler.wordHighlightStrongForeground": "#87d96c66",
|
||||||
|
"editorRuler.foreground": "#707a8c3b",
|
||||||
|
"editorStickyScroll.border": "#171b24",
|
||||||
|
"editorStickyScroll.shadow": "#00000033",
|
||||||
|
"editorStickyScrollHover.background": "#69758c1f",
|
||||||
|
"editorSuggestWidget.background": "#282e3b",
|
||||||
|
"editorSuggestWidget.border": "#171b24",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#ffcc66",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#63759926",
|
||||||
|
"editorWarning.foreground": "#ffcc66",
|
||||||
|
"editorWhitespace.foreground": "#707a8c80",
|
||||||
|
"editorWidget.background": "#282e3b",
|
||||||
|
"editorWidget.border": "#171b24",
|
||||||
|
"editorWidget.resizeBorder": "#282e3b",
|
||||||
|
"errorForeground": "#ff6666",
|
||||||
|
"extensionButton.prominentBackground": "#ffcc66",
|
||||||
|
"extensionButton.prominentForeground": "#735923",
|
||||||
|
"extensionButton.prominentHoverBackground": "#fcc85f",
|
||||||
|
"focusBorder": "#ffcc66",
|
||||||
|
"foreground": "#707a8c",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f27983",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#707a8c80",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#80bfff",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#dfbfff",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#87d96c",
|
||||||
|
"icon.foreground": "#707a8c",
|
||||||
|
"inlineChat.background": "#282e3b",
|
||||||
|
"inlineChat.border": "#171b24",
|
||||||
|
"inlineChat.foreground": "#cccac2",
|
||||||
|
"inlineChat.shadow": "#00000033",
|
||||||
|
"inlineChatDiff.inserted": "#87d96c33",
|
||||||
|
"inlineChatDiff.removed": "#f2798333",
|
||||||
|
"inlineChatInput.background": "#242936",
|
||||||
|
"inlineChatInput.border": "#171b24",
|
||||||
|
"inlineChatInput.focusBorder": "#ffcc66b3",
|
||||||
|
"inlineChatInput.placeholderForeground": "#707a8c80",
|
||||||
|
"inlineEdit.gutterIndicator.background": "#171b24",
|
||||||
|
"inlineEdit.gutterIndicator.primaryBackground": "#ffcc661a",
|
||||||
|
"inlineEdit.gutterIndicator.primaryBorder": "#ffcc66",
|
||||||
|
"inlineEdit.gutterIndicator.primaryForeground": "#ffcc66",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryBackground": "#707a8c1a",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryBorder": "#707a8c80",
|
||||||
|
"inlineEdit.gutterIndicator.secondaryForeground": "#707a8c",
|
||||||
|
"inlineEdit.gutterIndicator.successfulBackground": "#87d96c1a",
|
||||||
|
"inlineEdit.gutterIndicator.successfulBorder": "#87d96c",
|
||||||
|
"inlineEdit.gutterIndicator.successfulForeground": "#87d96c",
|
||||||
|
"inlineEdit.modifiedBackground": "#87d96c1a",
|
||||||
|
"inlineEdit.modifiedBorder": "#87d96c80",
|
||||||
|
"inlineEdit.modifiedChangedLineBackground": "#87d96c26",
|
||||||
|
"inlineEdit.modifiedChangedTextBackground": "#87d96c40",
|
||||||
|
"inlineEdit.originalBackground": "#f279831a",
|
||||||
|
"inlineEdit.originalBorder": "#f2798380",
|
||||||
|
"inlineEdit.originalChangedLineBackground": "#f2798326",
|
||||||
|
"inlineEdit.originalChangedTextBackground": "#f2798340",
|
||||||
|
"input.background": "#242936",
|
||||||
|
"input.border": "#707a8c33",
|
||||||
|
"input.foreground": "#cccac2",
|
||||||
|
"input.placeholderForeground": "#707a8c80",
|
||||||
|
"inputOption.activeBackground": "#ffcc661a",
|
||||||
|
"inputOption.activeBorder": "#ffcc6633",
|
||||||
|
"inputOption.activeForeground": "#ffcc66",
|
||||||
|
"inputOption.hoverBackground": "#707a8c33",
|
||||||
|
"inputValidation.errorBackground": "#242936",
|
||||||
|
"inputValidation.errorBorder": "#ff6666",
|
||||||
|
"inputValidation.infoBackground": "#1f2430",
|
||||||
|
"inputValidation.infoBorder": "#5ccfe6",
|
||||||
|
"inputValidation.warningBackground": "#1f2430",
|
||||||
|
"inputValidation.warningBorder": "#ffcd66",
|
||||||
|
"keybindingLabel.background": "#707a8c1a",
|
||||||
|
"keybindingLabel.border": "#cccac21a",
|
||||||
|
"keybindingLabel.bottomBorder": "#cccac21a",
|
||||||
|
"keybindingLabel.foreground": "#cccac2",
|
||||||
|
"list.activeSelectionBackground": "#63759926",
|
||||||
|
"list.activeSelectionForeground": "#cccac2",
|
||||||
|
"list.deemphasizedForeground": "#ff6666",
|
||||||
|
"list.errorForeground": "#ff6666",
|
||||||
|
"list.filterMatchBackground": "#6a614966",
|
||||||
|
"list.filterMatchBorder": "#73695066",
|
||||||
|
"list.focusBackground": "#63759926",
|
||||||
|
"list.focusForeground": "#cccac2",
|
||||||
|
"list.focusOutline": "#63759926",
|
||||||
|
"list.highlightForeground": "#ffcc66",
|
||||||
|
"list.hoverBackground": "#63759926",
|
||||||
|
"list.inactiveSelectionBackground": "#69758c1f",
|
||||||
|
"list.inactiveSelectionForeground": "#707a8c",
|
||||||
|
"list.invalidItemForeground": "#707a8c4d",
|
||||||
|
"listFilterWidget.background": "#282e3b",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#ff6666",
|
||||||
|
"listFilterWidget.outline": "#ffcc66",
|
||||||
|
"menu.background": "#1c212c",
|
||||||
|
"menu.border": "#171b24",
|
||||||
|
"menu.foreground": "#707a8c",
|
||||||
|
"menu.selectionBackground": "#69758c1f",
|
||||||
|
"menu.selectionBorder": "#63759926",
|
||||||
|
"menu.separatorBackground": "#171b24",
|
||||||
|
"minimap.background": "#242936",
|
||||||
|
"minimap.errorHighlight": "#ff6666",
|
||||||
|
"minimap.findMatchHighlight": "#736950",
|
||||||
|
"minimap.selectionHighlight": "#409fff40",
|
||||||
|
"minimapGutter.addedBackground": "#87d96c",
|
||||||
|
"minimapGutter.deletedBackground": "#f27983",
|
||||||
|
"minimapGutter.modifiedBackground": "#80bfff",
|
||||||
|
"multiDiffEditor.background": "#1f2430",
|
||||||
|
"multiDiffEditor.border": "#171b24",
|
||||||
|
"multiDiffEditor.headerBackground": "#282e3b",
|
||||||
|
"panel.background": "#1f2430",
|
||||||
|
"panel.border": "#171b24",
|
||||||
|
"panelStickyScroll.border": "#171b24",
|
||||||
|
"panelStickyScroll.shadow": "#00000033",
|
||||||
|
"panelTitle.activeBorder": "#ffcc66",
|
||||||
|
"panelTitle.activeForeground": "#cccac2",
|
||||||
|
"panelTitle.inactiveForeground": "#707a8c",
|
||||||
|
"peekView.border": "#63759926",
|
||||||
|
"peekViewEditor.background": "#282e3b",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#73695066",
|
||||||
|
"peekViewEditor.matchHighlightBorder": "#6a614966",
|
||||||
|
"peekViewResult.background": "#282e3b",
|
||||||
|
"peekViewResult.fileForeground": "#cccac2",
|
||||||
|
"peekViewResult.lineForeground": "#707a8c",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#73695066",
|
||||||
|
"peekViewResult.selectionBackground": "#63759926",
|
||||||
|
"peekViewTitle.background": "#63759926",
|
||||||
|
"peekViewTitleDescription.foreground": "#707a8c",
|
||||||
|
"peekViewTitleLabel.foreground": "#cccac2",
|
||||||
|
"pickerGroup.border": "#171b24",
|
||||||
|
"pickerGroup.foreground": "#707a8c80",
|
||||||
|
"profileBadge.background": "#ffcc66",
|
||||||
|
"profileBadge.foreground": "#735923",
|
||||||
|
"progressBar.background": "#ffcc66",
|
||||||
|
"scrollbar.shadow": "#171b2400",
|
||||||
|
"scrollbarSlider.activeBackground": "#707a8cb3",
|
||||||
|
"scrollbarSlider.background": "#707a8c66",
|
||||||
|
"scrollbarSlider.hoverBackground": "#707a8c99",
|
||||||
|
"selection.background": "#409fff40",
|
||||||
|
"settings.headerForeground": "#cccac2",
|
||||||
|
"settings.modifiedItemIndicator": "#80bfff",
|
||||||
|
"sideBar.background": "#1f2430",
|
||||||
|
"sideBar.border": "#171b24",
|
||||||
|
"sideBarSectionHeader.background": "#1f2430",
|
||||||
|
"sideBarSectionHeader.border": "#171b24",
|
||||||
|
"sideBarSectionHeader.foreground": "#707a8c",
|
||||||
|
"sideBarStickyScroll.border": "#171b24",
|
||||||
|
"sideBarStickyScroll.shadow": "#00000033",
|
||||||
|
"sideBarTitle.foreground": "#707a8c",
|
||||||
|
"statusBar.background": "#1f2430",
|
||||||
|
"statusBar.border": "#171b24",
|
||||||
|
"statusBar.debuggingBackground": "#f29e74",
|
||||||
|
"statusBar.debuggingForeground": "#242936",
|
||||||
|
"statusBar.foreground": "#707a8c",
|
||||||
|
"statusBar.noFolderBackground": "#282e3b",
|
||||||
|
"statusBarItem.activeBackground": "#707a8c33",
|
||||||
|
"statusBarItem.hoverBackground": "#707a8c33",
|
||||||
|
"statusBarItem.prominentBackground": "#171b24",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#00000030",
|
||||||
|
"statusBarItem.remoteBackground": "#ffcc66",
|
||||||
|
"statusBarItem.remoteForeground": "#735923",
|
||||||
|
"symbolIcon.arrayForeground": "#73d0ff",
|
||||||
|
"symbolIcon.booleanForeground": "#dfbfff",
|
||||||
|
"symbolIcon.classForeground": "#73d0ff",
|
||||||
|
"symbolIcon.colorForeground": "#d9be98",
|
||||||
|
"symbolIcon.constantForeground": "#dfbfff",
|
||||||
|
"symbolIcon.constructorForeground": "#ffcd66",
|
||||||
|
"symbolIcon.enumeratorForeground": "#73d0ff",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#dfbfff",
|
||||||
|
"symbolIcon.eventForeground": "#d9be98",
|
||||||
|
"symbolIcon.fieldForeground": "#f28779",
|
||||||
|
"symbolIcon.fileForeground": "#707a8c",
|
||||||
|
"symbolIcon.folderForeground": "#707a8c",
|
||||||
|
"symbolIcon.functionForeground": "#ffcd66",
|
||||||
|
"symbolIcon.interfaceForeground": "#73d0ff",
|
||||||
|
"symbolIcon.keyForeground": "#5ccfe6",
|
||||||
|
"symbolIcon.keywordForeground": "#ffa659",
|
||||||
|
"symbolIcon.methodForeground": "#ffcd66",
|
||||||
|
"symbolIcon.moduleForeground": "#d5ff80",
|
||||||
|
"symbolIcon.namespaceForeground": "#d5ff80",
|
||||||
|
"symbolIcon.nullForeground": "#dfbfff",
|
||||||
|
"symbolIcon.numberForeground": "#dfbfff",
|
||||||
|
"symbolIcon.objectForeground": "#73d0ff",
|
||||||
|
"symbolIcon.operatorForeground": "#f29e74",
|
||||||
|
"symbolIcon.packageForeground": "#d5ff80",
|
||||||
|
"symbolIcon.propertyForeground": "#f28779",
|
||||||
|
"symbolIcon.referenceForeground": "#73d0ff",
|
||||||
|
"symbolIcon.snippetForeground": "#d9be98",
|
||||||
|
"symbolIcon.stringForeground": "#d5ff80",
|
||||||
|
"symbolIcon.structForeground": "#73d0ff",
|
||||||
|
"symbolIcon.textForeground": "#cccac2",
|
||||||
|
"symbolIcon.typeParameterForeground": "#73d0ff",
|
||||||
|
"symbolIcon.unitForeground": "#dfbfff",
|
||||||
|
"symbolIcon.variableForeground": "#cccac2",
|
||||||
|
"tab.activeBackground": "#242936",
|
||||||
|
"tab.activeBorder": "#242936",
|
||||||
|
"tab.activeBorderTop": "#ffcc66",
|
||||||
|
"tab.activeForeground": "#cccac2",
|
||||||
|
"tab.border": "#171b24",
|
||||||
|
"tab.inactiveBackground": "#1f2430",
|
||||||
|
"tab.inactiveForeground": "#707a8c",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#707a8c",
|
||||||
|
"tab.unfocusedActiveForeground": "#707a8c",
|
||||||
|
"tab.unfocusedInactiveForeground": "#707a8c",
|
||||||
|
"terminal.ansiBlack": "#171b24",
|
||||||
|
"terminal.ansiBlue": "#6acdff",
|
||||||
|
"terminal.ansiBrightBlack": "#686868",
|
||||||
|
"terminal.ansiBrightBlue": "#73d0ff",
|
||||||
|
"terminal.ansiBrightCyan": "#95e6cb",
|
||||||
|
"terminal.ansiBrightGreen": "#d5ff80",
|
||||||
|
"terminal.ansiBrightMagenta": "#dfbfff",
|
||||||
|
"terminal.ansiBrightRed": "#f28779",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#ffcd66",
|
||||||
|
"terminal.ansiCyan": "#93e2c8",
|
||||||
|
"terminal.ansiGreen": "#87d96c",
|
||||||
|
"terminal.ansiMagenta": "#ddbbff",
|
||||||
|
"terminal.ansiRed": "#f28273",
|
||||||
|
"terminal.ansiWhite": "#c7c7c7",
|
||||||
|
"terminal.ansiYellow": "#fcca60",
|
||||||
|
"terminal.background": "#1f2430",
|
||||||
|
"terminal.foreground": "#cccac2",
|
||||||
|
"terminalCommandGuide.foreground": "#707a8c4d",
|
||||||
|
"terminalStickyScroll.border": "#171b24",
|
||||||
|
"terminalStickyScroll.shadow": "#00000033",
|
||||||
|
"terminalStickyScrollHover.background": "#69758c1f",
|
||||||
|
"textBlockQuote.background": "#282e3b",
|
||||||
|
"textLink.activeForeground": "#ffcc66",
|
||||||
|
"textLink.foreground": "#ffcc66",
|
||||||
|
"textPreformat.foreground": "#cccac2",
|
||||||
|
"titleBar.activeBackground": "#1f2430",
|
||||||
|
"titleBar.activeForeground": "#707a8c",
|
||||||
|
"titleBar.border": "#171b24",
|
||||||
|
"titleBar.inactiveBackground": "#1f2430",
|
||||||
|
"titleBar.inactiveForeground": "#707a8cb3",
|
||||||
|
"toolbar.hoverBackground": "#63759926",
|
||||||
|
"tree.indentGuidesStroke": "#707a8c70",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#282e3b",
|
||||||
|
"welcomePage.buttonBackground": "#ffcc6666",
|
||||||
|
"welcomePage.progress.background": "#1a1f29",
|
||||||
|
"welcomePage.tileBackground": "#1f2430",
|
||||||
|
"welcomePage.tileShadow": "#00000033",
|
||||||
|
"widget.border": "#171b24",
|
||||||
|
"widget.shadow": "#00000033"
|
||||||
|
},
|
||||||
|
"displayName": "Ayu Mirage",
|
||||||
|
"name": "ayu-mirage",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"class": "#73d0ff",
|
||||||
|
"class.defaultLibrary": "#5ccfe6",
|
||||||
|
"comment": "#6e7c8f",
|
||||||
|
"enum": "#73d0ff",
|
||||||
|
"enum.defaultLibrary": "#5ccfe6",
|
||||||
|
"enumMember": "#95e6cb",
|
||||||
|
"event": "#f29e74",
|
||||||
|
"function": "#ffcd66",
|
||||||
|
"interface": "#5ccfe6",
|
||||||
|
"interface.defaultLibrary": {
|
||||||
|
"foreground": "#5ccfe6",
|
||||||
|
"italic": true
|
||||||
|
},
|
||||||
|
"keyword": "#ffa659",
|
||||||
|
"macro": "#d9be98",
|
||||||
|
"method": "#ffcd66",
|
||||||
|
"number": "#dfbfff",
|
||||||
|
"operator": "#f29e74",
|
||||||
|
"regexp": "#95e6cb",
|
||||||
|
"string": "#d5ff80",
|
||||||
|
"struct": "#73d0ff",
|
||||||
|
"struct.defaultLibrary": "#5ccfe6",
|
||||||
|
"type": "#73d0ff",
|
||||||
|
"type.defaultLibrary": "#5ccfe6"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#1f2430",
|
||||||
|
"foreground": "#cccac2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e7c8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"constant.other.symbol"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d5ff80"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp",
|
||||||
|
"constant.character",
|
||||||
|
"constant.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#95e6cb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dfbfff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dfbfff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"variable.parameter.function-call"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cccac2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.member"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f28779"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa659"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa659"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f29e74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.separator",
|
||||||
|
"punctuation.terminator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cccac2b3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cccac2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.accessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f29e74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa659"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa659"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cccac2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.java storage.type",
|
||||||
|
"source.haskell storage.type",
|
||||||
|
"source.c storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#73d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa659"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.java storage.type.primitive"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffcd66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter",
|
||||||
|
"meta.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dfbfff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.function",
|
||||||
|
"variable.annotation",
|
||||||
|
"meta.function-call.generic",
|
||||||
|
"support.function.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffcd66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function",
|
||||||
|
"support.macro"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f28779"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.import",
|
||||||
|
"entity.name.package"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d5ff80"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#73d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#73d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag.end",
|
||||||
|
"punctuation.definition.tag.begin",
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5ccfe680"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffcd66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.pseudo-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#95e6cb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f29e74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"source.go storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator variable.other",
|
||||||
|
"meta.decorator punctuation.decorator",
|
||||||
|
"storage.type.annotation",
|
||||||
|
"entity.name.function.decorator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d9be98"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff6666"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c594c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.ruby variable.other.readwrite"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffcd66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css entity.name.tag",
|
||||||
|
"source.sass entity.name.tag",
|
||||||
|
"source.scss entity.name.tag",
|
||||||
|
"source.less entity.name.tag",
|
||||||
|
"source.stylus entity.name.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#73d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type",
|
||||||
|
"source.sass support.type",
|
||||||
|
"source.scss support.type",
|
||||||
|
"source.less support.type",
|
||||||
|
"source.stylus support.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e7c8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.line-number.find-in-files - match"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e7c8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.line-number.match"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa659"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.filename.find-in-files"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d5ff80"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"message.error"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff6666"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#d5ff80"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic",
|
||||||
|
"emphasis"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f28779"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f28779"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.bold markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#cccac205"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.inline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#cccac20f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#cccac20f",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#6e7c8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#95e6cb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.list punctuation.definition.list.begin"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffcd66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#87d96c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80bfff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f27983"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strike"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d9be98"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strong"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#cccac20f",
|
||||||
|
"foreground": "#5ccfe6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f29e74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown meta.dummy.line-break"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#6e7c8f",
|
||||||
|
"foreground": "#6e7c8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#cccac2",
|
||||||
|
"foreground": "#6e7c8f"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,590 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"actionBar.toggledBackground": "#383a49",
|
||||||
|
"activityBarBadge.background": "#007ACC",
|
||||||
|
"checkbox.border": "#6B6B6B",
|
||||||
|
"editor.background": "#1E1E1E",
|
||||||
|
"editor.foreground": "#D4D4D4",
|
||||||
|
"editor.inactiveSelectionBackground": "#3A3D41",
|
||||||
|
"editor.selectionHighlightBackground": "#ADD6FF26",
|
||||||
|
"editorIndentGuide.activeBackground1": "#707070",
|
||||||
|
"editorIndentGuide.background1": "#404040",
|
||||||
|
"input.placeholderForeground": "#A6A6A6",
|
||||||
|
"list.activeSelectionIconForeground": "#FFF",
|
||||||
|
"list.dropBackground": "#383B3D",
|
||||||
|
"menu.background": "#252526",
|
||||||
|
"menu.border": "#454545",
|
||||||
|
"menu.foreground": "#CCCCCC",
|
||||||
|
"menu.selectionBackground": "#0078d4",
|
||||||
|
"menu.separatorBackground": "#454545",
|
||||||
|
"ports.iconRunningProcessForeground": "#369432",
|
||||||
|
"sideBarSectionHeader.background": "#0000",
|
||||||
|
"sideBarSectionHeader.border": "#ccc3",
|
||||||
|
"sideBarTitle.foreground": "#BBBBBB",
|
||||||
|
"statusBarItem.remoteBackground": "#16825D",
|
||||||
|
"statusBarItem.remoteForeground": "#FFF",
|
||||||
|
"tab.lastPinnedBorder": "#ccc3",
|
||||||
|
"tab.selectedBackground": "#222222",
|
||||||
|
"tab.selectedForeground": "#ffffffa0",
|
||||||
|
"terminal.inactiveSelectionBackground": "#3A3D41",
|
||||||
|
"widget.border": "#303031"
|
||||||
|
},
|
||||||
|
"displayName": "Dark Plus",
|
||||||
|
"name": "dark-plus",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"customLiteral": "#DCDCAA",
|
||||||
|
"newOperator": "#C586C0",
|
||||||
|
"numberLiteral": "#b5cea8",
|
||||||
|
"stringLiteral": "#ce9178"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"string meta.image.inline.markdown",
|
||||||
|
"variable.legacy.builtin.python"
|
||||||
|
],
|
||||||
|
"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",
|
||||||
|
"entity.name.tag.less"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d7ba7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9cdcfe"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.class.css",
|
||||||
|
"source.css entity.other.attribute-name.class",
|
||||||
|
"entity.other.attribute-name.id.css",
|
||||||
|
"entity.other.attribute-name.parent-selector.css",
|
||||||
|
"entity.other.attribute-name.parent.less",
|
||||||
|
"source.css entity.other.attribute-name.pseudo-class",
|
||||||
|
"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": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#569cd6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#569cd6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"source.css variable",
|
||||||
|
"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",
|
||||||
|
"punctuation.separator.namespace.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4EC9B0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control",
|
||||||
|
"source.cpp keyword.operator.new",
|
||||||
|
"keyword.operator.delete",
|
||||||
|
"keyword.other.using",
|
||||||
|
"keyword.other.directive.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",
|
||||||
|
"constant.other.option"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#569cd6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d7ba7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.label",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C8C8C8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,653 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#f78166",
|
||||||
|
"activityBar.background": "#0d1117",
|
||||||
|
"activityBar.border": "#30363d",
|
||||||
|
"activityBar.foreground": "#e6edf3",
|
||||||
|
"activityBar.inactiveForeground": "#7d8590",
|
||||||
|
"activityBarBadge.background": "#1f6feb",
|
||||||
|
"activityBarBadge.foreground": "#ffffff",
|
||||||
|
"badge.background": "#1f6feb",
|
||||||
|
"badge.foreground": "#ffffff",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#7d8590",
|
||||||
|
"breadcrumb.focusForeground": "#e6edf3",
|
||||||
|
"breadcrumb.foreground": "#7d8590",
|
||||||
|
"breadcrumbPicker.background": "#161b22",
|
||||||
|
"button.background": "#238636",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"button.hoverBackground": "#2ea043",
|
||||||
|
"button.secondaryBackground": "#282e33",
|
||||||
|
"button.secondaryForeground": "#c9d1d9",
|
||||||
|
"button.secondaryHoverBackground": "#30363d",
|
||||||
|
"checkbox.background": "#161b22",
|
||||||
|
"checkbox.border": "#30363d",
|
||||||
|
"debugConsole.errorForeground": "#ffa198",
|
||||||
|
"debugConsole.infoForeground": "#8b949e",
|
||||||
|
"debugConsole.sourceForeground": "#e3b341",
|
||||||
|
"debugConsole.warningForeground": "#d29922",
|
||||||
|
"debugConsoleInputIcon.foreground": "#bc8cff",
|
||||||
|
"debugIcon.breakpointForeground": "#f85149",
|
||||||
|
"debugTokenExpression.boolean": "#56d364",
|
||||||
|
"debugTokenExpression.error": "#ffa198",
|
||||||
|
"debugTokenExpression.name": "#79c0ff",
|
||||||
|
"debugTokenExpression.number": "#56d364",
|
||||||
|
"debugTokenExpression.string": "#a5d6ff",
|
||||||
|
"debugTokenExpression.value": "#a5d6ff",
|
||||||
|
"debugToolBar.background": "#161b22",
|
||||||
|
"descriptionForeground": "#7d8590",
|
||||||
|
"diffEditor.insertedLineBackground": "#23863626",
|
||||||
|
"diffEditor.insertedTextBackground": "#3fb9504d",
|
||||||
|
"diffEditor.removedLineBackground": "#da363326",
|
||||||
|
"diffEditor.removedTextBackground": "#ff7b724d",
|
||||||
|
"dropdown.background": "#161b22",
|
||||||
|
"dropdown.border": "#30363d",
|
||||||
|
"dropdown.foreground": "#e6edf3",
|
||||||
|
"dropdown.listBackground": "#161b22",
|
||||||
|
"editor.background": "#0d1117",
|
||||||
|
"editor.findMatchBackground": "#9e6a03",
|
||||||
|
"editor.findMatchHighlightBackground": "#f2cc6080",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#2ea04366",
|
||||||
|
"editor.foldBackground": "#6e76811a",
|
||||||
|
"editor.foreground": "#e6edf3",
|
||||||
|
"editor.lineHighlightBackground": "#6e76811a",
|
||||||
|
"editor.linkedEditingBackground": "#2f81f712",
|
||||||
|
"editor.selectionHighlightBackground": "#3fb95040",
|
||||||
|
"editor.stackFrameHighlightBackground": "#bb800966",
|
||||||
|
"editor.wordHighlightBackground": "#6e768180",
|
||||||
|
"editor.wordHighlightBorder": "#6e768199",
|
||||||
|
"editor.wordHighlightStrongBackground": "#6e76814d",
|
||||||
|
"editor.wordHighlightStrongBorder": "#6e768199",
|
||||||
|
"editorBracketHighlight.foreground1": "#79c0ff",
|
||||||
|
"editorBracketHighlight.foreground2": "#56d364",
|
||||||
|
"editorBracketHighlight.foreground3": "#e3b341",
|
||||||
|
"editorBracketHighlight.foreground4": "#ffa198",
|
||||||
|
"editorBracketHighlight.foreground5": "#ff9bce",
|
||||||
|
"editorBracketHighlight.foreground6": "#d2a8ff",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#7d8590",
|
||||||
|
"editorBracketMatch.background": "#3fb95040",
|
||||||
|
"editorBracketMatch.border": "#3fb95099",
|
||||||
|
"editorCursor.foreground": "#2f81f7",
|
||||||
|
"editorGroup.border": "#30363d",
|
||||||
|
"editorGroupHeader.tabsBackground": "#010409",
|
||||||
|
"editorGroupHeader.tabsBorder": "#30363d",
|
||||||
|
"editorGutter.addedBackground": "#2ea04366",
|
||||||
|
"editorGutter.deletedBackground": "#f8514966",
|
||||||
|
"editorGutter.modifiedBackground": "#bb800966",
|
||||||
|
"editorIndentGuide.activeBackground": "#e6edf33d",
|
||||||
|
"editorIndentGuide.background": "#e6edf31f",
|
||||||
|
"editorInlayHint.background": "#8b949e33",
|
||||||
|
"editorInlayHint.foreground": "#7d8590",
|
||||||
|
"editorInlayHint.paramBackground": "#8b949e33",
|
||||||
|
"editorInlayHint.paramForeground": "#7d8590",
|
||||||
|
"editorInlayHint.typeBackground": "#8b949e33",
|
||||||
|
"editorInlayHint.typeForeground": "#7d8590",
|
||||||
|
"editorLineNumber.activeForeground": "#e6edf3",
|
||||||
|
"editorLineNumber.foreground": "#6e7681",
|
||||||
|
"editorOverviewRuler.border": "#010409",
|
||||||
|
"editorWhitespace.foreground": "#484f58",
|
||||||
|
"editorWidget.background": "#161b22",
|
||||||
|
"errorForeground": "#f85149",
|
||||||
|
"focusBorder": "#1f6feb",
|
||||||
|
"foreground": "#e6edf3",
|
||||||
|
"gitDecoration.addedResourceForeground": "#3fb950",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#db6d28",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f85149",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#6e7681",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#d29922",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#7d8590",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#3fb950",
|
||||||
|
"icon.foreground": "#7d8590",
|
||||||
|
"input.background": "#0d1117",
|
||||||
|
"input.border": "#30363d",
|
||||||
|
"input.foreground": "#e6edf3",
|
||||||
|
"input.placeholderForeground": "#6e7681",
|
||||||
|
"keybindingLabel.foreground": "#e6edf3",
|
||||||
|
"list.activeSelectionBackground": "#6e768166",
|
||||||
|
"list.activeSelectionForeground": "#e6edf3",
|
||||||
|
"list.focusBackground": "#388bfd26",
|
||||||
|
"list.focusForeground": "#e6edf3",
|
||||||
|
"list.highlightForeground": "#2f81f7",
|
||||||
|
"list.hoverBackground": "#6e76811a",
|
||||||
|
"list.hoverForeground": "#e6edf3",
|
||||||
|
"list.inactiveFocusBackground": "#388bfd26",
|
||||||
|
"list.inactiveSelectionBackground": "#6e768166",
|
||||||
|
"list.inactiveSelectionForeground": "#e6edf3",
|
||||||
|
"minimapSlider.activeBackground": "#8b949e47",
|
||||||
|
"minimapSlider.background": "#8b949e33",
|
||||||
|
"minimapSlider.hoverBackground": "#8b949e3d",
|
||||||
|
"notificationCenterHeader.background": "#161b22",
|
||||||
|
"notificationCenterHeader.foreground": "#7d8590",
|
||||||
|
"notifications.background": "#161b22",
|
||||||
|
"notifications.border": "#30363d",
|
||||||
|
"notifications.foreground": "#e6edf3",
|
||||||
|
"notificationsErrorIcon.foreground": "#f85149",
|
||||||
|
"notificationsInfoIcon.foreground": "#2f81f7",
|
||||||
|
"notificationsWarningIcon.foreground": "#d29922",
|
||||||
|
"panel.background": "#010409",
|
||||||
|
"panel.border": "#30363d",
|
||||||
|
"panelInput.border": "#30363d",
|
||||||
|
"panelTitle.activeBorder": "#f78166",
|
||||||
|
"panelTitle.activeForeground": "#e6edf3",
|
||||||
|
"panelTitle.inactiveForeground": "#7d8590",
|
||||||
|
"peekViewEditor.background": "#6e76811a",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
||||||
|
"peekViewResult.background": "#0d1117",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#bb800966",
|
||||||
|
"pickerGroup.border": "#30363d",
|
||||||
|
"pickerGroup.foreground": "#7d8590",
|
||||||
|
"progressBar.background": "#1f6feb",
|
||||||
|
"quickInput.background": "#161b22",
|
||||||
|
"quickInput.foreground": "#e6edf3",
|
||||||
|
"scrollbar.shadow": "#484f5833",
|
||||||
|
"scrollbarSlider.activeBackground": "#8b949e47",
|
||||||
|
"scrollbarSlider.background": "#8b949e33",
|
||||||
|
"scrollbarSlider.hoverBackground": "#8b949e3d",
|
||||||
|
"settings.headerForeground": "#e6edf3",
|
||||||
|
"settings.modifiedItemIndicator": "#bb800966",
|
||||||
|
"sideBar.background": "#010409",
|
||||||
|
"sideBar.border": "#30363d",
|
||||||
|
"sideBar.foreground": "#e6edf3",
|
||||||
|
"sideBarSectionHeader.background": "#010409",
|
||||||
|
"sideBarSectionHeader.border": "#30363d",
|
||||||
|
"sideBarSectionHeader.foreground": "#e6edf3",
|
||||||
|
"sideBarTitle.foreground": "#e6edf3",
|
||||||
|
"statusBar.background": "#0d1117",
|
||||||
|
"statusBar.border": "#30363d",
|
||||||
|
"statusBar.debuggingBackground": "#da3633",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.focusBorder": "#1f6feb80",
|
||||||
|
"statusBar.foreground": "#7d8590",
|
||||||
|
"statusBar.noFolderBackground": "#0d1117",
|
||||||
|
"statusBarItem.activeBackground": "#e6edf31f",
|
||||||
|
"statusBarItem.focusBorder": "#1f6feb",
|
||||||
|
"statusBarItem.hoverBackground": "#e6edf314",
|
||||||
|
"statusBarItem.prominentBackground": "#6e768166",
|
||||||
|
"statusBarItem.remoteBackground": "#30363d",
|
||||||
|
"statusBarItem.remoteForeground": "#e6edf3",
|
||||||
|
"symbolIcon.arrayForeground": "#f0883e",
|
||||||
|
"symbolIcon.booleanForeground": "#58a6ff",
|
||||||
|
"symbolIcon.classForeground": "#f0883e",
|
||||||
|
"symbolIcon.colorForeground": "#79c0ff",
|
||||||
|
"symbolIcon.constantForeground": [
|
||||||
|
"#aff5b4",
|
||||||
|
"#7ee787",
|
||||||
|
"#56d364",
|
||||||
|
"#3fb950",
|
||||||
|
"#2ea043",
|
||||||
|
"#238636",
|
||||||
|
"#196c2e",
|
||||||
|
"#0f5323",
|
||||||
|
"#033a16",
|
||||||
|
"#04260f"
|
||||||
|
],
|
||||||
|
"symbolIcon.constructorForeground": "#d2a8ff",
|
||||||
|
"symbolIcon.enumeratorForeground": "#f0883e",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#58a6ff",
|
||||||
|
"symbolIcon.eventForeground": "#6e7681",
|
||||||
|
"symbolIcon.fieldForeground": "#f0883e",
|
||||||
|
"symbolIcon.fileForeground": "#d29922",
|
||||||
|
"symbolIcon.folderForeground": "#d29922",
|
||||||
|
"symbolIcon.functionForeground": "#bc8cff",
|
||||||
|
"symbolIcon.interfaceForeground": "#f0883e",
|
||||||
|
"symbolIcon.keyForeground": "#58a6ff",
|
||||||
|
"symbolIcon.keywordForeground": "#ff7b72",
|
||||||
|
"symbolIcon.methodForeground": "#bc8cff",
|
||||||
|
"symbolIcon.moduleForeground": "#ff7b72",
|
||||||
|
"symbolIcon.namespaceForeground": "#ff7b72",
|
||||||
|
"symbolIcon.nullForeground": "#58a6ff",
|
||||||
|
"symbolIcon.numberForeground": "#3fb950",
|
||||||
|
"symbolIcon.objectForeground": "#f0883e",
|
||||||
|
"symbolIcon.operatorForeground": "#79c0ff",
|
||||||
|
"symbolIcon.packageForeground": "#f0883e",
|
||||||
|
"symbolIcon.propertyForeground": "#f0883e",
|
||||||
|
"symbolIcon.referenceForeground": "#58a6ff",
|
||||||
|
"symbolIcon.snippetForeground": "#58a6ff",
|
||||||
|
"symbolIcon.stringForeground": "#79c0ff",
|
||||||
|
"symbolIcon.structForeground": "#f0883e",
|
||||||
|
"symbolIcon.textForeground": "#79c0ff",
|
||||||
|
"symbolIcon.typeParameterForeground": "#79c0ff",
|
||||||
|
"symbolIcon.unitForeground": "#58a6ff",
|
||||||
|
"symbolIcon.variableForeground": "#f0883e",
|
||||||
|
"tab.activeBackground": "#0d1117",
|
||||||
|
"tab.activeBorder": "#0d1117",
|
||||||
|
"tab.activeBorderTop": "#f78166",
|
||||||
|
"tab.activeForeground": "#e6edf3",
|
||||||
|
"tab.border": "#30363d",
|
||||||
|
"tab.hoverBackground": "#0d1117",
|
||||||
|
"tab.inactiveBackground": "#010409",
|
||||||
|
"tab.inactiveForeground": "#7d8590",
|
||||||
|
"tab.unfocusedActiveBorder": "#0d1117",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#30363d",
|
||||||
|
"tab.unfocusedHoverBackground": "#6e76811a",
|
||||||
|
"terminal.ansiBlack": "#484f58",
|
||||||
|
"terminal.ansiBlue": "#58a6ff",
|
||||||
|
"terminal.ansiBrightBlack": "#6e7681",
|
||||||
|
"terminal.ansiBrightBlue": "#79c0ff",
|
||||||
|
"terminal.ansiBrightCyan": "#56d4dd",
|
||||||
|
"terminal.ansiBrightGreen": "#56d364",
|
||||||
|
"terminal.ansiBrightMagenta": "#d2a8ff",
|
||||||
|
"terminal.ansiBrightRed": "#ffa198",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#e3b341",
|
||||||
|
"terminal.ansiCyan": "#39c5cf",
|
||||||
|
"terminal.ansiGreen": "#3fb950",
|
||||||
|
"terminal.ansiMagenta": "#bc8cff",
|
||||||
|
"terminal.ansiRed": "#ff7b72",
|
||||||
|
"terminal.ansiWhite": "#b1bac4",
|
||||||
|
"terminal.ansiYellow": "#d29922",
|
||||||
|
"terminal.foreground": "#e6edf3",
|
||||||
|
"textBlockQuote.background": "#010409",
|
||||||
|
"textBlockQuote.border": "#30363d",
|
||||||
|
"textCodeBlock.background": "#6e768166",
|
||||||
|
"textLink.activeForeground": "#2f81f7",
|
||||||
|
"textLink.foreground": "#2f81f7",
|
||||||
|
"textPreformat.background": "#6e768166",
|
||||||
|
"textPreformat.foreground": "#7d8590",
|
||||||
|
"textSeparator.foreground": "#21262d",
|
||||||
|
"titleBar.activeBackground": "#0d1117",
|
||||||
|
"titleBar.activeForeground": "#7d8590",
|
||||||
|
"titleBar.border": "#30363d",
|
||||||
|
"titleBar.inactiveBackground": "#010409",
|
||||||
|
"titleBar.inactiveForeground": "#7d8590",
|
||||||
|
"tree.indentGuidesStroke": "#21262d",
|
||||||
|
"welcomePage.buttonBackground": "#21262d",
|
||||||
|
"welcomePage.buttonHoverBackground": "#30363d"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Dark Default",
|
||||||
|
"name": "github-dark-default",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8b949e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7b72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language",
|
||||||
|
"entity"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"meta.export.default",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa657"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.block",
|
||||||
|
"meta.tag.attributes",
|
||||||
|
"entity.name.constant",
|
||||||
|
"meta.object.member",
|
||||||
|
"meta.embedded.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6edf3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d2a8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7ee787"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7b72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7b72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6edf3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a5d6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa657"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6edf3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#ff7b72",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#f0f6fc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a5d6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a5d6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#7ee787"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7ee787"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa657"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7ee787"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#e6edf3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#e6edf3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#490202",
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7b72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#04260f",
|
||||||
|
"foreground": "#7ee787"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5a1e02",
|
||||||
|
"foreground": "#ffa657"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#79c0ff",
|
||||||
|
"foreground": "#161b22"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#d2a8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8b949e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffa198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a5d6ff"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,653 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#ec775c",
|
||||||
|
"activityBar.background": "#22272e",
|
||||||
|
"activityBar.border": "#444c56",
|
||||||
|
"activityBar.foreground": "#adbac7",
|
||||||
|
"activityBar.inactiveForeground": "#768390",
|
||||||
|
"activityBarBadge.background": "#316dca",
|
||||||
|
"activityBarBadge.foreground": "#cdd9e5",
|
||||||
|
"badge.background": "#316dca",
|
||||||
|
"badge.foreground": "#cdd9e5",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#768390",
|
||||||
|
"breadcrumb.focusForeground": "#adbac7",
|
||||||
|
"breadcrumb.foreground": "#768390",
|
||||||
|
"breadcrumbPicker.background": "#2d333b",
|
||||||
|
"button.background": "#347d39",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"button.hoverBackground": "#46954a",
|
||||||
|
"button.secondaryBackground": "#3d444d",
|
||||||
|
"button.secondaryForeground": "#adbac7",
|
||||||
|
"button.secondaryHoverBackground": "#444c56",
|
||||||
|
"checkbox.background": "#2d333b",
|
||||||
|
"checkbox.border": "#444c56",
|
||||||
|
"debugConsole.errorForeground": "#ff938a",
|
||||||
|
"debugConsole.infoForeground": "#768390",
|
||||||
|
"debugConsole.sourceForeground": "#daaa3f",
|
||||||
|
"debugConsole.warningForeground": "#c69026",
|
||||||
|
"debugConsoleInputIcon.foreground": "#b083f0",
|
||||||
|
"debugIcon.breakpointForeground": "#e5534b",
|
||||||
|
"debugTokenExpression.boolean": "#6bc46d",
|
||||||
|
"debugTokenExpression.error": "#ff938a",
|
||||||
|
"debugTokenExpression.name": "#6cb6ff",
|
||||||
|
"debugTokenExpression.number": "#6bc46d",
|
||||||
|
"debugTokenExpression.string": "#96d0ff",
|
||||||
|
"debugTokenExpression.value": "#96d0ff",
|
||||||
|
"debugToolBar.background": "#2d333b",
|
||||||
|
"descriptionForeground": "#768390",
|
||||||
|
"diffEditor.insertedLineBackground": "#347d3926",
|
||||||
|
"diffEditor.insertedTextBackground": "#57ab5a4d",
|
||||||
|
"diffEditor.removedLineBackground": "#c93c3726",
|
||||||
|
"diffEditor.removedTextBackground": "#f470674d",
|
||||||
|
"dropdown.background": "#2d333b",
|
||||||
|
"dropdown.border": "#444c56",
|
||||||
|
"dropdown.foreground": "#adbac7",
|
||||||
|
"dropdown.listBackground": "#2d333b",
|
||||||
|
"editor.background": "#22272e",
|
||||||
|
"editor.findMatchBackground": "#966600",
|
||||||
|
"editor.findMatchHighlightBackground": "#eac55f80",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#46954a66",
|
||||||
|
"editor.foldBackground": "#636e7b1a",
|
||||||
|
"editor.foreground": "#adbac7",
|
||||||
|
"editor.lineHighlightBackground": "#636e7b1a",
|
||||||
|
"editor.linkedEditingBackground": "#539bf512",
|
||||||
|
"editor.selectionHighlightBackground": "#57ab5a40",
|
||||||
|
"editor.stackFrameHighlightBackground": "#ae7c1466",
|
||||||
|
"editor.wordHighlightBackground": "#636e7b80",
|
||||||
|
"editor.wordHighlightBorder": "#636e7b99",
|
||||||
|
"editor.wordHighlightStrongBackground": "#636e7b4d",
|
||||||
|
"editor.wordHighlightStrongBorder": "#636e7b99",
|
||||||
|
"editorBracketHighlight.foreground1": "#6cb6ff",
|
||||||
|
"editorBracketHighlight.foreground2": "#6bc46d",
|
||||||
|
"editorBracketHighlight.foreground3": "#daaa3f",
|
||||||
|
"editorBracketHighlight.foreground4": "#ff938a",
|
||||||
|
"editorBracketHighlight.foreground5": "#fc8dc7",
|
||||||
|
"editorBracketHighlight.foreground6": "#dcbdfb",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#768390",
|
||||||
|
"editorBracketMatch.background": "#57ab5a40",
|
||||||
|
"editorBracketMatch.border": "#57ab5a99",
|
||||||
|
"editorCursor.foreground": "#539bf5",
|
||||||
|
"editorGroup.border": "#444c56",
|
||||||
|
"editorGroupHeader.tabsBackground": "#1c2128",
|
||||||
|
"editorGroupHeader.tabsBorder": "#444c56",
|
||||||
|
"editorGutter.addedBackground": "#46954a66",
|
||||||
|
"editorGutter.deletedBackground": "#e5534b66",
|
||||||
|
"editorGutter.modifiedBackground": "#ae7c1466",
|
||||||
|
"editorIndentGuide.activeBackground": "#adbac73d",
|
||||||
|
"editorIndentGuide.background": "#adbac71f",
|
||||||
|
"editorInlayHint.background": "#76839033",
|
||||||
|
"editorInlayHint.foreground": "#768390",
|
||||||
|
"editorInlayHint.paramBackground": "#76839033",
|
||||||
|
"editorInlayHint.paramForeground": "#768390",
|
||||||
|
"editorInlayHint.typeBackground": "#76839033",
|
||||||
|
"editorInlayHint.typeForeground": "#768390",
|
||||||
|
"editorLineNumber.activeForeground": "#adbac7",
|
||||||
|
"editorLineNumber.foreground": "#636e7b",
|
||||||
|
"editorOverviewRuler.border": "#1c2128",
|
||||||
|
"editorWhitespace.foreground": "#545d68",
|
||||||
|
"editorWidget.background": "#2d333b",
|
||||||
|
"errorForeground": "#e5534b",
|
||||||
|
"focusBorder": "#316dca",
|
||||||
|
"foreground": "#adbac7",
|
||||||
|
"gitDecoration.addedResourceForeground": "#57ab5a",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#cc6b2c",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#e5534b",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#636e7b",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#c69026",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#768390",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#57ab5a",
|
||||||
|
"icon.foreground": "#768390",
|
||||||
|
"input.background": "#22272e",
|
||||||
|
"input.border": "#444c56",
|
||||||
|
"input.foreground": "#adbac7",
|
||||||
|
"input.placeholderForeground": "#636e7b",
|
||||||
|
"keybindingLabel.foreground": "#adbac7",
|
||||||
|
"list.activeSelectionBackground": "#636e7b66",
|
||||||
|
"list.activeSelectionForeground": "#adbac7",
|
||||||
|
"list.focusBackground": "#4184e426",
|
||||||
|
"list.focusForeground": "#adbac7",
|
||||||
|
"list.highlightForeground": "#539bf5",
|
||||||
|
"list.hoverBackground": "#636e7b1a",
|
||||||
|
"list.hoverForeground": "#adbac7",
|
||||||
|
"list.inactiveFocusBackground": "#4184e426",
|
||||||
|
"list.inactiveSelectionBackground": "#636e7b66",
|
||||||
|
"list.inactiveSelectionForeground": "#adbac7",
|
||||||
|
"minimapSlider.activeBackground": "#76839047",
|
||||||
|
"minimapSlider.background": "#76839033",
|
||||||
|
"minimapSlider.hoverBackground": "#7683903d",
|
||||||
|
"notificationCenterHeader.background": "#2d333b",
|
||||||
|
"notificationCenterHeader.foreground": "#768390",
|
||||||
|
"notifications.background": "#2d333b",
|
||||||
|
"notifications.border": "#444c56",
|
||||||
|
"notifications.foreground": "#adbac7",
|
||||||
|
"notificationsErrorIcon.foreground": "#e5534b",
|
||||||
|
"notificationsInfoIcon.foreground": "#539bf5",
|
||||||
|
"notificationsWarningIcon.foreground": "#c69026",
|
||||||
|
"panel.background": "#1c2128",
|
||||||
|
"panel.border": "#444c56",
|
||||||
|
"panelInput.border": "#444c56",
|
||||||
|
"panelTitle.activeBorder": "#ec775c",
|
||||||
|
"panelTitle.activeForeground": "#adbac7",
|
||||||
|
"panelTitle.inactiveForeground": "#768390",
|
||||||
|
"peekViewEditor.background": "#636e7b1a",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#ae7c1466",
|
||||||
|
"peekViewResult.background": "#22272e",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#ae7c1466",
|
||||||
|
"pickerGroup.border": "#444c56",
|
||||||
|
"pickerGroup.foreground": "#768390",
|
||||||
|
"progressBar.background": "#316dca",
|
||||||
|
"quickInput.background": "#2d333b",
|
||||||
|
"quickInput.foreground": "#adbac7",
|
||||||
|
"scrollbar.shadow": "#545d6833",
|
||||||
|
"scrollbarSlider.activeBackground": "#76839047",
|
||||||
|
"scrollbarSlider.background": "#76839033",
|
||||||
|
"scrollbarSlider.hoverBackground": "#7683903d",
|
||||||
|
"settings.headerForeground": "#adbac7",
|
||||||
|
"settings.modifiedItemIndicator": "#ae7c1466",
|
||||||
|
"sideBar.background": "#1c2128",
|
||||||
|
"sideBar.border": "#444c56",
|
||||||
|
"sideBar.foreground": "#adbac7",
|
||||||
|
"sideBarSectionHeader.background": "#1c2128",
|
||||||
|
"sideBarSectionHeader.border": "#444c56",
|
||||||
|
"sideBarSectionHeader.foreground": "#adbac7",
|
||||||
|
"sideBarTitle.foreground": "#adbac7",
|
||||||
|
"statusBar.background": "#22272e",
|
||||||
|
"statusBar.border": "#444c56",
|
||||||
|
"statusBar.debuggingBackground": "#c93c37",
|
||||||
|
"statusBar.debuggingForeground": "#cdd9e5",
|
||||||
|
"statusBar.focusBorder": "#316dca80",
|
||||||
|
"statusBar.foreground": "#768390",
|
||||||
|
"statusBar.noFolderBackground": "#22272e",
|
||||||
|
"statusBarItem.activeBackground": "#adbac71f",
|
||||||
|
"statusBarItem.focusBorder": "#316dca",
|
||||||
|
"statusBarItem.hoverBackground": "#adbac714",
|
||||||
|
"statusBarItem.prominentBackground": "#636e7b66",
|
||||||
|
"statusBarItem.remoteBackground": "#444c56",
|
||||||
|
"statusBarItem.remoteForeground": "#adbac7",
|
||||||
|
"symbolIcon.arrayForeground": "#e0823d",
|
||||||
|
"symbolIcon.booleanForeground": "#539bf5",
|
||||||
|
"symbolIcon.classForeground": "#e0823d",
|
||||||
|
"symbolIcon.colorForeground": "#6cb6ff",
|
||||||
|
"symbolIcon.constantForeground": [
|
||||||
|
"#b4f1b4",
|
||||||
|
"#8ddb8c",
|
||||||
|
"#6bc46d",
|
||||||
|
"#57ab5a",
|
||||||
|
"#46954a",
|
||||||
|
"#347d39",
|
||||||
|
"#2b6a30",
|
||||||
|
"#245829",
|
||||||
|
"#1b4721",
|
||||||
|
"#113417"
|
||||||
|
],
|
||||||
|
"symbolIcon.constructorForeground": "#dcbdfb",
|
||||||
|
"symbolIcon.enumeratorForeground": "#e0823d",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#539bf5",
|
||||||
|
"symbolIcon.eventForeground": "#636e7b",
|
||||||
|
"symbolIcon.fieldForeground": "#e0823d",
|
||||||
|
"symbolIcon.fileForeground": "#c69026",
|
||||||
|
"symbolIcon.folderForeground": "#c69026",
|
||||||
|
"symbolIcon.functionForeground": "#b083f0",
|
||||||
|
"symbolIcon.interfaceForeground": "#e0823d",
|
||||||
|
"symbolIcon.keyForeground": "#539bf5",
|
||||||
|
"symbolIcon.keywordForeground": "#f47067",
|
||||||
|
"symbolIcon.methodForeground": "#b083f0",
|
||||||
|
"symbolIcon.moduleForeground": "#f47067",
|
||||||
|
"symbolIcon.namespaceForeground": "#f47067",
|
||||||
|
"symbolIcon.nullForeground": "#539bf5",
|
||||||
|
"symbolIcon.numberForeground": "#57ab5a",
|
||||||
|
"symbolIcon.objectForeground": "#e0823d",
|
||||||
|
"symbolIcon.operatorForeground": "#6cb6ff",
|
||||||
|
"symbolIcon.packageForeground": "#e0823d",
|
||||||
|
"symbolIcon.propertyForeground": "#e0823d",
|
||||||
|
"symbolIcon.referenceForeground": "#539bf5",
|
||||||
|
"symbolIcon.snippetForeground": "#539bf5",
|
||||||
|
"symbolIcon.stringForeground": "#6cb6ff",
|
||||||
|
"symbolIcon.structForeground": "#e0823d",
|
||||||
|
"symbolIcon.textForeground": "#6cb6ff",
|
||||||
|
"symbolIcon.typeParameterForeground": "#6cb6ff",
|
||||||
|
"symbolIcon.unitForeground": "#539bf5",
|
||||||
|
"symbolIcon.variableForeground": "#e0823d",
|
||||||
|
"tab.activeBackground": "#22272e",
|
||||||
|
"tab.activeBorder": "#22272e",
|
||||||
|
"tab.activeBorderTop": "#ec775c",
|
||||||
|
"tab.activeForeground": "#adbac7",
|
||||||
|
"tab.border": "#444c56",
|
||||||
|
"tab.hoverBackground": "#22272e",
|
||||||
|
"tab.inactiveBackground": "#1c2128",
|
||||||
|
"tab.inactiveForeground": "#768390",
|
||||||
|
"tab.unfocusedActiveBorder": "#22272e",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#444c56",
|
||||||
|
"tab.unfocusedHoverBackground": "#636e7b1a",
|
||||||
|
"terminal.ansiBlack": "#545d68",
|
||||||
|
"terminal.ansiBlue": "#539bf5",
|
||||||
|
"terminal.ansiBrightBlack": "#636e7b",
|
||||||
|
"terminal.ansiBrightBlue": "#6cb6ff",
|
||||||
|
"terminal.ansiBrightCyan": "#56d4dd",
|
||||||
|
"terminal.ansiBrightGreen": "#6bc46d",
|
||||||
|
"terminal.ansiBrightMagenta": "#dcbdfb",
|
||||||
|
"terminal.ansiBrightRed": "#ff938a",
|
||||||
|
"terminal.ansiBrightWhite": "#cdd9e5",
|
||||||
|
"terminal.ansiBrightYellow": "#daaa3f",
|
||||||
|
"terminal.ansiCyan": "#39c5cf",
|
||||||
|
"terminal.ansiGreen": "#57ab5a",
|
||||||
|
"terminal.ansiMagenta": "#b083f0",
|
||||||
|
"terminal.ansiRed": "#f47067",
|
||||||
|
"terminal.ansiWhite": "#909dab",
|
||||||
|
"terminal.ansiYellow": "#c69026",
|
||||||
|
"terminal.foreground": "#adbac7",
|
||||||
|
"textBlockQuote.background": "#1c2128",
|
||||||
|
"textBlockQuote.border": "#444c56",
|
||||||
|
"textCodeBlock.background": "#636e7b66",
|
||||||
|
"textLink.activeForeground": "#539bf5",
|
||||||
|
"textLink.foreground": "#539bf5",
|
||||||
|
"textPreformat.background": "#636e7b66",
|
||||||
|
"textPreformat.foreground": "#768390",
|
||||||
|
"textSeparator.foreground": "#373e47",
|
||||||
|
"titleBar.activeBackground": "#22272e",
|
||||||
|
"titleBar.activeForeground": "#768390",
|
||||||
|
"titleBar.border": "#444c56",
|
||||||
|
"titleBar.inactiveBackground": "#1c2128",
|
||||||
|
"titleBar.inactiveForeground": "#768390",
|
||||||
|
"tree.indentGuidesStroke": "#373e47",
|
||||||
|
"welcomePage.buttonBackground": "#373e47",
|
||||||
|
"welcomePage.buttonHoverBackground": "#444c56"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Dark Dimmed",
|
||||||
|
"name": "github-dark-dimmed",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#768390"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f47067"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language",
|
||||||
|
"entity"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"meta.export.default",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f69d50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.block",
|
||||||
|
"meta.tag.attributes",
|
||||||
|
"entity.name.constant",
|
||||||
|
"meta.object.member",
|
||||||
|
"meta.embedded.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#adbac7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dcbdfb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8ddb8c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f47067"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f47067"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#adbac7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#96d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f69d50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#adbac7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#f47067",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#cdd9e5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#96d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#96d0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#8ddb8c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8ddb8c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f69d50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8ddb8c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#adbac7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#adbac7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#5d0f12",
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f47067"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#113417",
|
||||||
|
"foreground": "#8ddb8c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#682d0f",
|
||||||
|
"foreground": "#f69d50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#6cb6ff",
|
||||||
|
"foreground": "#2d333b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#dcbdfb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6cb6ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#768390"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff938a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#96d0ff"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,657 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#ff967d",
|
||||||
|
"activityBar.background": "#0a0c10",
|
||||||
|
"activityBar.border": "#7a828e",
|
||||||
|
"activityBar.foreground": "#f0f3f6",
|
||||||
|
"activityBar.inactiveForeground": "#f0f3f6",
|
||||||
|
"activityBarBadge.background": "#409eff",
|
||||||
|
"activityBarBadge.foreground": "#0a0c10",
|
||||||
|
"badge.background": "#409eff",
|
||||||
|
"badge.foreground": "#0a0c10",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#f0f3f6",
|
||||||
|
"breadcrumb.focusForeground": "#f0f3f6",
|
||||||
|
"breadcrumb.foreground": "#f0f3f6",
|
||||||
|
"breadcrumbPicker.background": "#272b33",
|
||||||
|
"button.background": "#09b43a",
|
||||||
|
"button.foreground": "#0a0c10",
|
||||||
|
"button.hoverBackground": "#26cd4d",
|
||||||
|
"button.secondaryBackground": "#4c525d",
|
||||||
|
"button.secondaryForeground": "#f0f3f6",
|
||||||
|
"button.secondaryHoverBackground": "#525964",
|
||||||
|
"checkbox.background": "#272b33",
|
||||||
|
"checkbox.border": "#7a828e",
|
||||||
|
"debugConsole.errorForeground": "#ffb1af",
|
||||||
|
"debugConsole.infoForeground": "#bdc4cc",
|
||||||
|
"debugConsole.sourceForeground": "#f7c843",
|
||||||
|
"debugConsole.warningForeground": "#f0b72f",
|
||||||
|
"debugConsoleInputIcon.foreground": "#cb9eff",
|
||||||
|
"debugIcon.breakpointForeground": "#ff6a69",
|
||||||
|
"debugTokenExpression.boolean": "#4ae168",
|
||||||
|
"debugTokenExpression.error": "#ffb1af",
|
||||||
|
"debugTokenExpression.name": "#91cbff",
|
||||||
|
"debugTokenExpression.number": "#4ae168",
|
||||||
|
"debugTokenExpression.string": "#addcff",
|
||||||
|
"debugTokenExpression.value": "#addcff",
|
||||||
|
"debugToolBar.background": "#272b33",
|
||||||
|
"descriptionForeground": "#f0f3f6",
|
||||||
|
"diffEditor.insertedLineBackground": "#09b43a26",
|
||||||
|
"diffEditor.insertedTextBackground": "#26cd4d4d",
|
||||||
|
"diffEditor.removedLineBackground": "#ff6a6926",
|
||||||
|
"diffEditor.removedTextBackground": "#ff94924d",
|
||||||
|
"dropdown.background": "#272b33",
|
||||||
|
"dropdown.border": "#7a828e",
|
||||||
|
"dropdown.foreground": "#f0f3f6",
|
||||||
|
"dropdown.listBackground": "#272b33",
|
||||||
|
"editor.background": "#0a0c10",
|
||||||
|
"editor.findMatchBackground": "#e09b13",
|
||||||
|
"editor.findMatchHighlightBackground": "#fbd66980",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#09b43a",
|
||||||
|
"editor.foldBackground": "#9ea7b31a",
|
||||||
|
"editor.foreground": "#f0f3f6",
|
||||||
|
"editor.inactiveSelectionBackground": "#9ea7b3",
|
||||||
|
"editor.lineHighlightBackground": "#9ea7b31a",
|
||||||
|
"editor.lineHighlightBorder": "#71b7ff",
|
||||||
|
"editor.linkedEditingBackground": "#71b7ff12",
|
||||||
|
"editor.selectionBackground": "#ffffff",
|
||||||
|
"editor.selectionForeground": "#0a0c10",
|
||||||
|
"editor.selectionHighlightBackground": "#26cd4d40",
|
||||||
|
"editor.stackFrameHighlightBackground": "#e09b13",
|
||||||
|
"editor.wordHighlightBackground": "#9ea7b380",
|
||||||
|
"editor.wordHighlightBorder": "#9ea7b399",
|
||||||
|
"editor.wordHighlightStrongBackground": "#9ea7b34d",
|
||||||
|
"editor.wordHighlightStrongBorder": "#9ea7b399",
|
||||||
|
"editorBracketHighlight.foreground1": "#91cbff",
|
||||||
|
"editorBracketHighlight.foreground2": "#4ae168",
|
||||||
|
"editorBracketHighlight.foreground3": "#f7c843",
|
||||||
|
"editorBracketHighlight.foreground4": "#ffb1af",
|
||||||
|
"editorBracketHighlight.foreground5": "#ffadd4",
|
||||||
|
"editorBracketHighlight.foreground6": "#dbb7ff",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#f0f3f6",
|
||||||
|
"editorBracketMatch.background": "#26cd4d40",
|
||||||
|
"editorBracketMatch.border": "#26cd4d99",
|
||||||
|
"editorCursor.foreground": "#71b7ff",
|
||||||
|
"editorGroup.border": "#7a828e",
|
||||||
|
"editorGroupHeader.tabsBackground": "#010409",
|
||||||
|
"editorGroupHeader.tabsBorder": "#7a828e",
|
||||||
|
"editorGutter.addedBackground": "#09b43a",
|
||||||
|
"editorGutter.deletedBackground": "#ff6a69",
|
||||||
|
"editorGutter.modifiedBackground": "#e09b13",
|
||||||
|
"editorIndentGuide.activeBackground": "#f0f3f63d",
|
||||||
|
"editorIndentGuide.background": "#f0f3f61f",
|
||||||
|
"editorInlayHint.background": "#bdc4cc33",
|
||||||
|
"editorInlayHint.foreground": "#f0f3f6",
|
||||||
|
"editorInlayHint.paramBackground": "#bdc4cc33",
|
||||||
|
"editorInlayHint.paramForeground": "#f0f3f6",
|
||||||
|
"editorInlayHint.typeBackground": "#bdc4cc33",
|
||||||
|
"editorInlayHint.typeForeground": "#f0f3f6",
|
||||||
|
"editorLineNumber.activeForeground": "#f0f3f6",
|
||||||
|
"editorLineNumber.foreground": "#9ea7b3",
|
||||||
|
"editorOverviewRuler.border": "#010409",
|
||||||
|
"editorWhitespace.foreground": "#7a828e",
|
||||||
|
"editorWidget.background": "#272b33",
|
||||||
|
"errorForeground": "#ff6a69",
|
||||||
|
"focusBorder": "#409eff",
|
||||||
|
"foreground": "#f0f3f6",
|
||||||
|
"gitDecoration.addedResourceForeground": "#26cd4d",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#e7811d",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#ff6a69",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#9ea7b3",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#f0b72f",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#f0f3f6",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#26cd4d",
|
||||||
|
"icon.foreground": "#f0f3f6",
|
||||||
|
"input.background": "#0a0c10",
|
||||||
|
"input.border": "#7a828e",
|
||||||
|
"input.foreground": "#f0f3f6",
|
||||||
|
"input.placeholderForeground": "#9ea7b3",
|
||||||
|
"keybindingLabel.foreground": "#f0f3f6",
|
||||||
|
"list.activeSelectionBackground": "#9ea7b366",
|
||||||
|
"list.activeSelectionForeground": "#f0f3f6",
|
||||||
|
"list.focusBackground": "#409eff26",
|
||||||
|
"list.focusForeground": "#f0f3f6",
|
||||||
|
"list.highlightForeground": "#71b7ff",
|
||||||
|
"list.hoverBackground": "#9ea7b31a",
|
||||||
|
"list.hoverForeground": "#f0f3f6",
|
||||||
|
"list.inactiveFocusBackground": "#409eff26",
|
||||||
|
"list.inactiveSelectionBackground": "#9ea7b366",
|
||||||
|
"list.inactiveSelectionForeground": "#f0f3f6",
|
||||||
|
"minimapSlider.activeBackground": "#bdc4cc47",
|
||||||
|
"minimapSlider.background": "#bdc4cc33",
|
||||||
|
"minimapSlider.hoverBackground": "#bdc4cc3d",
|
||||||
|
"notificationCenterHeader.background": "#272b33",
|
||||||
|
"notificationCenterHeader.foreground": "#f0f3f6",
|
||||||
|
"notifications.background": "#272b33",
|
||||||
|
"notifications.border": "#7a828e",
|
||||||
|
"notifications.foreground": "#f0f3f6",
|
||||||
|
"notificationsErrorIcon.foreground": "#ff6a69",
|
||||||
|
"notificationsInfoIcon.foreground": "#71b7ff",
|
||||||
|
"notificationsWarningIcon.foreground": "#f0b72f",
|
||||||
|
"panel.background": "#010409",
|
||||||
|
"panel.border": "#7a828e",
|
||||||
|
"panelInput.border": "#7a828e",
|
||||||
|
"panelTitle.activeBorder": "#ff967d",
|
||||||
|
"panelTitle.activeForeground": "#f0f3f6",
|
||||||
|
"panelTitle.inactiveForeground": "#f0f3f6",
|
||||||
|
"peekViewEditor.background": "#9ea7b31a",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#e09b13",
|
||||||
|
"peekViewResult.background": "#0a0c10",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#e09b13",
|
||||||
|
"pickerGroup.border": "#7a828e",
|
||||||
|
"pickerGroup.foreground": "#f0f3f6",
|
||||||
|
"progressBar.background": "#409eff",
|
||||||
|
"quickInput.background": "#272b33",
|
||||||
|
"quickInput.foreground": "#f0f3f6",
|
||||||
|
"scrollbar.shadow": "#7a828e33",
|
||||||
|
"scrollbarSlider.activeBackground": "#bdc4cc47",
|
||||||
|
"scrollbarSlider.background": "#bdc4cc33",
|
||||||
|
"scrollbarSlider.hoverBackground": "#bdc4cc3d",
|
||||||
|
"settings.headerForeground": "#f0f3f6",
|
||||||
|
"settings.modifiedItemIndicator": "#e09b13",
|
||||||
|
"sideBar.background": "#010409",
|
||||||
|
"sideBar.border": "#7a828e",
|
||||||
|
"sideBar.foreground": "#f0f3f6",
|
||||||
|
"sideBarSectionHeader.background": "#010409",
|
||||||
|
"sideBarSectionHeader.border": "#7a828e",
|
||||||
|
"sideBarSectionHeader.foreground": "#f0f3f6",
|
||||||
|
"sideBarTitle.foreground": "#f0f3f6",
|
||||||
|
"statusBar.background": "#0a0c10",
|
||||||
|
"statusBar.border": "#7a828e",
|
||||||
|
"statusBar.debuggingBackground": "#ff6a69",
|
||||||
|
"statusBar.debuggingForeground": "#0a0c10",
|
||||||
|
"statusBar.focusBorder": "#409eff80",
|
||||||
|
"statusBar.foreground": "#f0f3f6",
|
||||||
|
"statusBar.noFolderBackground": "#0a0c10",
|
||||||
|
"statusBarItem.activeBackground": "#f0f3f61f",
|
||||||
|
"statusBarItem.focusBorder": "#409eff",
|
||||||
|
"statusBarItem.hoverBackground": "#f0f3f614",
|
||||||
|
"statusBarItem.prominentBackground": "#9ea7b366",
|
||||||
|
"statusBarItem.remoteBackground": "#525964",
|
||||||
|
"statusBarItem.remoteForeground": "#f0f3f6",
|
||||||
|
"symbolIcon.arrayForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.booleanForeground": "#71b7ff",
|
||||||
|
"symbolIcon.classForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.colorForeground": "#91cbff",
|
||||||
|
"symbolIcon.constantForeground": [
|
||||||
|
"#acf7b6",
|
||||||
|
"#72f088",
|
||||||
|
"#4ae168",
|
||||||
|
"#26cd4d",
|
||||||
|
"#09b43a",
|
||||||
|
"#09b43a",
|
||||||
|
"#02a232",
|
||||||
|
"#008c2c",
|
||||||
|
"#007728",
|
||||||
|
"#006222"
|
||||||
|
],
|
||||||
|
"symbolIcon.constructorForeground": "#dbb7ff",
|
||||||
|
"symbolIcon.enumeratorForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#71b7ff",
|
||||||
|
"symbolIcon.eventForeground": "#9ea7b3",
|
||||||
|
"symbolIcon.fieldForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.fileForeground": "#f0b72f",
|
||||||
|
"symbolIcon.folderForeground": "#f0b72f",
|
||||||
|
"symbolIcon.functionForeground": "#cb9eff",
|
||||||
|
"symbolIcon.interfaceForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.keyForeground": "#71b7ff",
|
||||||
|
"symbolIcon.keywordForeground": "#ff9492",
|
||||||
|
"symbolIcon.methodForeground": "#cb9eff",
|
||||||
|
"symbolIcon.moduleForeground": "#ff9492",
|
||||||
|
"symbolIcon.namespaceForeground": "#ff9492",
|
||||||
|
"symbolIcon.nullForeground": "#71b7ff",
|
||||||
|
"symbolIcon.numberForeground": "#26cd4d",
|
||||||
|
"symbolIcon.objectForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.operatorForeground": "#91cbff",
|
||||||
|
"symbolIcon.packageForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.propertyForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.referenceForeground": "#71b7ff",
|
||||||
|
"symbolIcon.snippetForeground": "#71b7ff",
|
||||||
|
"symbolIcon.stringForeground": "#91cbff",
|
||||||
|
"symbolIcon.structForeground": "#fe9a2d",
|
||||||
|
"symbolIcon.textForeground": "#91cbff",
|
||||||
|
"symbolIcon.typeParameterForeground": "#91cbff",
|
||||||
|
"symbolIcon.unitForeground": "#71b7ff",
|
||||||
|
"symbolIcon.variableForeground": "#fe9a2d",
|
||||||
|
"tab.activeBackground": "#0a0c10",
|
||||||
|
"tab.activeBorder": "#0a0c10",
|
||||||
|
"tab.activeBorderTop": "#ff967d",
|
||||||
|
"tab.activeForeground": "#f0f3f6",
|
||||||
|
"tab.border": "#7a828e",
|
||||||
|
"tab.hoverBackground": "#0a0c10",
|
||||||
|
"tab.inactiveBackground": "#010409",
|
||||||
|
"tab.inactiveForeground": "#f0f3f6",
|
||||||
|
"tab.unfocusedActiveBorder": "#0a0c10",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#7a828e",
|
||||||
|
"tab.unfocusedHoverBackground": "#9ea7b31a",
|
||||||
|
"terminal.ansiBlack": "#7a828e",
|
||||||
|
"terminal.ansiBlue": "#71b7ff",
|
||||||
|
"terminal.ansiBrightBlack": "#9ea7b3",
|
||||||
|
"terminal.ansiBrightBlue": "#91cbff",
|
||||||
|
"terminal.ansiBrightCyan": "#56d4dd",
|
||||||
|
"terminal.ansiBrightGreen": "#4ae168",
|
||||||
|
"terminal.ansiBrightMagenta": "#dbb7ff",
|
||||||
|
"terminal.ansiBrightRed": "#ffb1af",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#f7c843",
|
||||||
|
"terminal.ansiCyan": "#39c5cf",
|
||||||
|
"terminal.ansiGreen": "#26cd4d",
|
||||||
|
"terminal.ansiMagenta": "#cb9eff",
|
||||||
|
"terminal.ansiRed": "#ff9492",
|
||||||
|
"terminal.ansiWhite": "#d9dee3",
|
||||||
|
"terminal.ansiYellow": "#f0b72f",
|
||||||
|
"terminal.foreground": "#f0f3f6",
|
||||||
|
"textBlockQuote.background": "#010409",
|
||||||
|
"textBlockQuote.border": "#7a828e",
|
||||||
|
"textCodeBlock.background": "#9ea7b366",
|
||||||
|
"textLink.activeForeground": "#71b7ff",
|
||||||
|
"textLink.foreground": "#71b7ff",
|
||||||
|
"textPreformat.background": "#9ea7b366",
|
||||||
|
"textPreformat.foreground": "#f0f3f6",
|
||||||
|
"textSeparator.foreground": "#7a828e",
|
||||||
|
"titleBar.activeBackground": "#0a0c10",
|
||||||
|
"titleBar.activeForeground": "#f0f3f6",
|
||||||
|
"titleBar.border": "#7a828e",
|
||||||
|
"titleBar.inactiveBackground": "#010409",
|
||||||
|
"titleBar.inactiveForeground": "#f0f3f6",
|
||||||
|
"tree.indentGuidesStroke": "#7a828e",
|
||||||
|
"welcomePage.buttonBackground": "#272b33",
|
||||||
|
"welcomePage.buttonHoverBackground": "#525964"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Dark High Contrast",
|
||||||
|
"name": "github-dark-high-contrast",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bdc4cc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9492"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language",
|
||||||
|
"entity"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"meta.export.default",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb757"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.block",
|
||||||
|
"meta.tag.attributes",
|
||||||
|
"entity.name.constant",
|
||||||
|
"meta.object.member",
|
||||||
|
"meta.embedded.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f0f3f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbb7ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f088"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9492"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9492"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f0f3f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#addcff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb757"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f0f3f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#ff9492",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#ffffff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#addcff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#addcff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#72f088"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f088"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb757"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f088"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f0f3f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f0f3f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ad0116",
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9492"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#006222",
|
||||||
|
"foreground": "#72f088"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#a74c00",
|
||||||
|
"foreground": "#ffb757"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#91cbff",
|
||||||
|
"foreground": "#272b33"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#dbb7ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91cbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bdc4cc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb1af"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#addcff"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,544 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#f9826c",
|
||||||
|
"activityBar.background": "#24292e",
|
||||||
|
"activityBar.border": "#1b1f23",
|
||||||
|
"activityBar.foreground": "#e1e4e8",
|
||||||
|
"activityBar.inactiveForeground": "#6a737d",
|
||||||
|
"activityBarBadge.background": "#0366d6",
|
||||||
|
"activityBarBadge.foreground": "#fff",
|
||||||
|
"badge.background": "#044289",
|
||||||
|
"badge.foreground": "#c8e1ff",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#d1d5da",
|
||||||
|
"breadcrumb.focusForeground": "#e1e4e8",
|
||||||
|
"breadcrumb.foreground": "#959da5",
|
||||||
|
"breadcrumbPicker.background": "#2b3036",
|
||||||
|
"button.background": "#176f2c",
|
||||||
|
"button.foreground": "#dcffe4",
|
||||||
|
"button.hoverBackground": "#22863a",
|
||||||
|
"button.secondaryBackground": "#444d56",
|
||||||
|
"button.secondaryForeground": "#fff",
|
||||||
|
"button.secondaryHoverBackground": "#586069",
|
||||||
|
"checkbox.background": "#444d56",
|
||||||
|
"checkbox.border": "#1b1f23",
|
||||||
|
"debugToolBar.background": "#2b3036",
|
||||||
|
"descriptionForeground": "#959da5",
|
||||||
|
"diffEditor.insertedTextBackground": "#28a74530",
|
||||||
|
"diffEditor.removedTextBackground": "#d73a4930",
|
||||||
|
"dropdown.background": "#2f363d",
|
||||||
|
"dropdown.border": "#1b1f23",
|
||||||
|
"dropdown.foreground": "#e1e4e8",
|
||||||
|
"dropdown.listBackground": "#24292e",
|
||||||
|
"editor.background": "#24292e",
|
||||||
|
"editor.findMatchBackground": "#ffd33d44",
|
||||||
|
"editor.findMatchHighlightBackground": "#ffd33d22",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#2b6a3033",
|
||||||
|
"editor.foldBackground": "#58606915",
|
||||||
|
"editor.foreground": "#e1e4e8",
|
||||||
|
"editor.inactiveSelectionBackground": "#3392FF22",
|
||||||
|
"editor.lineHighlightBackground": "#2b3036",
|
||||||
|
"editor.linkedEditingBackground": "#3392FF22",
|
||||||
|
"editor.selectionBackground": "#3392FF44",
|
||||||
|
"editor.selectionHighlightBackground": "#17E5E633",
|
||||||
|
"editor.selectionHighlightBorder": "#17E5E600",
|
||||||
|
"editor.stackFrameHighlightBackground": "#C6902625",
|
||||||
|
"editor.wordHighlightBackground": "#17E5E600",
|
||||||
|
"editor.wordHighlightBorder": "#17E5E699",
|
||||||
|
"editor.wordHighlightStrongBackground": "#17E5E600",
|
||||||
|
"editor.wordHighlightStrongBorder": "#17E5E666",
|
||||||
|
"editorBracketHighlight.foreground1": "#79b8ff",
|
||||||
|
"editorBracketHighlight.foreground2": "#ffab70",
|
||||||
|
"editorBracketHighlight.foreground3": "#b392f0",
|
||||||
|
"editorBracketHighlight.foreground4": "#79b8ff",
|
||||||
|
"editorBracketHighlight.foreground5": "#ffab70",
|
||||||
|
"editorBracketHighlight.foreground6": "#b392f0",
|
||||||
|
"editorBracketMatch.background": "#17E5E650",
|
||||||
|
"editorBracketMatch.border": "#17E5E600",
|
||||||
|
"editorCursor.foreground": "#c8e1ff",
|
||||||
|
"editorError.foreground": "#f97583",
|
||||||
|
"editorGroup.border": "#1b1f23",
|
||||||
|
"editorGroupHeader.tabsBackground": "#1f2428",
|
||||||
|
"editorGroupHeader.tabsBorder": "#1b1f23",
|
||||||
|
"editorGutter.addedBackground": "#28a745",
|
||||||
|
"editorGutter.deletedBackground": "#ea4a5a",
|
||||||
|
"editorGutter.modifiedBackground": "#2188ff",
|
||||||
|
"editorIndentGuide.activeBackground": "#444d56",
|
||||||
|
"editorIndentGuide.background": "#2f363d",
|
||||||
|
"editorLineNumber.activeForeground": "#e1e4e8",
|
||||||
|
"editorLineNumber.foreground": "#444d56",
|
||||||
|
"editorOverviewRuler.border": "#1b1f23",
|
||||||
|
"editorWarning.foreground": "#ffea7f",
|
||||||
|
"editorWhitespace.foreground": "#444d56",
|
||||||
|
"editorWidget.background": "#1f2428",
|
||||||
|
"errorForeground": "#f97583",
|
||||||
|
"focusBorder": "#005cc5",
|
||||||
|
"foreground": "#d1d5da",
|
||||||
|
"gitDecoration.addedResourceForeground": "#34d058",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#ffab70",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#ea4a5a",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#6a737d",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#79b8ff",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#6a737d",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#34d058",
|
||||||
|
"input.background": "#2f363d",
|
||||||
|
"input.border": "#1b1f23",
|
||||||
|
"input.foreground": "#e1e4e8",
|
||||||
|
"input.placeholderForeground": "#959da5",
|
||||||
|
"list.activeSelectionBackground": "#39414a",
|
||||||
|
"list.activeSelectionForeground": "#e1e4e8",
|
||||||
|
"list.focusBackground": "#044289",
|
||||||
|
"list.hoverBackground": "#282e34",
|
||||||
|
"list.hoverForeground": "#e1e4e8",
|
||||||
|
"list.inactiveFocusBackground": "#1d2d3e",
|
||||||
|
"list.inactiveSelectionBackground": "#282e34",
|
||||||
|
"list.inactiveSelectionForeground": "#e1e4e8",
|
||||||
|
"notificationCenterHeader.background": "#24292e",
|
||||||
|
"notificationCenterHeader.foreground": "#959da5",
|
||||||
|
"notifications.background": "#2f363d",
|
||||||
|
"notifications.border": "#1b1f23",
|
||||||
|
"notifications.foreground": "#e1e4e8",
|
||||||
|
"notificationsErrorIcon.foreground": "#ea4a5a",
|
||||||
|
"notificationsInfoIcon.foreground": "#79b8ff",
|
||||||
|
"notificationsWarningIcon.foreground": "#ffab70",
|
||||||
|
"panel.background": "#1f2428",
|
||||||
|
"panel.border": "#1b1f23",
|
||||||
|
"panelInput.border": "#2f363d",
|
||||||
|
"panelTitle.activeBorder": "#f9826c",
|
||||||
|
"panelTitle.activeForeground": "#e1e4e8",
|
||||||
|
"panelTitle.inactiveForeground": "#959da5",
|
||||||
|
"peekViewEditor.background": "#1f242888",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#ffd33d33",
|
||||||
|
"peekViewResult.background": "#1f2428",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#ffd33d33",
|
||||||
|
"pickerGroup.border": "#444d56",
|
||||||
|
"pickerGroup.foreground": "#e1e4e8",
|
||||||
|
"progressBar.background": "#0366d6",
|
||||||
|
"quickInput.background": "#24292e",
|
||||||
|
"quickInput.foreground": "#e1e4e8",
|
||||||
|
"scrollbar.shadow": "#0008",
|
||||||
|
"scrollbarSlider.activeBackground": "#6a737d88",
|
||||||
|
"scrollbarSlider.background": "#6a737d33",
|
||||||
|
"scrollbarSlider.hoverBackground": "#6a737d44",
|
||||||
|
"settings.headerForeground": "#e1e4e8",
|
||||||
|
"settings.modifiedItemIndicator": "#0366d6",
|
||||||
|
"sideBar.background": "#1f2428",
|
||||||
|
"sideBar.border": "#1b1f23",
|
||||||
|
"sideBar.foreground": "#d1d5da",
|
||||||
|
"sideBarSectionHeader.background": "#1f2428",
|
||||||
|
"sideBarSectionHeader.border": "#1b1f23",
|
||||||
|
"sideBarSectionHeader.foreground": "#e1e4e8",
|
||||||
|
"sideBarTitle.foreground": "#e1e4e8",
|
||||||
|
"statusBar.background": "#24292e",
|
||||||
|
"statusBar.border": "#1b1f23",
|
||||||
|
"statusBar.debuggingBackground": "#931c06",
|
||||||
|
"statusBar.debuggingForeground": "#fff",
|
||||||
|
"statusBar.foreground": "#d1d5da",
|
||||||
|
"statusBar.noFolderBackground": "#24292e",
|
||||||
|
"statusBarItem.prominentBackground": "#282e34",
|
||||||
|
"statusBarItem.remoteBackground": "#24292e",
|
||||||
|
"statusBarItem.remoteForeground": "#d1d5da",
|
||||||
|
"tab.activeBackground": "#24292e",
|
||||||
|
"tab.activeBorder": "#24292e",
|
||||||
|
"tab.activeBorderTop": "#f9826c",
|
||||||
|
"tab.activeForeground": "#e1e4e8",
|
||||||
|
"tab.border": "#1b1f23",
|
||||||
|
"tab.hoverBackground": "#24292e",
|
||||||
|
"tab.inactiveBackground": "#1f2428",
|
||||||
|
"tab.inactiveForeground": "#959da5",
|
||||||
|
"tab.unfocusedActiveBorder": "#24292e",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#1b1f23",
|
||||||
|
"tab.unfocusedHoverBackground": "#24292e",
|
||||||
|
"terminal.ansiBlack": "#586069",
|
||||||
|
"terminal.ansiBlue": "#2188ff",
|
||||||
|
"terminal.ansiBrightBlack": "#959da5",
|
||||||
|
"terminal.ansiBrightBlue": "#79b8ff",
|
||||||
|
"terminal.ansiBrightCyan": "#56d4dd",
|
||||||
|
"terminal.ansiBrightGreen": "#85e89d",
|
||||||
|
"terminal.ansiBrightMagenta": "#b392f0",
|
||||||
|
"terminal.ansiBrightRed": "#f97583",
|
||||||
|
"terminal.ansiBrightWhite": "#fafbfc",
|
||||||
|
"terminal.ansiBrightYellow": "#ffea7f",
|
||||||
|
"terminal.ansiCyan": "#39c5cf",
|
||||||
|
"terminal.ansiGreen": "#34d058",
|
||||||
|
"terminal.ansiMagenta": "#b392f0",
|
||||||
|
"terminal.ansiRed": "#ea4a5a",
|
||||||
|
"terminal.ansiWhite": "#d1d5da",
|
||||||
|
"terminal.ansiYellow": "#ffea7f",
|
||||||
|
"terminal.foreground": "#d1d5da",
|
||||||
|
"terminal.tab.activeBorder": "#f9826c",
|
||||||
|
"terminalCursor.background": "#586069",
|
||||||
|
"terminalCursor.foreground": "#79b8ff",
|
||||||
|
"textBlockQuote.background": "#24292e",
|
||||||
|
"textBlockQuote.border": "#444d56",
|
||||||
|
"textCodeBlock.background": "#2f363d",
|
||||||
|
"textLink.activeForeground": "#c8e1ff",
|
||||||
|
"textLink.foreground": "#79b8ff",
|
||||||
|
"textPreformat.foreground": "#d1d5da",
|
||||||
|
"textSeparator.foreground": "#586069",
|
||||||
|
"titleBar.activeBackground": "#24292e",
|
||||||
|
"titleBar.activeForeground": "#e1e4e8",
|
||||||
|
"titleBar.border": "#1b1f23",
|
||||||
|
"titleBar.inactiveBackground": "#1f2428",
|
||||||
|
"titleBar.inactiveForeground": "#959da5",
|
||||||
|
"tree.indentGuidesStroke": "#2f363d",
|
||||||
|
"welcomePage.buttonBackground": "#2f363d",
|
||||||
|
"welcomePage.buttonHoverBackground": "#444d56"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Dark",
|
||||||
|
"name": "github-dark",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6a737d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity",
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e1e4e8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#85e89d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97583"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97583"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e1e4e8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ecbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e1e4e8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#f97583",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbedff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbedff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#85e89d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#85e89d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#e1e4e8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#e1e4e8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#86181d",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#144620",
|
||||||
|
"foreground": "#85e89d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#c24e00",
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#79b8ff",
|
||||||
|
"foreground": "#2f363d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d1d5da"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#dbedff"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,638 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#fd8c73",
|
||||||
|
"activityBar.background": "#ffffff",
|
||||||
|
"activityBar.border": "#d0d7de",
|
||||||
|
"activityBar.foreground": "#1f2328",
|
||||||
|
"activityBar.inactiveForeground": "#656d76",
|
||||||
|
"activityBarBadge.background": "#0969da",
|
||||||
|
"activityBarBadge.foreground": "#ffffff",
|
||||||
|
"badge.background": "#0969da",
|
||||||
|
"badge.foreground": "#ffffff",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#656d76",
|
||||||
|
"breadcrumb.focusForeground": "#1f2328",
|
||||||
|
"breadcrumb.foreground": "#656d76",
|
||||||
|
"breadcrumbPicker.background": "#ffffff",
|
||||||
|
"button.background": "#1f883d",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"button.hoverBackground": "#1a7f37",
|
||||||
|
"button.secondaryBackground": "#ebecf0",
|
||||||
|
"button.secondaryForeground": "#24292f",
|
||||||
|
"button.secondaryHoverBackground": "#f3f4f6",
|
||||||
|
"checkbox.background": "#f6f8fa",
|
||||||
|
"checkbox.border": "#d0d7de",
|
||||||
|
"debugConsole.errorForeground": "#cf222e",
|
||||||
|
"debugConsole.infoForeground": "#57606a",
|
||||||
|
"debugConsole.sourceForeground": "#9a6700",
|
||||||
|
"debugConsole.warningForeground": "#7d4e00",
|
||||||
|
"debugConsoleInputIcon.foreground": "#6639ba",
|
||||||
|
"debugIcon.breakpointForeground": "#cf222e",
|
||||||
|
"debugTokenExpression.boolean": "#116329",
|
||||||
|
"debugTokenExpression.error": "#a40e26",
|
||||||
|
"debugTokenExpression.name": "#0550ae",
|
||||||
|
"debugTokenExpression.number": "#116329",
|
||||||
|
"debugTokenExpression.string": "#0a3069",
|
||||||
|
"debugTokenExpression.value": "#0a3069",
|
||||||
|
"debugToolBar.background": "#ffffff",
|
||||||
|
"descriptionForeground": "#656d76",
|
||||||
|
"diffEditor.insertedLineBackground": "#aceebb4d",
|
||||||
|
"diffEditor.insertedTextBackground": "#6fdd8b80",
|
||||||
|
"diffEditor.removedLineBackground": "#ffcecb4d",
|
||||||
|
"diffEditor.removedTextBackground": "#ff818266",
|
||||||
|
"dropdown.background": "#ffffff",
|
||||||
|
"dropdown.border": "#d0d7de",
|
||||||
|
"dropdown.foreground": "#1f2328",
|
||||||
|
"dropdown.listBackground": "#ffffff",
|
||||||
|
"editor.background": "#ffffff",
|
||||||
|
"editor.findMatchBackground": "#bf8700",
|
||||||
|
"editor.findMatchHighlightBackground": "#fae17d80",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#4ac26b66",
|
||||||
|
"editor.foldBackground": "#6e77811a",
|
||||||
|
"editor.foreground": "#1f2328",
|
||||||
|
"editor.lineHighlightBackground": "#eaeef280",
|
||||||
|
"editor.linkedEditingBackground": "#0969da12",
|
||||||
|
"editor.selectionHighlightBackground": "#4ac26b40",
|
||||||
|
"editor.stackFrameHighlightBackground": "#d4a72c66",
|
||||||
|
"editor.wordHighlightBackground": "#eaeef280",
|
||||||
|
"editor.wordHighlightBorder": "#afb8c199",
|
||||||
|
"editor.wordHighlightStrongBackground": "#afb8c14d",
|
||||||
|
"editor.wordHighlightStrongBorder": "#afb8c199",
|
||||||
|
"editorBracketHighlight.foreground1": "#0969da",
|
||||||
|
"editorBracketHighlight.foreground2": "#1a7f37",
|
||||||
|
"editorBracketHighlight.foreground3": "#9a6700",
|
||||||
|
"editorBracketHighlight.foreground4": "#cf222e",
|
||||||
|
"editorBracketHighlight.foreground5": "#bf3989",
|
||||||
|
"editorBracketHighlight.foreground6": "#8250df",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#656d76",
|
||||||
|
"editorBracketMatch.background": "#4ac26b40",
|
||||||
|
"editorBracketMatch.border": "#4ac26b99",
|
||||||
|
"editorCursor.foreground": "#0969da",
|
||||||
|
"editorGroup.border": "#d0d7de",
|
||||||
|
"editorGroupHeader.tabsBackground": "#f6f8fa",
|
||||||
|
"editorGroupHeader.tabsBorder": "#d0d7de",
|
||||||
|
"editorGutter.addedBackground": "#4ac26b66",
|
||||||
|
"editorGutter.deletedBackground": "#ff818266",
|
||||||
|
"editorGutter.modifiedBackground": "#d4a72c66",
|
||||||
|
"editorIndentGuide.activeBackground": "#1f23283d",
|
||||||
|
"editorIndentGuide.background": "#1f23281f",
|
||||||
|
"editorInlayHint.background": "#afb8c133",
|
||||||
|
"editorInlayHint.foreground": "#656d76",
|
||||||
|
"editorInlayHint.paramBackground": "#afb8c133",
|
||||||
|
"editorInlayHint.paramForeground": "#656d76",
|
||||||
|
"editorInlayHint.typeBackground": "#afb8c133",
|
||||||
|
"editorInlayHint.typeForeground": "#656d76",
|
||||||
|
"editorLineNumber.activeForeground": "#1f2328",
|
||||||
|
"editorLineNumber.foreground": "#8c959f",
|
||||||
|
"editorOverviewRuler.border": "#ffffff",
|
||||||
|
"editorWhitespace.foreground": "#afb8c1",
|
||||||
|
"editorWidget.background": "#ffffff",
|
||||||
|
"errorForeground": "#cf222e",
|
||||||
|
"focusBorder": "#0969da",
|
||||||
|
"foreground": "#1f2328",
|
||||||
|
"gitDecoration.addedResourceForeground": "#1a7f37",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#bc4c00",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#cf222e",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#6e7781",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#9a6700",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#656d76",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#1a7f37",
|
||||||
|
"icon.foreground": "#656d76",
|
||||||
|
"input.background": "#ffffff",
|
||||||
|
"input.border": "#d0d7de",
|
||||||
|
"input.foreground": "#1f2328",
|
||||||
|
"input.placeholderForeground": "#6e7781",
|
||||||
|
"keybindingLabel.foreground": "#1f2328",
|
||||||
|
"list.activeSelectionBackground": "#afb8c133",
|
||||||
|
"list.activeSelectionForeground": "#1f2328",
|
||||||
|
"list.focusBackground": "#ddf4ff",
|
||||||
|
"list.focusForeground": "#1f2328",
|
||||||
|
"list.highlightForeground": "#0969da",
|
||||||
|
"list.hoverBackground": "#eaeef280",
|
||||||
|
"list.hoverForeground": "#1f2328",
|
||||||
|
"list.inactiveFocusBackground": "#ddf4ff",
|
||||||
|
"list.inactiveSelectionBackground": "#afb8c133",
|
||||||
|
"list.inactiveSelectionForeground": "#1f2328",
|
||||||
|
"minimapSlider.activeBackground": "#8c959f47",
|
||||||
|
"minimapSlider.background": "#8c959f33",
|
||||||
|
"minimapSlider.hoverBackground": "#8c959f3d",
|
||||||
|
"notificationCenterHeader.background": "#f6f8fa",
|
||||||
|
"notificationCenterHeader.foreground": "#656d76",
|
||||||
|
"notifications.background": "#ffffff",
|
||||||
|
"notifications.border": "#d0d7de",
|
||||||
|
"notifications.foreground": "#1f2328",
|
||||||
|
"notificationsErrorIcon.foreground": "#cf222e",
|
||||||
|
"notificationsInfoIcon.foreground": "#0969da",
|
||||||
|
"notificationsWarningIcon.foreground": "#9a6700",
|
||||||
|
"panel.background": "#f6f8fa",
|
||||||
|
"panel.border": "#d0d7de",
|
||||||
|
"panelInput.border": "#d0d7de",
|
||||||
|
"panelTitle.activeBorder": "#fd8c73",
|
||||||
|
"panelTitle.activeForeground": "#1f2328",
|
||||||
|
"panelTitle.inactiveForeground": "#656d76",
|
||||||
|
"pickerGroup.border": "#d0d7de",
|
||||||
|
"pickerGroup.foreground": "#656d76",
|
||||||
|
"progressBar.background": "#0969da",
|
||||||
|
"quickInput.background": "#ffffff",
|
||||||
|
"quickInput.foreground": "#1f2328",
|
||||||
|
"scrollbar.shadow": "#6e778133",
|
||||||
|
"scrollbarSlider.activeBackground": "#8c959f47",
|
||||||
|
"scrollbarSlider.background": "#8c959f33",
|
||||||
|
"scrollbarSlider.hoverBackground": "#8c959f3d",
|
||||||
|
"settings.headerForeground": "#1f2328",
|
||||||
|
"settings.modifiedItemIndicator": "#d4a72c66",
|
||||||
|
"sideBar.background": "#f6f8fa",
|
||||||
|
"sideBar.border": "#d0d7de",
|
||||||
|
"sideBar.foreground": "#1f2328",
|
||||||
|
"sideBarSectionHeader.background": "#f6f8fa",
|
||||||
|
"sideBarSectionHeader.border": "#d0d7de",
|
||||||
|
"sideBarSectionHeader.foreground": "#1f2328",
|
||||||
|
"sideBarTitle.foreground": "#1f2328",
|
||||||
|
"statusBar.background": "#ffffff",
|
||||||
|
"statusBar.border": "#d0d7de",
|
||||||
|
"statusBar.debuggingBackground": "#cf222e",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.focusBorder": "#0969da80",
|
||||||
|
"statusBar.foreground": "#656d76",
|
||||||
|
"statusBar.noFolderBackground": "#ffffff",
|
||||||
|
"statusBarItem.activeBackground": "#1f23281f",
|
||||||
|
"statusBarItem.focusBorder": "#0969da",
|
||||||
|
"statusBarItem.hoverBackground": "#1f232814",
|
||||||
|
"statusBarItem.prominentBackground": "#afb8c133",
|
||||||
|
"statusBarItem.remoteBackground": "#eaeef2",
|
||||||
|
"statusBarItem.remoteForeground": "#1f2328",
|
||||||
|
"symbolIcon.arrayForeground": "#953800",
|
||||||
|
"symbolIcon.booleanForeground": "#0550ae",
|
||||||
|
"symbolIcon.classForeground": "#953800",
|
||||||
|
"symbolIcon.colorForeground": "#0a3069",
|
||||||
|
"symbolIcon.constantForeground": "#116329",
|
||||||
|
"symbolIcon.constructorForeground": "#3e1f79",
|
||||||
|
"symbolIcon.enumeratorForeground": "#953800",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#0550ae",
|
||||||
|
"symbolIcon.eventForeground": "#57606a",
|
||||||
|
"symbolIcon.fieldForeground": "#953800",
|
||||||
|
"symbolIcon.fileForeground": "#7d4e00",
|
||||||
|
"symbolIcon.folderForeground": "#7d4e00",
|
||||||
|
"symbolIcon.functionForeground": "#6639ba",
|
||||||
|
"symbolIcon.interfaceForeground": "#953800",
|
||||||
|
"symbolIcon.keyForeground": "#0550ae",
|
||||||
|
"symbolIcon.keywordForeground": "#a40e26",
|
||||||
|
"symbolIcon.methodForeground": "#6639ba",
|
||||||
|
"symbolIcon.moduleForeground": "#a40e26",
|
||||||
|
"symbolIcon.namespaceForeground": "#a40e26",
|
||||||
|
"symbolIcon.nullForeground": "#0550ae",
|
||||||
|
"symbolIcon.numberForeground": "#116329",
|
||||||
|
"symbolIcon.objectForeground": "#953800",
|
||||||
|
"symbolIcon.operatorForeground": "#0a3069",
|
||||||
|
"symbolIcon.packageForeground": "#953800",
|
||||||
|
"symbolIcon.propertyForeground": "#953800",
|
||||||
|
"symbolIcon.referenceForeground": "#0550ae",
|
||||||
|
"symbolIcon.snippetForeground": "#0550ae",
|
||||||
|
"symbolIcon.stringForeground": "#0a3069",
|
||||||
|
"symbolIcon.structForeground": "#953800",
|
||||||
|
"symbolIcon.textForeground": "#0a3069",
|
||||||
|
"symbolIcon.typeParameterForeground": "#0a3069",
|
||||||
|
"symbolIcon.unitForeground": "#0550ae",
|
||||||
|
"symbolIcon.variableForeground": "#953800",
|
||||||
|
"tab.activeBackground": "#ffffff",
|
||||||
|
"tab.activeBorder": "#ffffff",
|
||||||
|
"tab.activeBorderTop": "#fd8c73",
|
||||||
|
"tab.activeForeground": "#1f2328",
|
||||||
|
"tab.border": "#d0d7de",
|
||||||
|
"tab.hoverBackground": "#ffffff",
|
||||||
|
"tab.inactiveBackground": "#f6f8fa",
|
||||||
|
"tab.inactiveForeground": "#656d76",
|
||||||
|
"tab.unfocusedActiveBorder": "#ffffff",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#d0d7de",
|
||||||
|
"tab.unfocusedHoverBackground": "#eaeef280",
|
||||||
|
"terminal.ansiBlack": "#24292f",
|
||||||
|
"terminal.ansiBlue": "#0969da",
|
||||||
|
"terminal.ansiBrightBlack": "#57606a",
|
||||||
|
"terminal.ansiBrightBlue": "#218bff",
|
||||||
|
"terminal.ansiBrightCyan": "#3192aa",
|
||||||
|
"terminal.ansiBrightGreen": "#1a7f37",
|
||||||
|
"terminal.ansiBrightMagenta": "#a475f9",
|
||||||
|
"terminal.ansiBrightRed": "#a40e26",
|
||||||
|
"terminal.ansiBrightWhite": "#8c959f",
|
||||||
|
"terminal.ansiBrightYellow": "#633c01",
|
||||||
|
"terminal.ansiCyan": "#1b7c83",
|
||||||
|
"terminal.ansiGreen": "#116329",
|
||||||
|
"terminal.ansiMagenta": "#8250df",
|
||||||
|
"terminal.ansiRed": "#cf222e",
|
||||||
|
"terminal.ansiWhite": "#6e7781",
|
||||||
|
"terminal.ansiYellow": "#4d2d00",
|
||||||
|
"terminal.foreground": "#1f2328",
|
||||||
|
"textBlockQuote.background": "#f6f8fa",
|
||||||
|
"textBlockQuote.border": "#d0d7de",
|
||||||
|
"textCodeBlock.background": "#afb8c133",
|
||||||
|
"textLink.activeForeground": "#0969da",
|
||||||
|
"textLink.foreground": "#0969da",
|
||||||
|
"textPreformat.background": "#afb8c133",
|
||||||
|
"textPreformat.foreground": "#656d76",
|
||||||
|
"textSeparator.foreground": "#d8dee4",
|
||||||
|
"titleBar.activeBackground": "#ffffff",
|
||||||
|
"titleBar.activeForeground": "#656d76",
|
||||||
|
"titleBar.border": "#d0d7de",
|
||||||
|
"titleBar.inactiveBackground": "#f6f8fa",
|
||||||
|
"titleBar.inactiveForeground": "#656d76",
|
||||||
|
"tree.indentGuidesStroke": "#d8dee4",
|
||||||
|
"welcomePage.buttonBackground": "#f6f8fa",
|
||||||
|
"welcomePage.buttonHoverBackground": "#f3f4f6"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Light Default",
|
||||||
|
"name": "github-light-default",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e7781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cf222e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language",
|
||||||
|
"entity"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"meta.export.default",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#953800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.block",
|
||||||
|
"meta.tag.attributes",
|
||||||
|
"entity.name.constant",
|
||||||
|
"meta.object.member",
|
||||||
|
"meta.embedded.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1f2328"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8250df"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#116329"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cf222e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cf222e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1f2328"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0a3069"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#953800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1f2328"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#cf222e",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#f6f8fa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0a3069"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0a3069"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#116329"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#116329"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#953800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#116329"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#1f2328"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#1f2328"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffebe9",
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cf222e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#dafbe1",
|
||||||
|
"foreground": "#116329"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffd8b5",
|
||||||
|
"foreground": "#953800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#0550ae",
|
||||||
|
"foreground": "#eaeef2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#8250df"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0550ae"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#57606a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82071e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0a3069"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,641 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#ef5b48",
|
||||||
|
"activityBar.background": "#ffffff",
|
||||||
|
"activityBar.border": "#20252c",
|
||||||
|
"activityBar.foreground": "#0e1116",
|
||||||
|
"activityBar.inactiveForeground": "#0e1116",
|
||||||
|
"activityBarBadge.background": "#0349b4",
|
||||||
|
"activityBarBadge.foreground": "#ffffff",
|
||||||
|
"badge.background": "#0349b4",
|
||||||
|
"badge.foreground": "#ffffff",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#0e1116",
|
||||||
|
"breadcrumb.focusForeground": "#0e1116",
|
||||||
|
"breadcrumb.foreground": "#0e1116",
|
||||||
|
"breadcrumbPicker.background": "#ffffff",
|
||||||
|
"button.background": "#055d20",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"button.hoverBackground": "#024c1a",
|
||||||
|
"button.secondaryBackground": "#acb6c0",
|
||||||
|
"button.secondaryForeground": "#0e1116",
|
||||||
|
"button.secondaryHoverBackground": "#ced5dc",
|
||||||
|
"checkbox.background": "#e7ecf0",
|
||||||
|
"checkbox.border": "#20252c",
|
||||||
|
"debugConsole.errorForeground": "#a0111f",
|
||||||
|
"debugConsole.infoForeground": "#4b535d",
|
||||||
|
"debugConsole.sourceForeground": "#744500",
|
||||||
|
"debugConsole.warningForeground": "#603700",
|
||||||
|
"debugConsoleInputIcon.foreground": "#512598",
|
||||||
|
"debugIcon.breakpointForeground": "#a0111f",
|
||||||
|
"debugTokenExpression.boolean": "#024c1a",
|
||||||
|
"debugTokenExpression.error": "#86061d",
|
||||||
|
"debugTokenExpression.name": "#023b95",
|
||||||
|
"debugTokenExpression.number": "#024c1a",
|
||||||
|
"debugTokenExpression.string": "#032563",
|
||||||
|
"debugTokenExpression.value": "#032563",
|
||||||
|
"debugToolBar.background": "#ffffff",
|
||||||
|
"descriptionForeground": "#0e1116",
|
||||||
|
"diffEditor.insertedLineBackground": "#82e5964d",
|
||||||
|
"diffEditor.insertedTextBackground": "#43c66380",
|
||||||
|
"diffEditor.removedLineBackground": "#ffc1bc4d",
|
||||||
|
"diffEditor.removedTextBackground": "#ee5a5d66",
|
||||||
|
"dropdown.background": "#ffffff",
|
||||||
|
"dropdown.border": "#20252c",
|
||||||
|
"dropdown.foreground": "#0e1116",
|
||||||
|
"dropdown.listBackground": "#ffffff",
|
||||||
|
"editor.background": "#ffffff",
|
||||||
|
"editor.findMatchBackground": "#744500",
|
||||||
|
"editor.findMatchHighlightBackground": "#f0ce5380",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#26a148",
|
||||||
|
"editor.foldBackground": "#66707b1a",
|
||||||
|
"editor.foreground": "#0e1116",
|
||||||
|
"editor.inactiveSelectionBackground": "#66707b",
|
||||||
|
"editor.lineHighlightBackground": "#e7ecf0",
|
||||||
|
"editor.linkedEditingBackground": "#0349b412",
|
||||||
|
"editor.selectionBackground": "#0e1116",
|
||||||
|
"editor.selectionForeground": "#ffffff",
|
||||||
|
"editor.selectionHighlightBackground": "#26a14840",
|
||||||
|
"editor.stackFrameHighlightBackground": "#b58407",
|
||||||
|
"editor.wordHighlightBackground": "#e7ecf080",
|
||||||
|
"editor.wordHighlightBorder": "#acb6c099",
|
||||||
|
"editor.wordHighlightStrongBackground": "#acb6c04d",
|
||||||
|
"editor.wordHighlightStrongBorder": "#acb6c099",
|
||||||
|
"editorBracketHighlight.foreground1": "#0349b4",
|
||||||
|
"editorBracketHighlight.foreground2": "#055d20",
|
||||||
|
"editorBracketHighlight.foreground3": "#744500",
|
||||||
|
"editorBracketHighlight.foreground4": "#a0111f",
|
||||||
|
"editorBracketHighlight.foreground5": "#971368",
|
||||||
|
"editorBracketHighlight.foreground6": "#622cbc",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#0e1116",
|
||||||
|
"editorBracketMatch.background": "#26a14840",
|
||||||
|
"editorBracketMatch.border": "#26a14899",
|
||||||
|
"editorCursor.foreground": "#0349b4",
|
||||||
|
"editorGroup.border": "#20252c",
|
||||||
|
"editorGroupHeader.tabsBackground": "#ffffff",
|
||||||
|
"editorGroupHeader.tabsBorder": "#20252c",
|
||||||
|
"editorGutter.addedBackground": "#26a148",
|
||||||
|
"editorGutter.deletedBackground": "#ee5a5d",
|
||||||
|
"editorGutter.modifiedBackground": "#b58407",
|
||||||
|
"editorIndentGuide.activeBackground": "#0e11163d",
|
||||||
|
"editorIndentGuide.background": "#0e11161f",
|
||||||
|
"editorInlayHint.background": "#acb6c033",
|
||||||
|
"editorInlayHint.foreground": "#0e1116",
|
||||||
|
"editorInlayHint.paramBackground": "#acb6c033",
|
||||||
|
"editorInlayHint.paramForeground": "#0e1116",
|
||||||
|
"editorInlayHint.typeBackground": "#acb6c033",
|
||||||
|
"editorInlayHint.typeForeground": "#0e1116",
|
||||||
|
"editorLineNumber.activeForeground": "#0e1116",
|
||||||
|
"editorLineNumber.foreground": "#88929d",
|
||||||
|
"editorOverviewRuler.border": "#ffffff",
|
||||||
|
"editorWhitespace.foreground": "#acb6c0",
|
||||||
|
"editorWidget.background": "#ffffff",
|
||||||
|
"errorForeground": "#a0111f",
|
||||||
|
"focusBorder": "#0349b4",
|
||||||
|
"foreground": "#0e1116",
|
||||||
|
"gitDecoration.addedResourceForeground": "#055d20",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#873800",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#a0111f",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#66707b",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#744500",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#0e1116",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#055d20",
|
||||||
|
"icon.foreground": "#0e1116",
|
||||||
|
"input.background": "#ffffff",
|
||||||
|
"input.border": "#20252c",
|
||||||
|
"input.foreground": "#0e1116",
|
||||||
|
"input.placeholderForeground": "#66707b",
|
||||||
|
"keybindingLabel.foreground": "#0e1116",
|
||||||
|
"list.activeSelectionBackground": "#acb6c033",
|
||||||
|
"list.activeSelectionForeground": "#0e1116",
|
||||||
|
"list.focusBackground": "#dff7ff",
|
||||||
|
"list.focusForeground": "#0e1116",
|
||||||
|
"list.highlightForeground": "#0349b4",
|
||||||
|
"list.hoverBackground": "#e7ecf0",
|
||||||
|
"list.hoverForeground": "#0e1116",
|
||||||
|
"list.inactiveFocusBackground": "#dff7ff",
|
||||||
|
"list.inactiveSelectionBackground": "#acb6c033",
|
||||||
|
"list.inactiveSelectionForeground": "#0e1116",
|
||||||
|
"minimapSlider.activeBackground": "#88929d47",
|
||||||
|
"minimapSlider.background": "#88929d33",
|
||||||
|
"minimapSlider.hoverBackground": "#88929d3d",
|
||||||
|
"notificationCenterHeader.background": "#e7ecf0",
|
||||||
|
"notificationCenterHeader.foreground": "#0e1116",
|
||||||
|
"notifications.background": "#ffffff",
|
||||||
|
"notifications.border": "#20252c",
|
||||||
|
"notifications.foreground": "#0e1116",
|
||||||
|
"notificationsErrorIcon.foreground": "#a0111f",
|
||||||
|
"notificationsInfoIcon.foreground": "#0349b4",
|
||||||
|
"notificationsWarningIcon.foreground": "#744500",
|
||||||
|
"panel.background": "#ffffff",
|
||||||
|
"panel.border": "#20252c",
|
||||||
|
"panelInput.border": "#20252c",
|
||||||
|
"panelTitle.activeBorder": "#ef5b48",
|
||||||
|
"panelTitle.activeForeground": "#0e1116",
|
||||||
|
"panelTitle.inactiveForeground": "#0e1116",
|
||||||
|
"pickerGroup.border": "#20252c",
|
||||||
|
"pickerGroup.foreground": "#0e1116",
|
||||||
|
"progressBar.background": "#0349b4",
|
||||||
|
"quickInput.background": "#ffffff",
|
||||||
|
"quickInput.foreground": "#0e1116",
|
||||||
|
"scrollbar.shadow": "#66707b33",
|
||||||
|
"scrollbarSlider.activeBackground": "#88929d47",
|
||||||
|
"scrollbarSlider.background": "#88929d33",
|
||||||
|
"scrollbarSlider.hoverBackground": "#88929d3d",
|
||||||
|
"settings.headerForeground": "#0e1116",
|
||||||
|
"settings.modifiedItemIndicator": "#b58407",
|
||||||
|
"sideBar.background": "#ffffff",
|
||||||
|
"sideBar.border": "#20252c",
|
||||||
|
"sideBar.foreground": "#0e1116",
|
||||||
|
"sideBarSectionHeader.background": "#ffffff",
|
||||||
|
"sideBarSectionHeader.border": "#20252c",
|
||||||
|
"sideBarSectionHeader.foreground": "#0e1116",
|
||||||
|
"sideBarTitle.foreground": "#0e1116",
|
||||||
|
"statusBar.background": "#ffffff",
|
||||||
|
"statusBar.border": "#20252c",
|
||||||
|
"statusBar.debuggingBackground": "#a0111f",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.focusBorder": "#0349b480",
|
||||||
|
"statusBar.foreground": "#0e1116",
|
||||||
|
"statusBar.noFolderBackground": "#ffffff",
|
||||||
|
"statusBarItem.activeBackground": "#0e11161f",
|
||||||
|
"statusBarItem.focusBorder": "#0349b4",
|
||||||
|
"statusBarItem.hoverBackground": "#0e111614",
|
||||||
|
"statusBarItem.prominentBackground": "#acb6c033",
|
||||||
|
"statusBarItem.remoteBackground": "#e7ecf0",
|
||||||
|
"statusBarItem.remoteForeground": "#0e1116",
|
||||||
|
"symbolIcon.arrayForeground": "#702c00",
|
||||||
|
"symbolIcon.booleanForeground": "#023b95",
|
||||||
|
"symbolIcon.classForeground": "#702c00",
|
||||||
|
"symbolIcon.colorForeground": "#032563",
|
||||||
|
"symbolIcon.constantForeground": "#024c1a",
|
||||||
|
"symbolIcon.constructorForeground": "#341763",
|
||||||
|
"symbolIcon.enumeratorForeground": "#702c00",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#023b95",
|
||||||
|
"symbolIcon.eventForeground": "#4b535d",
|
||||||
|
"symbolIcon.fieldForeground": "#702c00",
|
||||||
|
"symbolIcon.fileForeground": "#603700",
|
||||||
|
"symbolIcon.folderForeground": "#603700",
|
||||||
|
"symbolIcon.functionForeground": "#512598",
|
||||||
|
"symbolIcon.interfaceForeground": "#702c00",
|
||||||
|
"symbolIcon.keyForeground": "#023b95",
|
||||||
|
"symbolIcon.keywordForeground": "#86061d",
|
||||||
|
"symbolIcon.methodForeground": "#512598",
|
||||||
|
"symbolIcon.moduleForeground": "#86061d",
|
||||||
|
"symbolIcon.namespaceForeground": "#86061d",
|
||||||
|
"symbolIcon.nullForeground": "#023b95",
|
||||||
|
"symbolIcon.numberForeground": "#024c1a",
|
||||||
|
"symbolIcon.objectForeground": "#702c00",
|
||||||
|
"symbolIcon.operatorForeground": "#032563",
|
||||||
|
"symbolIcon.packageForeground": "#702c00",
|
||||||
|
"symbolIcon.propertyForeground": "#702c00",
|
||||||
|
"symbolIcon.referenceForeground": "#023b95",
|
||||||
|
"symbolIcon.snippetForeground": "#023b95",
|
||||||
|
"symbolIcon.stringForeground": "#032563",
|
||||||
|
"symbolIcon.structForeground": "#702c00",
|
||||||
|
"symbolIcon.textForeground": "#032563",
|
||||||
|
"symbolIcon.typeParameterForeground": "#032563",
|
||||||
|
"symbolIcon.unitForeground": "#023b95",
|
||||||
|
"symbolIcon.variableForeground": "#702c00",
|
||||||
|
"tab.activeBackground": "#ffffff",
|
||||||
|
"tab.activeBorder": "#ffffff",
|
||||||
|
"tab.activeBorderTop": "#ef5b48",
|
||||||
|
"tab.activeForeground": "#0e1116",
|
||||||
|
"tab.border": "#20252c",
|
||||||
|
"tab.hoverBackground": "#ffffff",
|
||||||
|
"tab.inactiveBackground": "#ffffff",
|
||||||
|
"tab.inactiveForeground": "#0e1116",
|
||||||
|
"tab.unfocusedActiveBorder": "#ffffff",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#20252c",
|
||||||
|
"tab.unfocusedHoverBackground": "#e7ecf0",
|
||||||
|
"terminal.ansiBlack": "#0e1116",
|
||||||
|
"terminal.ansiBlue": "#0349b4",
|
||||||
|
"terminal.ansiBrightBlack": "#4b535d",
|
||||||
|
"terminal.ansiBrightBlue": "#1168e3",
|
||||||
|
"terminal.ansiBrightCyan": "#3192aa",
|
||||||
|
"terminal.ansiBrightGreen": "#055d20",
|
||||||
|
"terminal.ansiBrightMagenta": "#844ae7",
|
||||||
|
"terminal.ansiBrightRed": "#86061d",
|
||||||
|
"terminal.ansiBrightWhite": "#88929d",
|
||||||
|
"terminal.ansiBrightYellow": "#4e2c00",
|
||||||
|
"terminal.ansiCyan": "#1b7c83",
|
||||||
|
"terminal.ansiGreen": "#024c1a",
|
||||||
|
"terminal.ansiMagenta": "#622cbc",
|
||||||
|
"terminal.ansiRed": "#a0111f",
|
||||||
|
"terminal.ansiWhite": "#66707b",
|
||||||
|
"terminal.ansiYellow": "#3f2200",
|
||||||
|
"terminal.foreground": "#0e1116",
|
||||||
|
"textBlockQuote.background": "#ffffff",
|
||||||
|
"textBlockQuote.border": "#20252c",
|
||||||
|
"textCodeBlock.background": "#acb6c033",
|
||||||
|
"textLink.activeForeground": "#0349b4",
|
||||||
|
"textLink.foreground": "#0349b4",
|
||||||
|
"textPreformat.background": "#acb6c033",
|
||||||
|
"textPreformat.foreground": "#0e1116",
|
||||||
|
"textSeparator.foreground": "#88929d",
|
||||||
|
"titleBar.activeBackground": "#ffffff",
|
||||||
|
"titleBar.activeForeground": "#0e1116",
|
||||||
|
"titleBar.border": "#20252c",
|
||||||
|
"titleBar.inactiveBackground": "#ffffff",
|
||||||
|
"titleBar.inactiveForeground": "#0e1116",
|
||||||
|
"tree.indentGuidesStroke": "#88929d",
|
||||||
|
"welcomePage.buttonBackground": "#e7ecf0",
|
||||||
|
"welcomePage.buttonHoverBackground": "#ced5dc"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Light High Contrast",
|
||||||
|
"name": "github-light-high-contrast",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#66707b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a0111f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language",
|
||||||
|
"entity"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"meta.export.default",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#702c00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.block",
|
||||||
|
"meta.tag.attributes",
|
||||||
|
"entity.name.constant",
|
||||||
|
"meta.object.member",
|
||||||
|
"meta.embedded.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0e1116"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#622cbc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"support.class.component"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#024c1a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a0111f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a0111f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0e1116"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032563"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#702c00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0e1116"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#a0111f",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#ffffff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032563"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032563"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#024c1a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#024c1a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#702c00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#024c1a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#0e1116"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#0e1116"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#fff0ee",
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a0111f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#d2fedb",
|
||||||
|
"foreground": "#024c1a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffc67b",
|
||||||
|
"foreground": "#702c00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#023b95",
|
||||||
|
"foreground": "#e7ecf0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#622cbc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#023b95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4b535d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e011a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032563"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,540 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#f9826c",
|
||||||
|
"activityBar.background": "#fff",
|
||||||
|
"activityBar.border": "#e1e4e8",
|
||||||
|
"activityBar.foreground": "#2f363d",
|
||||||
|
"activityBar.inactiveForeground": "#959da5",
|
||||||
|
"activityBarBadge.background": "#2188ff",
|
||||||
|
"activityBarBadge.foreground": "#fff",
|
||||||
|
"badge.background": "#dbedff",
|
||||||
|
"badge.foreground": "#005cc5",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#586069",
|
||||||
|
"breadcrumb.focusForeground": "#2f363d",
|
||||||
|
"breadcrumb.foreground": "#6a737d",
|
||||||
|
"breadcrumbPicker.background": "#fafbfc",
|
||||||
|
"button.background": "#159739",
|
||||||
|
"button.foreground": "#fff",
|
||||||
|
"button.hoverBackground": "#138934",
|
||||||
|
"button.secondaryBackground": "#e1e4e8",
|
||||||
|
"button.secondaryForeground": "#1b1f23",
|
||||||
|
"button.secondaryHoverBackground": "#d1d5da",
|
||||||
|
"checkbox.background": "#fafbfc",
|
||||||
|
"checkbox.border": "#d1d5da",
|
||||||
|
"debugToolBar.background": "#fff",
|
||||||
|
"descriptionForeground": "#6a737d",
|
||||||
|
"diffEditor.insertedTextBackground": "#34d05822",
|
||||||
|
"diffEditor.removedTextBackground": "#d73a4922",
|
||||||
|
"dropdown.background": "#fafbfc",
|
||||||
|
"dropdown.border": "#e1e4e8",
|
||||||
|
"dropdown.foreground": "#2f363d",
|
||||||
|
"dropdown.listBackground": "#fff",
|
||||||
|
"editor.background": "#fff",
|
||||||
|
"editor.findMatchBackground": "#ffdf5d",
|
||||||
|
"editor.findMatchHighlightBackground": "#ffdf5d66",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#28a74525",
|
||||||
|
"editor.foldBackground": "#d1d5da11",
|
||||||
|
"editor.foreground": "#24292e",
|
||||||
|
"editor.inactiveSelectionBackground": "#0366d611",
|
||||||
|
"editor.lineHighlightBackground": "#f6f8fa",
|
||||||
|
"editor.linkedEditingBackground": "#0366d611",
|
||||||
|
"editor.selectionBackground": "#0366d625",
|
||||||
|
"editor.selectionHighlightBackground": "#34d05840",
|
||||||
|
"editor.selectionHighlightBorder": "#34d05800",
|
||||||
|
"editor.stackFrameHighlightBackground": "#ffd33d33",
|
||||||
|
"editor.wordHighlightBackground": "#34d05800",
|
||||||
|
"editor.wordHighlightBorder": "#24943e99",
|
||||||
|
"editor.wordHighlightStrongBackground": "#34d05800",
|
||||||
|
"editor.wordHighlightStrongBorder": "#24943e50",
|
||||||
|
"editorBracketHighlight.foreground1": "#005cc5",
|
||||||
|
"editorBracketHighlight.foreground2": "#e36209",
|
||||||
|
"editorBracketHighlight.foreground3": "#5a32a3",
|
||||||
|
"editorBracketHighlight.foreground4": "#005cc5",
|
||||||
|
"editorBracketHighlight.foreground5": "#e36209",
|
||||||
|
"editorBracketHighlight.foreground6": "#5a32a3",
|
||||||
|
"editorBracketMatch.background": "#34d05840",
|
||||||
|
"editorBracketMatch.border": "#34d05800",
|
||||||
|
"editorCursor.foreground": "#044289",
|
||||||
|
"editorError.foreground": "#cb2431",
|
||||||
|
"editorGroup.border": "#e1e4e8",
|
||||||
|
"editorGroupHeader.tabsBackground": "#f6f8fa",
|
||||||
|
"editorGroupHeader.tabsBorder": "#e1e4e8",
|
||||||
|
"editorGutter.addedBackground": "#28a745",
|
||||||
|
"editorGutter.deletedBackground": "#d73a49",
|
||||||
|
"editorGutter.modifiedBackground": "#2188ff",
|
||||||
|
"editorIndentGuide.activeBackground": "#d7dbe0",
|
||||||
|
"editorIndentGuide.background": "#eff2f6",
|
||||||
|
"editorLineNumber.activeForeground": "#24292e",
|
||||||
|
"editorLineNumber.foreground": "#1b1f234d",
|
||||||
|
"editorOverviewRuler.border": "#fff",
|
||||||
|
"editorWarning.foreground": "#f9c513",
|
||||||
|
"editorWhitespace.foreground": "#d1d5da",
|
||||||
|
"editorWidget.background": "#f6f8fa",
|
||||||
|
"errorForeground": "#cb2431",
|
||||||
|
"focusBorder": "#2188ff",
|
||||||
|
"foreground": "#444d56",
|
||||||
|
"gitDecoration.addedResourceForeground": "#28a745",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#e36209",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#d73a49",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#959da5",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#005cc5",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#959da5",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#28a745",
|
||||||
|
"input.background": "#fafbfc",
|
||||||
|
"input.border": "#e1e4e8",
|
||||||
|
"input.foreground": "#2f363d",
|
||||||
|
"input.placeholderForeground": "#959da5",
|
||||||
|
"list.activeSelectionBackground": "#e2e5e9",
|
||||||
|
"list.activeSelectionForeground": "#2f363d",
|
||||||
|
"list.focusBackground": "#cce5ff",
|
||||||
|
"list.hoverBackground": "#ebf0f4",
|
||||||
|
"list.hoverForeground": "#2f363d",
|
||||||
|
"list.inactiveFocusBackground": "#dbedff",
|
||||||
|
"list.inactiveSelectionBackground": "#e8eaed",
|
||||||
|
"list.inactiveSelectionForeground": "#2f363d",
|
||||||
|
"notificationCenterHeader.background": "#e1e4e8",
|
||||||
|
"notificationCenterHeader.foreground": "#6a737d",
|
||||||
|
"notifications.background": "#fafbfc",
|
||||||
|
"notifications.border": "#e1e4e8",
|
||||||
|
"notifications.foreground": "#2f363d",
|
||||||
|
"notificationsErrorIcon.foreground": "#d73a49",
|
||||||
|
"notificationsInfoIcon.foreground": "#005cc5",
|
||||||
|
"notificationsWarningIcon.foreground": "#e36209",
|
||||||
|
"panel.background": "#f6f8fa",
|
||||||
|
"panel.border": "#e1e4e8",
|
||||||
|
"panelInput.border": "#e1e4e8",
|
||||||
|
"panelTitle.activeBorder": "#f9826c",
|
||||||
|
"panelTitle.activeForeground": "#2f363d",
|
||||||
|
"panelTitle.inactiveForeground": "#6a737d",
|
||||||
|
"pickerGroup.border": "#e1e4e8",
|
||||||
|
"pickerGroup.foreground": "#2f363d",
|
||||||
|
"progressBar.background": "#2188ff",
|
||||||
|
"quickInput.background": "#fafbfc",
|
||||||
|
"quickInput.foreground": "#2f363d",
|
||||||
|
"scrollbar.shadow": "#6a737d33",
|
||||||
|
"scrollbarSlider.activeBackground": "#959da588",
|
||||||
|
"scrollbarSlider.background": "#959da533",
|
||||||
|
"scrollbarSlider.hoverBackground": "#959da544",
|
||||||
|
"settings.headerForeground": "#2f363d",
|
||||||
|
"settings.modifiedItemIndicator": "#2188ff",
|
||||||
|
"sideBar.background": "#f6f8fa",
|
||||||
|
"sideBar.border": "#e1e4e8",
|
||||||
|
"sideBar.foreground": "#586069",
|
||||||
|
"sideBarSectionHeader.background": "#f6f8fa",
|
||||||
|
"sideBarSectionHeader.border": "#e1e4e8",
|
||||||
|
"sideBarSectionHeader.foreground": "#2f363d",
|
||||||
|
"sideBarTitle.foreground": "#2f363d",
|
||||||
|
"statusBar.background": "#fff",
|
||||||
|
"statusBar.border": "#e1e4e8",
|
||||||
|
"statusBar.debuggingBackground": "#f9826c",
|
||||||
|
"statusBar.debuggingForeground": "#fff",
|
||||||
|
"statusBar.foreground": "#586069",
|
||||||
|
"statusBar.noFolderBackground": "#fff",
|
||||||
|
"statusBarItem.prominentBackground": "#e8eaed",
|
||||||
|
"statusBarItem.remoteBackground": "#fff",
|
||||||
|
"statusBarItem.remoteForeground": "#586069",
|
||||||
|
"tab.activeBackground": "#fff",
|
||||||
|
"tab.activeBorder": "#fff",
|
||||||
|
"tab.activeBorderTop": "#f9826c",
|
||||||
|
"tab.activeForeground": "#2f363d",
|
||||||
|
"tab.border": "#e1e4e8",
|
||||||
|
"tab.hoverBackground": "#fff",
|
||||||
|
"tab.inactiveBackground": "#f6f8fa",
|
||||||
|
"tab.inactiveForeground": "#6a737d",
|
||||||
|
"tab.unfocusedActiveBorder": "#fff",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#e1e4e8",
|
||||||
|
"tab.unfocusedHoverBackground": "#fff",
|
||||||
|
"terminal.ansiBlack": "#24292e",
|
||||||
|
"terminal.ansiBlue": "#0366d6",
|
||||||
|
"terminal.ansiBrightBlack": "#959da5",
|
||||||
|
"terminal.ansiBrightBlue": "#005cc5",
|
||||||
|
"terminal.ansiBrightCyan": "#3192aa",
|
||||||
|
"terminal.ansiBrightGreen": "#22863a",
|
||||||
|
"terminal.ansiBrightMagenta": "#5a32a3",
|
||||||
|
"terminal.ansiBrightRed": "#cb2431",
|
||||||
|
"terminal.ansiBrightWhite": "#d1d5da",
|
||||||
|
"terminal.ansiBrightYellow": "#b08800",
|
||||||
|
"terminal.ansiCyan": "#1b7c83",
|
||||||
|
"terminal.ansiGreen": "#28a745",
|
||||||
|
"terminal.ansiMagenta": "#5a32a3",
|
||||||
|
"terminal.ansiRed": "#d73a49",
|
||||||
|
"terminal.ansiWhite": "#6a737d",
|
||||||
|
"terminal.ansiYellow": "#dbab09",
|
||||||
|
"terminal.foreground": "#586069",
|
||||||
|
"terminal.tab.activeBorder": "#f9826c",
|
||||||
|
"terminalCursor.background": "#d1d5da",
|
||||||
|
"terminalCursor.foreground": "#005cc5",
|
||||||
|
"textBlockQuote.background": "#fafbfc",
|
||||||
|
"textBlockQuote.border": "#e1e4e8",
|
||||||
|
"textCodeBlock.background": "#f6f8fa",
|
||||||
|
"textLink.activeForeground": "#005cc5",
|
||||||
|
"textLink.foreground": "#0366d6",
|
||||||
|
"textPreformat.foreground": "#586069",
|
||||||
|
"textSeparator.foreground": "#d1d5da",
|
||||||
|
"titleBar.activeBackground": "#fff",
|
||||||
|
"titleBar.activeForeground": "#2f363d",
|
||||||
|
"titleBar.border": "#e1e4e8",
|
||||||
|
"titleBar.inactiveBackground": "#f6f8fa",
|
||||||
|
"titleBar.inactiveForeground": "#6a737d",
|
||||||
|
"tree.indentGuidesStroke": "#e1e4e8",
|
||||||
|
"welcomePage.buttonBackground": "#f6f8fa",
|
||||||
|
"welcomePage.buttonHoverBackground": "#e1e4e8"
|
||||||
|
},
|
||||||
|
"displayName": "GitHub Light",
|
||||||
|
"name": "github-light",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6a737d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity",
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d73a49"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d73a49"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"string punctuation.section.embedded source"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032f62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e36209"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#d73a49",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#fafbfc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032f62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#032f62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e36209"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.strikethrough"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffeef0",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#f0fff4",
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffebda",
|
||||||
|
"foreground": "#e36209"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#005cc5",
|
||||||
|
"foreground": "#f6f8fa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#586069"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#032f62"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,418 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#FDF0ED",
|
||||||
|
"activityBar.dropBackground": "#F9CEC380",
|
||||||
|
"activityBar.foreground": "#06060CE6",
|
||||||
|
"activityBarBadge.background": "#E84A72",
|
||||||
|
"activityBarBadge.foreground": "#06060C",
|
||||||
|
"badge.background": "#F9CBBE",
|
||||||
|
"badge.foreground": "#06060C",
|
||||||
|
"breadcrumbPicker.background": "#FADAD1",
|
||||||
|
"button.background": "#F9CBBE",
|
||||||
|
"button.foreground": "#06060C",
|
||||||
|
"debugToolBar.background": "#FDF0ED",
|
||||||
|
"diffEditor.insertedTextBackground": "#07DA8C1A",
|
||||||
|
"diffEditor.removedTextBackground": "#F43E5C1A",
|
||||||
|
"dropdown.background": "#FADAD1",
|
||||||
|
"dropdown.listBackground": "#F9CBBE",
|
||||||
|
"editor.background": "#FDF0ED",
|
||||||
|
"editor.findMatchBackground": "#F9CEC380",
|
||||||
|
"editor.findMatchHighlightBackground": "#F9CEC34D",
|
||||||
|
"editor.findRangeHighlightBackground": "#F9CEC31A",
|
||||||
|
"editor.hoverHighlightBackground": "#F9CEC34D",
|
||||||
|
"editor.lineHighlightBackground": "#F9CBBE4D",
|
||||||
|
"editor.rangeHighlightBackground": "#F9CBBE80",
|
||||||
|
"editor.selectionBackground": "#F9CBBE80",
|
||||||
|
"editor.selectionHighlightBackground": "#F9CEC380",
|
||||||
|
"editor.wordHighlightBackground": "#F9CEC380",
|
||||||
|
"editor.wordHighlightStrongBackground": "#F9CEC380",
|
||||||
|
"editorBracketMatch.background": "#F9CEC380",
|
||||||
|
"editorBracketMatch.border": "#F9CEC300",
|
||||||
|
"editorCodeLens.foreground": "#F9CEC380",
|
||||||
|
"editorCursor.background": "#FDF0ED",
|
||||||
|
"editorCursor.foreground": "#E84A72",
|
||||||
|
"editorError.foreground": "#F43E5C",
|
||||||
|
"editorGroup.border": "#1A1C231A",
|
||||||
|
"editorGroup.dropBackground": "#F9CEC34D",
|
||||||
|
"editorGroupHeader.tabsBackground": "#FDF0ED",
|
||||||
|
"editorGutter.addedBackground": "#07DA8CB3",
|
||||||
|
"editorGutter.deletedBackground": "#F43E5CB3",
|
||||||
|
"editorGutter.modifiedBackground": "#1EAEAEB3",
|
||||||
|
"editorIndentGuide.activeBackground": "#F9CBBE",
|
||||||
|
"editorIndentGuide.background": "#F9CBBE80",
|
||||||
|
"editorLineNumber.activeForeground": "#06060C80",
|
||||||
|
"editorLineNumber.foreground": "#06060C1A",
|
||||||
|
"editorOverviewRuler.addedForeground": "#07DA8CB3",
|
||||||
|
"editorOverviewRuler.border": "#F9CBBE1A",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#06060CB3",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#F43E5CB3",
|
||||||
|
"editorOverviewRuler.errorForeground": "#F43E5CE6",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#F9CEC3",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#1EAEAEB3",
|
||||||
|
"editorOverviewRuler.warningForeground": "#1EB980B3",
|
||||||
|
"editorRuler.foreground": "#F9CEC34D",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#E84A72",
|
||||||
|
"editorUnnecessaryCode.opacity": "#000000B3",
|
||||||
|
"editorWarning.foreground": "#1EB980B3",
|
||||||
|
"editorWidget.background": "#FADAD1",
|
||||||
|
"editorWidget.border": "#FADAD1",
|
||||||
|
"errorForeground": "#F43E5C",
|
||||||
|
"extensionButton.prominentBackground": "#E84A72",
|
||||||
|
"extensionButton.prominentHoverBackground": "#E73665",
|
||||||
|
"focusBorder": "#1A1C231A",
|
||||||
|
"foreground": "#06060C",
|
||||||
|
"gitDecoration.addedResourceForeground": "#1EB980B3",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#F43E5C",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#06060C4D",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#AF5427",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#1EB980",
|
||||||
|
"input.background": "#F9CBBE",
|
||||||
|
"inputOption.activeBorder": "#E7366580",
|
||||||
|
"inputValidation.errorBackground": "#F43E5C80",
|
||||||
|
"inputValidation.errorBorder": "#F43E5C00",
|
||||||
|
"list.activeSelectionBackground": "#F9CBBE80",
|
||||||
|
"list.activeSelectionForeground": "#06060C",
|
||||||
|
"list.dropBackground": "#F9CEC380",
|
||||||
|
"list.errorForeground": "#F43E5CE6",
|
||||||
|
"list.focusBackground": "#F9CBBE80",
|
||||||
|
"list.focusForeground": "#06060C",
|
||||||
|
"list.highlightForeground": "#E84A72",
|
||||||
|
"list.hoverBackground": "#F9CBBE80",
|
||||||
|
"list.hoverForeground": "#06060C",
|
||||||
|
"list.inactiveFocusBackground": "#F9CBBE80",
|
||||||
|
"list.inactiveSelectionBackground": "#F9CBBE4D",
|
||||||
|
"list.inactiveSelectionForeground": "#06060C",
|
||||||
|
"list.warningForeground": "#1EB980B3",
|
||||||
|
"panelTitle.activeBorder": "#E84A72",
|
||||||
|
"peekView.border": "#1A1C231A",
|
||||||
|
"peekViewEditor.background": "#FADAD1",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#F9CEC380",
|
||||||
|
"peekViewResult.background": "#FADAD1",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#F9CEC380",
|
||||||
|
"peekViewResult.selectionBackground": "#F9CBBE80",
|
||||||
|
"peekViewTitle.background": "#FADAD1",
|
||||||
|
"pickerGroup.foreground": "#E84A72E6",
|
||||||
|
"progressBar.background": "#E84A72",
|
||||||
|
"scrollbar.shadow": "#16161C4D",
|
||||||
|
"scrollbarSlider.activeBackground": "#F9CEC3E6",
|
||||||
|
"scrollbarSlider.background": "#F9CEC380",
|
||||||
|
"scrollbarSlider.hoverBackground": "#F9CEC3B3",
|
||||||
|
"selection.background": "#AF542780",
|
||||||
|
"sideBar.background": "#FDF0ED",
|
||||||
|
"sideBar.dropBackground": "#F9CEC34D",
|
||||||
|
"sideBar.foreground": "#06060CB3",
|
||||||
|
"sideBarSectionHeader.background": "#FDF0ED",
|
||||||
|
"sideBarSectionHeader.foreground": "#06060CB3",
|
||||||
|
"statusBar.background": "#FDF0ED",
|
||||||
|
"statusBar.debuggingBackground": "#AF5427",
|
||||||
|
"statusBar.debuggingForeground": "#06060C",
|
||||||
|
"statusBar.foreground": "#06060CB3",
|
||||||
|
"statusBar.noFolderBackground": "#FDF0ED",
|
||||||
|
"statusBarItem.hoverBackground": "#F9CBBE",
|
||||||
|
"statusBarItem.prominentBackground": "#F9CBBE",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#F9CEC3",
|
||||||
|
"tab.activeBorder": "#E84A72",
|
||||||
|
"tab.border": "#FDF0ED00",
|
||||||
|
"tab.inactiveBackground": "#FDF0ED",
|
||||||
|
"terminal.ansiBlue": "#26BBD9",
|
||||||
|
"terminal.ansiBrightBlue": "#3FC4DE",
|
||||||
|
"terminal.ansiBrightCyan": "#6BE4E6",
|
||||||
|
"terminal.ansiBrightGreen": "#3FDAA4",
|
||||||
|
"terminal.ansiBrightMagenta": "#F075B5",
|
||||||
|
"terminal.ansiBrightRed": "#EC6A88",
|
||||||
|
"terminal.ansiBrightYellow": "#FBC3A7",
|
||||||
|
"terminal.ansiCyan": "#59E1E3",
|
||||||
|
"terminal.ansiGreen": "#29D398",
|
||||||
|
"terminal.ansiMagenta": "#EE64AC",
|
||||||
|
"terminal.ansiRed": "#E95678",
|
||||||
|
"terminal.ansiYellow": "#FAB795",
|
||||||
|
"terminal.foreground": "#06060C",
|
||||||
|
"terminal.selectionBackground": "#F9CEC380",
|
||||||
|
"terminalCursor.background": "#06060C",
|
||||||
|
"terminalCursor.foreground": "#F9CEC3B3",
|
||||||
|
"textLink.activeForeground": "#E73665",
|
||||||
|
"textLink.foreground": "#E84A72",
|
||||||
|
"titleBar.activeBackground": "#FDF0ED",
|
||||||
|
"titleBar.inactiveBackground": "#FDF0ED",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#FADAD1",
|
||||||
|
"widget.shadow": "#16161C4D"
|
||||||
|
},
|
||||||
|
"displayName": "Horizon Bright",
|
||||||
|
"name": "horizon-bright",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#33333380"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1D8991"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F77D26"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1D8991"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#DA103F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"storage.type.cs"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F77D26"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.inherited-class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F6661E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1D8991"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.pseudo-element",
|
||||||
|
"entity.other.attribute-name.pseudo-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F6661E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.variable",
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DA103F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#8A31B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.operator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#333333"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.new",
|
||||||
|
"keyword.operator.expression",
|
||||||
|
"keyword.operator.logical",
|
||||||
|
"keyword.operator.delete"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8A31B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.unit",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#F6661EB3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"entity.name.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DA103F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#8A31B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#1D8991"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inline.raw",
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F6661E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#8A31B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.quoted",
|
||||||
|
"string.template"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F6661E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.other.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F77D26"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1D8991"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DA103F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name",
|
||||||
|
"meta.object-literal.key"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DA103F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#333333"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#F77D26"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.template meta.embedded",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#333333"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#DA103FB3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.separator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#333333"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.template-expression",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8A31B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.section.embedded",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8A31B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC3318"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,419 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#1C1E26",
|
||||||
|
"activityBar.dropBackground": "#6C6F9380",
|
||||||
|
"activityBar.foreground": "#D5D8DAB3",
|
||||||
|
"activityBarBadge.background": "#E95378",
|
||||||
|
"activityBarBadge.foreground": "#06060C",
|
||||||
|
"badge.background": "#2E303E",
|
||||||
|
"badge.foreground": "#D5D8DA",
|
||||||
|
"breadcrumbPicker.background": "#232530",
|
||||||
|
"button.background": "#2E303E",
|
||||||
|
"debugToolBar.background": "#1C1E26",
|
||||||
|
"diffEditor.insertedTextBackground": "#09F7A01A",
|
||||||
|
"diffEditor.removedTextBackground": "#F43E5C1A",
|
||||||
|
"dropdown.background": "#232530",
|
||||||
|
"dropdown.listBackground": "#2E303E",
|
||||||
|
"editor.background": "#1C1E26",
|
||||||
|
"editor.findMatchBackground": "#6C6F9380",
|
||||||
|
"editor.findMatchHighlightBackground": "#6C6F934D",
|
||||||
|
"editor.findRangeHighlightBackground": "#6C6F931A",
|
||||||
|
"editor.hoverHighlightBackground": "#6C6F934D",
|
||||||
|
"editor.lineHighlightBackground": "#2E303E4D",
|
||||||
|
"editor.rangeHighlightBackground": "#2E303E80",
|
||||||
|
"editor.selectionBackground": "#2E303EB3",
|
||||||
|
"editor.selectionHighlightBackground": "#6C6F934D",
|
||||||
|
"editor.wordHighlightBackground": "#6C6F9380",
|
||||||
|
"editor.wordHighlightStrongBackground": "#6C6F9380",
|
||||||
|
"editorBracketMatch.background": "#6C6F9380",
|
||||||
|
"editorBracketMatch.border": "#6C6F9300",
|
||||||
|
"editorCodeLens.foreground": "#6C6F9380",
|
||||||
|
"editorCursor.background": "#1C1E26",
|
||||||
|
"editorCursor.foreground": "#E95378",
|
||||||
|
"editorError.foreground": "#F43E5C",
|
||||||
|
"editorGroup.border": "#1A1C23",
|
||||||
|
"editorGroup.dropBackground": "#6C6F934D",
|
||||||
|
"editorGroupHeader.tabsBackground": "#1C1E26",
|
||||||
|
"editorGutter.addedBackground": "#09F7A0B3",
|
||||||
|
"editorGutter.deletedBackground": "#F43E5CB3",
|
||||||
|
"editorGutter.modifiedBackground": "#21BFC2B3",
|
||||||
|
"editorIndentGuide.activeBackground": "#2E303E",
|
||||||
|
"editorIndentGuide.background": "#2E303E80",
|
||||||
|
"editorLineNumber.activeForeground": "#D5D8DA80",
|
||||||
|
"editorLineNumber.foreground": "#D5D8DA1A",
|
||||||
|
"editorOverviewRuler.addedForeground": "#09F7A080",
|
||||||
|
"editorOverviewRuler.border": "#2E303EB3",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#D5D8DA80",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#F43E5C80",
|
||||||
|
"editorOverviewRuler.errorForeground": "#F43E5CE6",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#6C6F93",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#21BFC280",
|
||||||
|
"editorOverviewRuler.warningForeground": "#27D79780",
|
||||||
|
"editorRuler.foreground": "#6C6F934D",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#E95378",
|
||||||
|
"editorWarning.foreground": "#27D797B3",
|
||||||
|
"editorWidget.background": "#232530",
|
||||||
|
"editorWidget.border": "#232530",
|
||||||
|
"errorForeground": "#F43E5C",
|
||||||
|
"extensionButton.prominentBackground": "#E95378",
|
||||||
|
"extensionButton.prominentHoverBackground": "#E9436D",
|
||||||
|
"focusBorder": "#1A1C23",
|
||||||
|
"foreground": "#D5D8DA",
|
||||||
|
"gitDecoration.addedResourceForeground": "#27D797B3",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#F43E5C",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#D5D8DA4D",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#FAB38E",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#27D797",
|
||||||
|
"input.background": "#2E303E",
|
||||||
|
"inputOption.activeBorder": "#E9436D80",
|
||||||
|
"inputValidation.errorBackground": "#F43E5C80",
|
||||||
|
"inputValidation.errorBorder": "#F43E5C00",
|
||||||
|
"list.activeSelectionBackground": "#2E303E80",
|
||||||
|
"list.activeSelectionForeground": "#D5D8DA",
|
||||||
|
"list.dropBackground": "#6C6F9380",
|
||||||
|
"list.errorForeground": "#F43E5CE6",
|
||||||
|
"list.focusBackground": "#2E303E80",
|
||||||
|
"list.focusForeground": "#D5D8DA",
|
||||||
|
"list.highlightForeground": "#E95378",
|
||||||
|
"list.hoverBackground": "#2E303E80",
|
||||||
|
"list.hoverForeground": "#D5D8DA",
|
||||||
|
"list.inactiveFocusBackground": "#2E303E80",
|
||||||
|
"list.inactiveSelectionBackground": "#2E303E4D",
|
||||||
|
"list.inactiveSelectionForeground": "#D5D8DA",
|
||||||
|
"list.warningForeground": "#27D797B3",
|
||||||
|
"panelTitle.activeBorder": "#E95378",
|
||||||
|
"peekView.border": "#1A1C23",
|
||||||
|
"peekViewEditor.background": "#232530",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#6C6F9380",
|
||||||
|
"peekViewResult.background": "#232530",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#6C6F9380",
|
||||||
|
"peekViewResult.selectionBackground": "#2E303E80",
|
||||||
|
"peekViewTitle.background": "#232530",
|
||||||
|
"pickerGroup.foreground": "#E95378E6",
|
||||||
|
"progressBar.background": "#E95378",
|
||||||
|
"scrollbar.shadow": "#16161C",
|
||||||
|
"scrollbarSlider.activeBackground": "#6C6F9380",
|
||||||
|
"scrollbarSlider.background": "#6C6F931A",
|
||||||
|
"scrollbarSlider.hoverBackground": "#6C6F934D",
|
||||||
|
"selection.background": "#6C6F9380",
|
||||||
|
"sideBar.background": "#1C1E26",
|
||||||
|
"sideBar.dropBackground": "#6C6F934D",
|
||||||
|
"sideBar.foreground": "#D5D8DA80",
|
||||||
|
"sideBarSectionHeader.background": "#1C1E26",
|
||||||
|
"sideBarSectionHeader.foreground": "#D5D8DAB3",
|
||||||
|
"statusBar.background": "#1C1E26",
|
||||||
|
"statusBar.debuggingBackground": "#FAB38E",
|
||||||
|
"statusBar.debuggingForeground": "#06060C",
|
||||||
|
"statusBar.foreground": "#D5D8DA80",
|
||||||
|
"statusBar.noFolderBackground": "#1C1E26",
|
||||||
|
"statusBarItem.hoverBackground": "#2E303E",
|
||||||
|
"statusBarItem.prominentBackground": "#2E303E",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#6C6F93",
|
||||||
|
"tab.activeBorder": "#E95378",
|
||||||
|
"tab.border": "#1C1E2600",
|
||||||
|
"tab.inactiveBackground": "#1C1E26",
|
||||||
|
"terminal.ansiBlue": "#26BBD9",
|
||||||
|
"terminal.ansiBrightBlue": "#3FC4DE",
|
||||||
|
"terminal.ansiBrightCyan": "#6BE4E6",
|
||||||
|
"terminal.ansiBrightGreen": "#3FDAA4",
|
||||||
|
"terminal.ansiBrightMagenta": "#F075B5",
|
||||||
|
"terminal.ansiBrightRed": "#EC6A88",
|
||||||
|
"terminal.ansiBrightYellow": "#FBC3A7",
|
||||||
|
"terminal.ansiCyan": "#59E1E3",
|
||||||
|
"terminal.ansiGreen": "#29D398",
|
||||||
|
"terminal.ansiMagenta": "#EE64AC",
|
||||||
|
"terminal.ansiRed": "#E95678",
|
||||||
|
"terminal.ansiYellow": "#FAB795",
|
||||||
|
"terminal.foreground": "#D5D8DA",
|
||||||
|
"terminal.selectionBackground": "#6C6F934D",
|
||||||
|
"terminalCursor.background": "#D5D8DA",
|
||||||
|
"terminalCursor.foreground": "#6C6F9380",
|
||||||
|
"textLink.activeForeground": "#E9436D",
|
||||||
|
"textLink.foreground": "#E95378",
|
||||||
|
"titleBar.activeBackground": "#1C1E26",
|
||||||
|
"titleBar.inactiveBackground": "#1C1E26",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#232530",
|
||||||
|
"widget.shadow": "#16161C"
|
||||||
|
},
|
||||||
|
"displayName": "Horizon",
|
||||||
|
"name": "horizon",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#BBBBBB4D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#25B0BCE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAC29AE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#25B0BCE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#E95678E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"storage.type.cs"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAC29AE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.inherited-class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAB795E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#25B0BCE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.pseudo-element",
|
||||||
|
"entity.other.attribute-name.pseudo-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAB795E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.variable",
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E95678E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#B877DBE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.operator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#BBBBBB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.new",
|
||||||
|
"keyword.operator.expression",
|
||||||
|
"keyword.operator.logical",
|
||||||
|
"keyword.operator.delete"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B877DBE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.unit",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#FAB795B3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"entity.name.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E95678E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#B877DBE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#25B0BCE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inline.raw",
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAB795E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#B877DBE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.quoted",
|
||||||
|
"string.template"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAB795E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.other.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FAC29AE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#25B0BCE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E95678E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name",
|
||||||
|
"meta.object-literal.key"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E95678E6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#BBBBBB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#FAC29AE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.template meta.embedded",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#BBBBBB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"foreground": "#E95678B3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.separator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#BBBBBB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression",
|
||||||
|
"punctuation.quasi.element"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B877DBE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.section.embedded",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B877DBE6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F09483E6"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,866 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#282727",
|
||||||
|
"activityBar.foreground": "#C5C9C5",
|
||||||
|
"activityBarBadge.background": "#658594",
|
||||||
|
"activityBarBadge.foreground": "#C5C9C5",
|
||||||
|
"badge.background": "#282727",
|
||||||
|
"button.background": "#282727",
|
||||||
|
"button.foreground": "#C8C093",
|
||||||
|
"button.secondaryBackground": "#223249",
|
||||||
|
"button.secondaryForeground": "#C5C9C5",
|
||||||
|
"checkbox.border": "#223249",
|
||||||
|
"debugToolBar.background": "#0D0C0C",
|
||||||
|
"descriptionForeground": "#C5C9C5",
|
||||||
|
"diffEditor.insertedTextBackground": "#2B332880",
|
||||||
|
"dropdown.background": "#0D0C0C",
|
||||||
|
"dropdown.border": "#0D0C0C",
|
||||||
|
"editor.background": "#181616",
|
||||||
|
"editor.findMatchBackground": "#2D4F67",
|
||||||
|
"editor.findMatchBorder": "#FF9E3B",
|
||||||
|
"editor.findMatchHighlightBackground": "#2D4F6780",
|
||||||
|
"editor.foreground": "#C5C9C5",
|
||||||
|
"editor.lineHighlightBackground": "#393836",
|
||||||
|
"editor.selectionBackground": "#223249",
|
||||||
|
"editor.selectionHighlightBackground": "#39383680",
|
||||||
|
"editor.selectionHighlightBorder": "#625E5A",
|
||||||
|
"editor.wordHighlightBackground": "#3938364D",
|
||||||
|
"editor.wordHighlightBorder": "#625E5A",
|
||||||
|
"editor.wordHighlightStrongBackground": "#3938364D",
|
||||||
|
"editor.wordHighlightStrongBorder": "#625E5A",
|
||||||
|
"editorBracketHighlight.foreground1": "#8992A7",
|
||||||
|
"editorBracketHighlight.foreground2": "#B6927B",
|
||||||
|
"editorBracketHighlight.foreground3": "#8BA4B0",
|
||||||
|
"editorBracketHighlight.foreground4": "#A292A3",
|
||||||
|
"editorBracketHighlight.foreground5": "#C4B28A",
|
||||||
|
"editorBracketHighlight.foreground6": "#8EA4A2",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#C4746E",
|
||||||
|
"editorBracketMatch.background": "#0D0C0C",
|
||||||
|
"editorBracketMatch.border": "#625E5A",
|
||||||
|
"editorBracketPairGuide.activeBackground1": "#8992A7",
|
||||||
|
"editorBracketPairGuide.activeBackground2": "#B6927B",
|
||||||
|
"editorBracketPairGuide.activeBackground3": "#8BA4B0",
|
||||||
|
"editorBracketPairGuide.activeBackground4": "#A292A3",
|
||||||
|
"editorBracketPairGuide.activeBackground5": "#C4B28A",
|
||||||
|
"editorBracketPairGuide.activeBackground6": "#8EA4A2",
|
||||||
|
"editorCursor.background": "#181616",
|
||||||
|
"editorCursor.foreground": "#C5C9C5",
|
||||||
|
"editorError.foreground": "#E82424",
|
||||||
|
"editorGroup.border": "#0D0C0C",
|
||||||
|
"editorGroupHeader.tabsBackground": "#0D0C0C",
|
||||||
|
"editorGutter.addedBackground": "#76946A",
|
||||||
|
"editorGutter.deletedBackground": "#C34043",
|
||||||
|
"editorGutter.modifiedBackground": "#DCA561",
|
||||||
|
"editorHoverWidget.background": "#181616",
|
||||||
|
"editorHoverWidget.border": "#282727",
|
||||||
|
"editorHoverWidget.highlightForeground": "#658594",
|
||||||
|
"editorIndentGuide.activeBackground1": "#393836",
|
||||||
|
"editorIndentGuide.background1": "#282727",
|
||||||
|
"editorInlayHint.background": "#181616",
|
||||||
|
"editorInlayHint.foreground": "#737C73",
|
||||||
|
"editorLineNumber.activeForeground": "#FFA066",
|
||||||
|
"editorLineNumber.foreground": "#625E5A",
|
||||||
|
"editorMarkerNavigation.background": "#393836",
|
||||||
|
"editorRuler.foreground": "#393836",
|
||||||
|
"editorSuggestWidget.background": "#223249",
|
||||||
|
"editorSuggestWidget.border": "#223249",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#2D4F67",
|
||||||
|
"editorWarning.foreground": "#FF9E3B",
|
||||||
|
"editorWhitespace.foreground": "#181616",
|
||||||
|
"editorWidget.background": "#181616",
|
||||||
|
"focusBorder": "#223249",
|
||||||
|
"foreground": "#C5C9C5",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#737C73",
|
||||||
|
"input.background": "#0D0C0C",
|
||||||
|
"list.activeSelectionBackground": "#393836",
|
||||||
|
"list.activeSelectionForeground": "#C5C9C5",
|
||||||
|
"list.focusBackground": "#282727",
|
||||||
|
"list.focusForeground": "#C5C9C5",
|
||||||
|
"list.highlightForeground": "#8BA4B0",
|
||||||
|
"list.hoverBackground": "#2D4F6799",
|
||||||
|
"list.hoverForeground": "#C5C9C5",
|
||||||
|
"list.inactiveSelectionBackground": "#282727",
|
||||||
|
"list.inactiveSelectionForeground": "#C5C9C5",
|
||||||
|
"list.warningForeground": "#FF9E3B",
|
||||||
|
"menu.background": "#393836",
|
||||||
|
"menu.border": "#0D0C0C",
|
||||||
|
"menu.foreground": "#C5C9C5",
|
||||||
|
"menu.selectionBackground": "#0D0C0C",
|
||||||
|
"menu.selectionForeground": "#C5C9C5",
|
||||||
|
"menu.separatorBackground": "#625E5A",
|
||||||
|
"menubar.selectionBackground": "#0D0C0C",
|
||||||
|
"menubar.selectionForeground": "#C5C9C5",
|
||||||
|
"minimapGutter.addedBackground": "#76946A",
|
||||||
|
"minimapGutter.deletedBackground": "#C34043",
|
||||||
|
"minimapGutter.modifiedBackground": "#DCA561",
|
||||||
|
"panel.border": "#0D0C0C",
|
||||||
|
"panelSectionHeader.background": "#181616",
|
||||||
|
"peekView.border": "#625E5A",
|
||||||
|
"peekViewEditor.background": "#282727",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#2D4F67",
|
||||||
|
"peekViewResult.background": "#393836",
|
||||||
|
"scrollbar.shadow": "#393836",
|
||||||
|
"scrollbarSlider.activeBackground": "#28272780",
|
||||||
|
"scrollbarSlider.background": "#625E5A66",
|
||||||
|
"scrollbarSlider.hoverBackground": "#625E5A80",
|
||||||
|
"settings.focusedRowBackground": "#393836",
|
||||||
|
"settings.headerForeground": "#C5C9C5",
|
||||||
|
"sideBar.background": "#181616",
|
||||||
|
"sideBar.border": "#0D0C0C",
|
||||||
|
"sideBar.foreground": "#C5C9C5",
|
||||||
|
"sideBarSectionHeader.background": "#393836",
|
||||||
|
"sideBarSectionHeader.foreground": "#C5C9C5",
|
||||||
|
"statusBar.background": "#0D0C0C",
|
||||||
|
"statusBar.debuggingBackground": "#E82424",
|
||||||
|
"statusBar.debuggingBorder": "#8992A7",
|
||||||
|
"statusBar.debuggingForeground": "#C5C9C5",
|
||||||
|
"statusBar.foreground": "#C8C093",
|
||||||
|
"statusBar.noFolderBackground": "#181616",
|
||||||
|
"statusBarItem.hoverBackground": "#393836",
|
||||||
|
"statusBarItem.remoteBackground": "#2D4F67",
|
||||||
|
"statusBarItem.remoteForeground": "#C5C9C5",
|
||||||
|
"tab.activeBackground": "#282727",
|
||||||
|
"tab.activeForeground": "#8BA4B0",
|
||||||
|
"tab.border": "#282727",
|
||||||
|
"tab.hoverBackground": "#393836",
|
||||||
|
"tab.inactiveBackground": "#1D1C19",
|
||||||
|
"tab.unfocusedHoverBackground": "#181616",
|
||||||
|
"terminal.ansiBlack": "#0D0C0C",
|
||||||
|
"terminal.ansiBlue": "#8BA4B0",
|
||||||
|
"terminal.ansiBrightBlack": "#A6A69C",
|
||||||
|
"terminal.ansiBrightBlue": "#7FB4CA",
|
||||||
|
"terminal.ansiBrightCyan": "#7AA89F",
|
||||||
|
"terminal.ansiBrightGreen": "#87A987",
|
||||||
|
"terminal.ansiBrightMagenta": "#938AA9",
|
||||||
|
"terminal.ansiBrightRed": "#E46876",
|
||||||
|
"terminal.ansiBrightWhite": "#C5C9C5",
|
||||||
|
"terminal.ansiBrightYellow": "#E6C384",
|
||||||
|
"terminal.ansiCyan": "#8EA4A2",
|
||||||
|
"terminal.ansiGreen": "#8A9A7B",
|
||||||
|
"terminal.ansiMagenta": "#A292A3",
|
||||||
|
"terminal.ansiRed": "#C4746E",
|
||||||
|
"terminal.ansiWhite": "#C8C093",
|
||||||
|
"terminal.ansiYellow": "#C4B28A",
|
||||||
|
"terminal.background": "#181616",
|
||||||
|
"terminal.border": "#0D0C0C",
|
||||||
|
"terminal.foreground": "#C5C9C5",
|
||||||
|
"terminal.selectionBackground": "#223249",
|
||||||
|
"textBlockQuote.background": "#181616",
|
||||||
|
"textBlockQuote.border": "#0D0C0C",
|
||||||
|
"textLink.foreground": "#6A9589",
|
||||||
|
"textPreformat.foreground": "#FF9E3B",
|
||||||
|
"titleBar.activeBackground": "#393836",
|
||||||
|
"titleBar.activeForeground": "#C5C9C5",
|
||||||
|
"titleBar.inactiveBackground": "#181616",
|
||||||
|
"titleBar.inactiveForeground": "#C5C9C5",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#181616"
|
||||||
|
},
|
||||||
|
"displayName": "Kanagawa Dragon",
|
||||||
|
"name": "kanagawa-dragon",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"arithmetic": "#B98D7B",
|
||||||
|
"function": "#8BA4B0",
|
||||||
|
"keyword.controlFlow": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
},
|
||||||
|
"macro": "#C4746E",
|
||||||
|
"method": "#949FB5",
|
||||||
|
"operator": "#B98D7B",
|
||||||
|
"parameter": "#A6A69C",
|
||||||
|
"parameter.declaration": "#A6A69C",
|
||||||
|
"parameter.definition": "#A6A69C",
|
||||||
|
"variable": "#C5C9C5",
|
||||||
|
"variable.readonly": "#C5C9C5",
|
||||||
|
"variable.readonly.defaultLibrary": "#C5C9C5",
|
||||||
|
"variable.readonly.local": "#C5C9C5"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#737C73"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"string constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.color"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid",
|
||||||
|
"invalid.illegal"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E82424"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.flow",
|
||||||
|
"keyword.control.conditional",
|
||||||
|
"keyword.control.loop"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control",
|
||||||
|
"constant.other.color",
|
||||||
|
"meta.tag",
|
||||||
|
"keyword.other.template",
|
||||||
|
"keyword.other.substitution",
|
||||||
|
"keyword.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.definition.ini"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.trycatch"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unit",
|
||||||
|
"keyword.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.definition.tag",
|
||||||
|
"punctuation.separator.inheritance.php",
|
||||||
|
"punctuation.definition.tag.html",
|
||||||
|
"punctuation.definition.tag.begin.html",
|
||||||
|
"punctuation.definition.tag.end.html",
|
||||||
|
"punctuation.section.embedded",
|
||||||
|
"meta.brace",
|
||||||
|
"keyword.operator.type.annotation",
|
||||||
|
"keyword.operator.namespace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9E9B93"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"meta.function-call",
|
||||||
|
"variable.function",
|
||||||
|
"support.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8BA4B0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.special-method"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function.macro"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.block variable.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.enummember"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.other.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language",
|
||||||
|
"support.constant",
|
||||||
|
"constant.character",
|
||||||
|
"constant.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language.boolean"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A292A3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"constant.other.symbol",
|
||||||
|
"constant.other.key",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"markup.heading",
|
||||||
|
"markup.inserted.git_gutter",
|
||||||
|
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
||||||
|
"markup.inline.raw.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8A9A7B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"support.other.namespace.use.php",
|
||||||
|
"meta.use.php",
|
||||||
|
"support.other.namespace.php",
|
||||||
|
"support.type.sys-types"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8EA4A2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type.module",
|
||||||
|
"entity.name.namespace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.import.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8A9A7B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.import",
|
||||||
|
"keyword.import",
|
||||||
|
"meta.import"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type.property-name",
|
||||||
|
"source.sass support.type.property-name",
|
||||||
|
"source.scss support.type.property-name",
|
||||||
|
"source.less support.type.property-name",
|
||||||
|
"source.stylus support.type.property-name",
|
||||||
|
"source.postcss support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8EA4A2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.module.js",
|
||||||
|
"variable.import.parameter.js",
|
||||||
|
"variable.other.class.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.method.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.class-method.js entity.name.function.js",
|
||||||
|
"variable.function.constructor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.sass keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#76946A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C34043"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCA561"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B98D7B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"*url*",
|
||||||
|
"*link*",
|
||||||
|
"*uri*"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
"tag.decorator.js punctuation.definition.tag.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A292A3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8BA4B0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A292A3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8A9A7B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag JSXNested",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"text.html",
|
||||||
|
"text.log"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown",
|
||||||
|
"punctuation.definition.list_item.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markdown.heading",
|
||||||
|
"entity.name.section.markdown",
|
||||||
|
"markup.heading.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8BA4B0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold markup.italic",
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.quote markup.bold",
|
||||||
|
"markup.bold markup.italic string",
|
||||||
|
"markup.italic markup.bold string",
|
||||||
|
"markup.quote markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#C4746E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#949FB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote punctuation.definition.blockquote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#737C73"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B6927B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.description.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C4B28A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8992A7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#737C73"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#737C73"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown",
|
||||||
|
"variable.language.fenced.markdown",
|
||||||
|
"punctuation.section.class.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#737C73"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#9E9B93"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C5C9C5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,866 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#E7DBA0",
|
||||||
|
"activityBar.foreground": "#545464",
|
||||||
|
"activityBarBadge.background": "#5A7785",
|
||||||
|
"activityBarBadge.foreground": "#545464",
|
||||||
|
"badge.background": "#E7DBA0",
|
||||||
|
"button.background": "#E7DBA0",
|
||||||
|
"button.foreground": "#43436C",
|
||||||
|
"button.secondaryBackground": "#C7D7E0",
|
||||||
|
"button.secondaryForeground": "#545464",
|
||||||
|
"checkbox.border": "#C7D7E0",
|
||||||
|
"debugToolBar.background": "#D5CEA3",
|
||||||
|
"descriptionForeground": "#545464",
|
||||||
|
"diffEditor.insertedTextBackground": "#B7D0AE80",
|
||||||
|
"dropdown.background": "#D5CEA3",
|
||||||
|
"dropdown.border": "#D5CEA3",
|
||||||
|
"editor.background": "#F2ECBC",
|
||||||
|
"editor.findMatchBackground": "#B5CBD2",
|
||||||
|
"editor.findMatchBorder": "#E98A00",
|
||||||
|
"editor.findMatchHighlightBackground": "#B5CBD280",
|
||||||
|
"editor.foreground": "#545464",
|
||||||
|
"editor.lineHighlightBackground": "#E4D794",
|
||||||
|
"editor.selectionBackground": "#C7D7E0",
|
||||||
|
"editor.selectionHighlightBackground": "#E4D79480",
|
||||||
|
"editor.selectionHighlightBorder": "#766B90",
|
||||||
|
"editor.wordHighlightBackground": "#E4D7944D",
|
||||||
|
"editor.wordHighlightBorder": "#766B90",
|
||||||
|
"editor.wordHighlightStrongBackground": "#E4D7944D",
|
||||||
|
"editor.wordHighlightStrongBorder": "#766B90",
|
||||||
|
"editorBracketHighlight.foreground1": "#624C83",
|
||||||
|
"editorBracketHighlight.foreground2": "#CC6D00",
|
||||||
|
"editorBracketHighlight.foreground3": "#4D699B",
|
||||||
|
"editorBracketHighlight.foreground4": "#B35B79",
|
||||||
|
"editorBracketHighlight.foreground5": "#77713F",
|
||||||
|
"editorBracketHighlight.foreground6": "#597B75",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#D9A594",
|
||||||
|
"editorBracketMatch.background": "#D5CEA3",
|
||||||
|
"editorBracketMatch.border": "#766B90",
|
||||||
|
"editorBracketPairGuide.activeBackground1": "#624C83",
|
||||||
|
"editorBracketPairGuide.activeBackground2": "#CC6D00",
|
||||||
|
"editorBracketPairGuide.activeBackground3": "#4D699B",
|
||||||
|
"editorBracketPairGuide.activeBackground4": "#B35B79",
|
||||||
|
"editorBracketPairGuide.activeBackground5": "#77713F",
|
||||||
|
"editorBracketPairGuide.activeBackground6": "#597B75",
|
||||||
|
"editorCursor.background": "#F2ECBC",
|
||||||
|
"editorCursor.foreground": "#545464",
|
||||||
|
"editorError.foreground": "#E82424",
|
||||||
|
"editorGroup.border": "#D5CEA3",
|
||||||
|
"editorGroupHeader.tabsBackground": "#D5CEA3",
|
||||||
|
"editorGutter.addedBackground": "#6E915F",
|
||||||
|
"editorGutter.deletedBackground": "#D7474B",
|
||||||
|
"editorGutter.modifiedBackground": "#DE9800",
|
||||||
|
"editorHoverWidget.background": "#F2ECBC",
|
||||||
|
"editorHoverWidget.border": "#E7DBA0",
|
||||||
|
"editorHoverWidget.highlightForeground": "#5A7785",
|
||||||
|
"editorIndentGuide.activeBackground1": "#E4D794",
|
||||||
|
"editorIndentGuide.background1": "#E7DBA0",
|
||||||
|
"editorInlayHint.background": "#F2ECBC",
|
||||||
|
"editorInlayHint.foreground": "#716E61",
|
||||||
|
"editorLineNumber.activeForeground": "#CC6D00",
|
||||||
|
"editorLineNumber.foreground": "#766B90",
|
||||||
|
"editorMarkerNavigation.background": "#E4D794",
|
||||||
|
"editorRuler.foreground": "#ff0000",
|
||||||
|
"editorSuggestWidget.background": "#C7D7E0",
|
||||||
|
"editorSuggestWidget.border": "#C7D7E0",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#B5CBD2",
|
||||||
|
"editorWarning.foreground": "#E98A00",
|
||||||
|
"editorWhitespace.foreground": "#F2ECBC",
|
||||||
|
"editorWidget.background": "#F2ECBC",
|
||||||
|
"focusBorder": "#C7D7E0",
|
||||||
|
"foreground": "#545464",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#716E61",
|
||||||
|
"input.background": "#D5CEA3",
|
||||||
|
"list.activeSelectionBackground": "#E4D794",
|
||||||
|
"list.activeSelectionForeground": "#545464",
|
||||||
|
"list.focusBackground": "#E7DBA0",
|
||||||
|
"list.focusForeground": "#545464",
|
||||||
|
"list.highlightForeground": "#4D699B",
|
||||||
|
"list.hoverBackground": "#B5CBD299",
|
||||||
|
"list.hoverForeground": "#545464",
|
||||||
|
"list.inactiveSelectionBackground": "#E7DBA0",
|
||||||
|
"list.inactiveSelectionForeground": "#545464",
|
||||||
|
"list.warningForeground": "#E98A00",
|
||||||
|
"menu.background": "#E4D794",
|
||||||
|
"menu.border": "#D5CEA3",
|
||||||
|
"menu.foreground": "#545464",
|
||||||
|
"menu.selectionBackground": "#D5CEA3",
|
||||||
|
"menu.selectionForeground": "#545464",
|
||||||
|
"menu.separatorBackground": "#766B90",
|
||||||
|
"menubar.selectionBackground": "#D5CEA3",
|
||||||
|
"menubar.selectionForeground": "#545464",
|
||||||
|
"minimapGutter.addedBackground": "#6E915F",
|
||||||
|
"minimapGutter.deletedBackground": "#D7474B",
|
||||||
|
"minimapGutter.modifiedBackground": "#DE9800",
|
||||||
|
"panel.border": "#D5CEA3",
|
||||||
|
"panelSectionHeader.background": "#F2ECBC",
|
||||||
|
"peekView.border": "#766B90",
|
||||||
|
"peekViewEditor.background": "#E7DBA0",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#B5CBD2",
|
||||||
|
"peekViewResult.background": "#E4D794",
|
||||||
|
"scrollbar.shadow": "#E4D794",
|
||||||
|
"scrollbarSlider.activeBackground": "#E7DBA080",
|
||||||
|
"scrollbarSlider.background": "#766B9066",
|
||||||
|
"scrollbarSlider.hoverBackground": "#766B9080",
|
||||||
|
"settings.focusedRowBackground": "#E4D794",
|
||||||
|
"settings.headerForeground": "#545464",
|
||||||
|
"sideBar.background": "#F2ECBC",
|
||||||
|
"sideBar.border": "#D5CEA3",
|
||||||
|
"sideBar.foreground": "#545464",
|
||||||
|
"sideBarSectionHeader.background": "#E4D794",
|
||||||
|
"sideBarSectionHeader.foreground": "#545464",
|
||||||
|
"statusBar.background": "#D5CEA3",
|
||||||
|
"statusBar.debuggingBackground": "#E82424",
|
||||||
|
"statusBar.debuggingBorder": "#624C83",
|
||||||
|
"statusBar.debuggingForeground": "#545464",
|
||||||
|
"statusBar.foreground": "#43436C",
|
||||||
|
"statusBar.noFolderBackground": "#F2ECBC",
|
||||||
|
"statusBarItem.hoverBackground": "#E4D794",
|
||||||
|
"statusBarItem.remoteBackground": "#B5CBD2",
|
||||||
|
"statusBarItem.remoteForeground": "#545464",
|
||||||
|
"tab.activeBackground": "#E7DBA0",
|
||||||
|
"tab.activeForeground": "#4D699B",
|
||||||
|
"tab.border": "#E7DBA0",
|
||||||
|
"tab.hoverBackground": "#E4D794",
|
||||||
|
"tab.inactiveBackground": "#E5DDB0",
|
||||||
|
"tab.unfocusedHoverBackground": "#F2ECBC",
|
||||||
|
"terminal.ansiBlack": "#1F1F28",
|
||||||
|
"terminal.ansiBlue": "#4D699B",
|
||||||
|
"terminal.ansiBrightBlack": "#8A8980",
|
||||||
|
"terminal.ansiBrightBlue": "#6693BF",
|
||||||
|
"terminal.ansiBrightCyan": "#5E857A",
|
||||||
|
"terminal.ansiBrightGreen": "#6E915F",
|
||||||
|
"terminal.ansiBrightMagenta": "#624C83",
|
||||||
|
"terminal.ansiBrightRed": "#D7474B",
|
||||||
|
"terminal.ansiBrightWhite": "#43436C",
|
||||||
|
"terminal.ansiBrightYellow": "#836F4A",
|
||||||
|
"terminal.ansiCyan": "#597B75",
|
||||||
|
"terminal.ansiGreen": "#6F894E",
|
||||||
|
"terminal.ansiMagenta": "#B35B79",
|
||||||
|
"terminal.ansiRed": "#C84053",
|
||||||
|
"terminal.ansiWhite": "#545464",
|
||||||
|
"terminal.ansiYellow": "#77713F",
|
||||||
|
"terminal.background": "#F2ECBC",
|
||||||
|
"terminal.border": "#D5CEA3",
|
||||||
|
"terminal.foreground": "#545464",
|
||||||
|
"terminal.selectionBackground": "#C7D7E0",
|
||||||
|
"textBlockQuote.background": "#F2ECBC",
|
||||||
|
"textBlockQuote.border": "#D5CEA3",
|
||||||
|
"textLink.foreground": "#5E857A",
|
||||||
|
"textPreformat.foreground": "#E98A00",
|
||||||
|
"titleBar.activeBackground": "#E4D794",
|
||||||
|
"titleBar.activeForeground": "#545464",
|
||||||
|
"titleBar.inactiveBackground": "#F2ECBC",
|
||||||
|
"titleBar.inactiveForeground": "#545464",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#F2ECBC"
|
||||||
|
},
|
||||||
|
"displayName": "Kanagawa Lotus",
|
||||||
|
"name": "kanagawa-lotus",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"arithmetic": "#836F4A",
|
||||||
|
"function": "#4D699B",
|
||||||
|
"keyword.controlFlow": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#624C83"
|
||||||
|
},
|
||||||
|
"macro": "#C84053",
|
||||||
|
"method": "#6693BF",
|
||||||
|
"operator": "#836F4A",
|
||||||
|
"parameter": "#5D57A3",
|
||||||
|
"parameter.declaration": "#5D57A3",
|
||||||
|
"parameter.definition": "#5D57A3",
|
||||||
|
"variable": "#545464",
|
||||||
|
"variable.readonly": "#545464",
|
||||||
|
"variable.readonly.defaultLibrary": "#545464",
|
||||||
|
"variable.readonly.local": "#545464"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#716E61"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"string constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.color"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid",
|
||||||
|
"invalid.illegal"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E82424"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.flow",
|
||||||
|
"keyword.control.conditional",
|
||||||
|
"keyword.control.loop"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control",
|
||||||
|
"constant.other.color",
|
||||||
|
"meta.tag",
|
||||||
|
"keyword.other.template",
|
||||||
|
"keyword.other.substitution",
|
||||||
|
"keyword.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.definition.ini"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.trycatch"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#D9A594"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unit",
|
||||||
|
"keyword.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.definition.tag",
|
||||||
|
"punctuation.separator.inheritance.php",
|
||||||
|
"punctuation.definition.tag.html",
|
||||||
|
"punctuation.definition.tag.begin.html",
|
||||||
|
"punctuation.definition.tag.end.html",
|
||||||
|
"punctuation.section.embedded",
|
||||||
|
"meta.brace",
|
||||||
|
"keyword.operator.type.annotation",
|
||||||
|
"keyword.operator.namespace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4E8CA2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"meta.function-call",
|
||||||
|
"variable.function",
|
||||||
|
"support.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4D699B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.special-method"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function.macro"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C84053"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.block variable.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.enummember"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.other.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language",
|
||||||
|
"support.constant",
|
||||||
|
"constant.character",
|
||||||
|
"constant.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language.boolean"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B35B79"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"constant.other.symbol",
|
||||||
|
"constant.other.key",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"markup.heading",
|
||||||
|
"markup.inserted.git_gutter",
|
||||||
|
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
||||||
|
"markup.inline.raw.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6F894E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"support.other.namespace.use.php",
|
||||||
|
"meta.use.php",
|
||||||
|
"support.other.namespace.php",
|
||||||
|
"support.type.sys-types"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#597B75"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type.module",
|
||||||
|
"entity.name.namespace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.import.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6F894E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.import",
|
||||||
|
"keyword.import",
|
||||||
|
"meta.import"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type.property-name",
|
||||||
|
"source.sass support.type.property-name",
|
||||||
|
"source.scss support.type.property-name",
|
||||||
|
"source.less support.type.property-name",
|
||||||
|
"source.stylus support.type.property-name",
|
||||||
|
"source.postcss support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#597B75"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.module.js",
|
||||||
|
"variable.import.parameter.js",
|
||||||
|
"variable.other.class.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D9A594"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D9A594"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.method.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.class-method.js entity.name.function.js",
|
||||||
|
"variable.function.constructor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.sass keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6E915F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D7474B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DE9800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#836F4A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"*url*",
|
||||||
|
"*link*",
|
||||||
|
"*uri*"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
"tag.decorator.js punctuation.definition.tag.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D9A594"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B35B79"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D9A594"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4D699B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B35B79"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6F894E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag JSXNested",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"text.html",
|
||||||
|
"text.log"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown",
|
||||||
|
"punctuation.definition.list_item.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markdown.heading",
|
||||||
|
"entity.name.section.markdown",
|
||||||
|
"markup.heading.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4D699B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#C84053"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold markup.italic",
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.quote markup.bold",
|
||||||
|
"markup.bold markup.italic string",
|
||||||
|
"markup.italic markup.bold string",
|
||||||
|
"markup.quote markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#C84053"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#6693BF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote punctuation.definition.blockquote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#716E61"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CC6D00"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.description.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#77713F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#624C83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#716E61"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#716E61"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown",
|
||||||
|
"variable.language.fenced.markdown",
|
||||||
|
"punctuation.section.class.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#716E61"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#4E8CA2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545464"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,866 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#2A2A37",
|
||||||
|
"activityBar.foreground": "#DCD7BA",
|
||||||
|
"activityBarBadge.background": "#658594",
|
||||||
|
"activityBarBadge.foreground": "#DCD7BA",
|
||||||
|
"badge.background": "#2A2A37",
|
||||||
|
"button.background": "#2A2A37",
|
||||||
|
"button.foreground": "#C8C093",
|
||||||
|
"button.secondaryBackground": "#223249",
|
||||||
|
"button.secondaryForeground": "#DCD7BA",
|
||||||
|
"checkbox.border": "#223249",
|
||||||
|
"debugToolBar.background": "#16161D",
|
||||||
|
"descriptionForeground": "#DCD7BA",
|
||||||
|
"diffEditor.insertedTextBackground": "#2B332880",
|
||||||
|
"dropdown.background": "#16161D",
|
||||||
|
"dropdown.border": "#16161D",
|
||||||
|
"editor.background": "#1F1F28",
|
||||||
|
"editor.findMatchBackground": "#2D4F67",
|
||||||
|
"editor.findMatchBorder": "#FF9E3B",
|
||||||
|
"editor.findMatchHighlightBackground": "#2D4F6780",
|
||||||
|
"editor.foreground": "#DCD7BA",
|
||||||
|
"editor.lineHighlightBackground": "#363646",
|
||||||
|
"editor.selectionBackground": "#223249",
|
||||||
|
"editor.selectionHighlightBackground": "#36364680",
|
||||||
|
"editor.selectionHighlightBorder": "#54546D",
|
||||||
|
"editor.wordHighlightBackground": "#3636464D",
|
||||||
|
"editor.wordHighlightBorder": "#54546D",
|
||||||
|
"editor.wordHighlightStrongBackground": "#3636464D",
|
||||||
|
"editor.wordHighlightStrongBorder": "#54546D",
|
||||||
|
"editorBracketHighlight.foreground1": "#957FB8",
|
||||||
|
"editorBracketHighlight.foreground2": "#FFA066",
|
||||||
|
"editorBracketHighlight.foreground3": "#7E9CD8",
|
||||||
|
"editorBracketHighlight.foreground4": "#D27E99",
|
||||||
|
"editorBracketHighlight.foreground5": "#E6C384",
|
||||||
|
"editorBracketHighlight.foreground6": "#7AA89F",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#FF5D62",
|
||||||
|
"editorBracketMatch.background": "#16161D",
|
||||||
|
"editorBracketMatch.border": "#54546D",
|
||||||
|
"editorBracketPairGuide.activeBackground1": "#957FB8",
|
||||||
|
"editorBracketPairGuide.activeBackground2": "#FFA066",
|
||||||
|
"editorBracketPairGuide.activeBackground3": "#7E9CD8",
|
||||||
|
"editorBracketPairGuide.activeBackground4": "#D27E99",
|
||||||
|
"editorBracketPairGuide.activeBackground5": "#E6C384",
|
||||||
|
"editorBracketPairGuide.activeBackground6": "#7AA89F",
|
||||||
|
"editorCursor.background": "#1F1F28",
|
||||||
|
"editorCursor.foreground": "#DCD7BA",
|
||||||
|
"editorError.foreground": "#E82424",
|
||||||
|
"editorGroup.border": "#16161D",
|
||||||
|
"editorGroupHeader.tabsBackground": "#16161D",
|
||||||
|
"editorGutter.addedBackground": "#76946A",
|
||||||
|
"editorGutter.deletedBackground": "#C34043",
|
||||||
|
"editorGutter.modifiedBackground": "#DCA561",
|
||||||
|
"editorHoverWidget.background": "#1F1F28",
|
||||||
|
"editorHoverWidget.border": "#2A2A37",
|
||||||
|
"editorHoverWidget.highlightForeground": "#658594",
|
||||||
|
"editorIndentGuide.activeBackground1": "#363646",
|
||||||
|
"editorIndentGuide.background1": "#2A2A37",
|
||||||
|
"editorInlayHint.background": "#1F1F28",
|
||||||
|
"editorInlayHint.foreground": "#727169",
|
||||||
|
"editorLineNumber.activeForeground": "#FFA066",
|
||||||
|
"editorLineNumber.foreground": "#54546D",
|
||||||
|
"editorMarkerNavigation.background": "#363646",
|
||||||
|
"editorRuler.foreground": "#363646",
|
||||||
|
"editorSuggestWidget.background": "#223249",
|
||||||
|
"editorSuggestWidget.border": "#223249",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#2D4F67",
|
||||||
|
"editorWarning.foreground": "#FF9E3B",
|
||||||
|
"editorWhitespace.foreground": "#1F1F28",
|
||||||
|
"editorWidget.background": "#1F1F28",
|
||||||
|
"focusBorder": "#223249",
|
||||||
|
"foreground": "#DCD7BA",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#727169",
|
||||||
|
"input.background": "#16161D",
|
||||||
|
"list.activeSelectionBackground": "#363646",
|
||||||
|
"list.activeSelectionForeground": "#DCD7BA",
|
||||||
|
"list.focusBackground": "#2A2A37",
|
||||||
|
"list.focusForeground": "#DCD7BA",
|
||||||
|
"list.highlightForeground": "#7E9CD8",
|
||||||
|
"list.hoverBackground": "#2D4F6799",
|
||||||
|
"list.hoverForeground": "#DCD7BA",
|
||||||
|
"list.inactiveSelectionBackground": "#2A2A37",
|
||||||
|
"list.inactiveSelectionForeground": "#DCD7BA",
|
||||||
|
"list.warningForeground": "#FF9E3B",
|
||||||
|
"menu.background": "#363646",
|
||||||
|
"menu.border": "#16161D",
|
||||||
|
"menu.foreground": "#DCD7BA",
|
||||||
|
"menu.selectionBackground": "#16161D",
|
||||||
|
"menu.selectionForeground": "#DCD7BA",
|
||||||
|
"menu.separatorBackground": "#54546D",
|
||||||
|
"menubar.selectionBackground": "#16161D",
|
||||||
|
"menubar.selectionForeground": "#DCD7BA",
|
||||||
|
"minimapGutter.addedBackground": "#76946A",
|
||||||
|
"minimapGutter.deletedBackground": "#C34043",
|
||||||
|
"minimapGutter.modifiedBackground": "#DCA561",
|
||||||
|
"panel.border": "#16161D",
|
||||||
|
"panelSectionHeader.background": "#1F1F28",
|
||||||
|
"peekView.border": "#54546D",
|
||||||
|
"peekViewEditor.background": "#2A2A37",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#2D4F67",
|
||||||
|
"peekViewResult.background": "#363646",
|
||||||
|
"scrollbar.shadow": "#363646",
|
||||||
|
"scrollbarSlider.activeBackground": "#2A2A3780",
|
||||||
|
"scrollbarSlider.background": "#54546D66",
|
||||||
|
"scrollbarSlider.hoverBackground": "#54546D80",
|
||||||
|
"settings.focusedRowBackground": "#363646",
|
||||||
|
"settings.headerForeground": "#DCD7BA",
|
||||||
|
"sideBar.background": "#1F1F28",
|
||||||
|
"sideBar.border": "#16161D",
|
||||||
|
"sideBar.foreground": "#DCD7BA",
|
||||||
|
"sideBarSectionHeader.background": "#363646",
|
||||||
|
"sideBarSectionHeader.foreground": "#DCD7BA",
|
||||||
|
"statusBar.background": "#16161D",
|
||||||
|
"statusBar.debuggingBackground": "#E82424",
|
||||||
|
"statusBar.debuggingBorder": "#957FB8",
|
||||||
|
"statusBar.debuggingForeground": "#DCD7BA",
|
||||||
|
"statusBar.foreground": "#C8C093",
|
||||||
|
"statusBar.noFolderBackground": "#1F1F28",
|
||||||
|
"statusBarItem.hoverBackground": "#363646",
|
||||||
|
"statusBarItem.remoteBackground": "#2D4F67",
|
||||||
|
"statusBarItem.remoteForeground": "#DCD7BA",
|
||||||
|
"tab.activeBackground": "#2A2A37",
|
||||||
|
"tab.activeForeground": "#7E9CD8",
|
||||||
|
"tab.border": "#2A2A37",
|
||||||
|
"tab.hoverBackground": "#363646",
|
||||||
|
"tab.inactiveBackground": "#1A1A22",
|
||||||
|
"tab.unfocusedHoverBackground": "#1F1F28",
|
||||||
|
"terminal.ansiBlack": "#16161D",
|
||||||
|
"terminal.ansiBlue": "#7E9CD8",
|
||||||
|
"terminal.ansiBrightBlack": "#727169",
|
||||||
|
"terminal.ansiBrightBlue": "#7FB4CA",
|
||||||
|
"terminal.ansiBrightCyan": "#7AA89F",
|
||||||
|
"terminal.ansiBrightGreen": "#98BB6C",
|
||||||
|
"terminal.ansiBrightMagenta": "#938AA9",
|
||||||
|
"terminal.ansiBrightRed": "#E82424",
|
||||||
|
"terminal.ansiBrightWhite": "#DCD7BA",
|
||||||
|
"terminal.ansiBrightYellow": "#E6C384",
|
||||||
|
"terminal.ansiCyan": "#6A9589",
|
||||||
|
"terminal.ansiGreen": "#76946A",
|
||||||
|
"terminal.ansiMagenta": "#957FB8",
|
||||||
|
"terminal.ansiRed": "#C34043",
|
||||||
|
"terminal.ansiWhite": "#C8C093",
|
||||||
|
"terminal.ansiYellow": "#C0A36E",
|
||||||
|
"terminal.background": "#1F1F28",
|
||||||
|
"terminal.border": "#16161D",
|
||||||
|
"terminal.foreground": "#DCD7BA",
|
||||||
|
"terminal.selectionBackground": "#223249",
|
||||||
|
"textBlockQuote.background": "#1F1F28",
|
||||||
|
"textBlockQuote.border": "#16161D",
|
||||||
|
"textLink.foreground": "#6A9589",
|
||||||
|
"textPreformat.foreground": "#FF9E3B",
|
||||||
|
"titleBar.activeBackground": "#363646",
|
||||||
|
"titleBar.activeForeground": "#DCD7BA",
|
||||||
|
"titleBar.inactiveBackground": "#1F1F28",
|
||||||
|
"titleBar.inactiveForeground": "#DCD7BA",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#1F1F28"
|
||||||
|
},
|
||||||
|
"displayName": "Kanagawa Wave",
|
||||||
|
"name": "kanagawa-wave",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"arithmetic": "#C0A36E",
|
||||||
|
"function": "#7E9CD8",
|
||||||
|
"keyword.controlFlow": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
},
|
||||||
|
"macro": "#E46876",
|
||||||
|
"method": "#7FB4CA",
|
||||||
|
"operator": "#C0A36E",
|
||||||
|
"parameter": "#B8B4D0",
|
||||||
|
"parameter.declaration": "#B8B4D0",
|
||||||
|
"parameter.definition": "#B8B4D0",
|
||||||
|
"variable": "#DCD7BA",
|
||||||
|
"variable.readonly": "#DCD7BA",
|
||||||
|
"variable.readonly.defaultLibrary": "#DCD7BA",
|
||||||
|
"variable.readonly.local": "#DCD7BA"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#727169"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"string constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.color"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid",
|
||||||
|
"invalid.illegal"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E82424"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.flow",
|
||||||
|
"keyword.control.conditional",
|
||||||
|
"keyword.control.loop"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control",
|
||||||
|
"constant.other.color",
|
||||||
|
"meta.tag",
|
||||||
|
"keyword.other.template",
|
||||||
|
"keyword.other.substitution",
|
||||||
|
"keyword.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.definition.ini"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.trycatch"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#FF5D62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unit",
|
||||||
|
"keyword.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.definition.tag",
|
||||||
|
"punctuation.separator.inheritance.php",
|
||||||
|
"punctuation.definition.tag.html",
|
||||||
|
"punctuation.definition.tag.begin.html",
|
||||||
|
"punctuation.definition.tag.end.html",
|
||||||
|
"punctuation.section.embedded",
|
||||||
|
"meta.brace",
|
||||||
|
"keyword.operator.type.annotation",
|
||||||
|
"keyword.operator.namespace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9CABCA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"meta.function-call",
|
||||||
|
"variable.function",
|
||||||
|
"support.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7E9CD8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.special-method"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function.macro"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E46876"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.block variable.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.enummember"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.other.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language",
|
||||||
|
"support.constant",
|
||||||
|
"constant.character",
|
||||||
|
"constant.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language.boolean"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D27E99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"constant.other.symbol",
|
||||||
|
"constant.other.key",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"markup.heading",
|
||||||
|
"markup.inserted.git_gutter",
|
||||||
|
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
|
||||||
|
"markup.inline.raw.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#98BB6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"support.other.namespace.use.php",
|
||||||
|
"meta.use.php",
|
||||||
|
"support.other.namespace.php",
|
||||||
|
"support.type.sys-types"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7AA89F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type.module",
|
||||||
|
"entity.name.namespace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.import.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#98BB6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.import",
|
||||||
|
"keyword.import",
|
||||||
|
"meta.import"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type.property-name",
|
||||||
|
"source.sass support.type.property-name",
|
||||||
|
"source.scss support.type.property-name",
|
||||||
|
"source.less support.type.property-name",
|
||||||
|
"source.stylus support.type.property-name",
|
||||||
|
"source.postcss support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7AA89F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.module.js",
|
||||||
|
"variable.import.parameter.js",
|
||||||
|
"variable.other.class.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5D62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5D62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.method.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.class-method.js entity.name.function.js",
|
||||||
|
"variable.function.constructor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.sass keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#76946A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C34043"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCA561"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C0A36E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"*url*",
|
||||||
|
"*link*",
|
||||||
|
"*uri*"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
"tag.decorator.js punctuation.definition.tag.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5D62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D27E99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5D62"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7E9CD8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D27E99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#98BB6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag JSXNested",
|
||||||
|
"meta.jsx.children",
|
||||||
|
"text.html",
|
||||||
|
"text.log"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown",
|
||||||
|
"punctuation.definition.list_item.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markdown.heading",
|
||||||
|
"entity.name.section.markdown",
|
||||||
|
"markup.heading.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7E9CD8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#E46876"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold markup.italic",
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.quote markup.bold",
|
||||||
|
"markup.bold markup.italic string",
|
||||||
|
"markup.italic markup.bold string",
|
||||||
|
"markup.quote markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#E46876"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#7FB4CA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote punctuation.definition.blockquote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#727169"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFA066"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.description.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6C384"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#957FB8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#727169"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#727169"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown",
|
||||||
|
"variable.language.fenced.markdown",
|
||||||
|
"punctuation.section.class.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#727169"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#9CABCA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCD7BA"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,479 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#EB64B9",
|
||||||
|
"activityBar.background": "#27212e",
|
||||||
|
"activityBar.foreground": "#ddd",
|
||||||
|
"activityBarBadge.background": "#EB64B9",
|
||||||
|
"button.background": "#EB64B9",
|
||||||
|
"diffEditor.border": "#b4dce7",
|
||||||
|
"diffEditor.insertedTextBackground": "#74dfc423",
|
||||||
|
"diffEditor.removedTextBackground": "#eb64b940",
|
||||||
|
"editor.background": "#27212e",
|
||||||
|
"editor.findMatchBackground": "#40b4c48c",
|
||||||
|
"editor.findMatchHighlightBackground": "#40b4c460",
|
||||||
|
"editor.foreground": "#ffffff",
|
||||||
|
"editor.selectionBackground": "#eb64b927",
|
||||||
|
"editor.selectionHighlightBackground": "#eb64b927",
|
||||||
|
"editor.wordHighlightBackground": "#eb64b927",
|
||||||
|
"editorError.foreground": "#ff3e7b",
|
||||||
|
"editorGroupHeader.tabsBackground": "#242029",
|
||||||
|
"editorGutter.addedBackground": "#74dfc4",
|
||||||
|
"editorGutter.deletedBackground": "#eb64B9",
|
||||||
|
"editorGutter.modifiedBackground": "#40b4c4",
|
||||||
|
"editorSuggestWidget.border": "#b4dce7",
|
||||||
|
"focusBorder": "#EB64B9",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#EB64B9",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#b381c5",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#92889d",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#74dfc4",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#40b4c4",
|
||||||
|
"input.background": "#3a3242",
|
||||||
|
"input.border": "#964c7b",
|
||||||
|
"inputOption.activeBorder": "#EB64B9",
|
||||||
|
"list.activeSelectionBackground": "#eb64b98f",
|
||||||
|
"list.activeSelectionForeground": "#eee",
|
||||||
|
"list.dropBackground": "#74dfc466",
|
||||||
|
"list.errorForeground": "#ff3e7b",
|
||||||
|
"list.focusBackground": "#eb64ba60",
|
||||||
|
"list.highlightForeground": "#eb64b9",
|
||||||
|
"list.hoverBackground": "#91889b80",
|
||||||
|
"list.hoverForeground": "#eee",
|
||||||
|
"list.inactiveSelectionBackground": "#eb64b98f",
|
||||||
|
"list.inactiveSelectionForeground": "#ddd",
|
||||||
|
"list.invalidItemForeground": "#fff",
|
||||||
|
"menu.background": "#27212e",
|
||||||
|
"merge.currentContentBackground": "#74dfc433",
|
||||||
|
"merge.currentHeaderBackground": "#74dfc4cc",
|
||||||
|
"merge.incomingContentBackground": "#40b4c433",
|
||||||
|
"merge.incomingHeaderBackground": "#40b4c4cc",
|
||||||
|
"notifications.background": "#3e3549",
|
||||||
|
"peekView.border": "#40b4c4",
|
||||||
|
"peekViewEditor.background": "#40b5c449",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#40b5c460",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#27212e",
|
||||||
|
"peekViewResult.selectionBackground": "#40b4c43f",
|
||||||
|
"progressBar.background": "#40b4c4",
|
||||||
|
"sideBar.background": "#27212e",
|
||||||
|
"sideBar.foreground": "#ddd",
|
||||||
|
"sideBarSectionHeader.background": "#27212e",
|
||||||
|
"sideBarTitle.foreground": "#EB64B9",
|
||||||
|
"statusBar.background": "#EB64B9",
|
||||||
|
"statusBar.debuggingBackground": "#74dfc4",
|
||||||
|
"statusBar.foreground": "#27212e",
|
||||||
|
"statusBar.noFolderBackground": "#EB64B9",
|
||||||
|
"tab.activeBorder": "#EB64B9",
|
||||||
|
"tab.inactiveBackground": "#242029",
|
||||||
|
"terminal.ansiBlue": "#40b4c4",
|
||||||
|
"terminal.ansiCyan": "#b4dce7",
|
||||||
|
"terminal.ansiGreen": "#74dfc4",
|
||||||
|
"terminal.ansiMagenta": "#b381c5",
|
||||||
|
"terminal.ansiRed": "#EB64B9",
|
||||||
|
"terminal.ansiYellow": "#ffe261",
|
||||||
|
"titleBar.activeBackground": "#27212e",
|
||||||
|
"titleBar.inactiveBackground": "#27212e",
|
||||||
|
"tree.indentGuidesStroke": "#ffffff33"
|
||||||
|
},
|
||||||
|
"displayName": "LaserWave",
|
||||||
|
"name": "laserwave",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other",
|
||||||
|
"keyword.control",
|
||||||
|
"storage.type.class.js",
|
||||||
|
"keyword.control.module.js",
|
||||||
|
"storage.type.extends.js",
|
||||||
|
"variable.language.this.js",
|
||||||
|
"keyword.control.switch.js",
|
||||||
|
"keyword.control.loop.js",
|
||||||
|
"keyword.control.conditional.js",
|
||||||
|
"keyword.control.flow.js",
|
||||||
|
"keyword.operator.accessor.js",
|
||||||
|
"keyword.other.important.css",
|
||||||
|
"keyword.control.at-rule.media.scss",
|
||||||
|
"entity.name.tag.reference.scss",
|
||||||
|
"meta.class.python",
|
||||||
|
"storage.type.function.python",
|
||||||
|
"keyword.control.flow.python",
|
||||||
|
"storage.type.function.js",
|
||||||
|
"keyword.control.export.ts",
|
||||||
|
"keyword.control.flow.ts",
|
||||||
|
"keyword.control.from.ts",
|
||||||
|
"keyword.control.import.ts",
|
||||||
|
"storage.type.class.ts",
|
||||||
|
"keyword.control.loop.ts",
|
||||||
|
"keyword.control.ruby",
|
||||||
|
"keyword.control.module.ruby",
|
||||||
|
"keyword.control.class.ruby",
|
||||||
|
"keyword.other.special-method.ruby",
|
||||||
|
"keyword.control.def.ruby",
|
||||||
|
"markup.heading",
|
||||||
|
"keyword.other.import.java",
|
||||||
|
"keyword.other.package.java",
|
||||||
|
"storage.modifier.java",
|
||||||
|
"storage.modifier.extends.java",
|
||||||
|
"storage.modifier.implements.java",
|
||||||
|
"storage.modifier.cs",
|
||||||
|
"storage.modifier.js",
|
||||||
|
"storage.modifier.dart",
|
||||||
|
"keyword.declaration.dart",
|
||||||
|
"keyword.package.go",
|
||||||
|
"keyword.import.go",
|
||||||
|
"keyword.fsharp",
|
||||||
|
"variable.parameter.function-call.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#40b4c4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"binding.fsharp",
|
||||||
|
"support.function",
|
||||||
|
"meta.function-call",
|
||||||
|
"entity.name.function",
|
||||||
|
"support.function.misc.scss",
|
||||||
|
"meta.method.declaration.ts",
|
||||||
|
"entity.name.function.method.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EB64B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string.quoted",
|
||||||
|
"string.unquoted",
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b4dce7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b381c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.brace",
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.bracket",
|
||||||
|
"punctuation.section",
|
||||||
|
"punctuation.separator",
|
||||||
|
"punctuation.comma.dart",
|
||||||
|
"punctuation.terminator",
|
||||||
|
"punctuation.definition",
|
||||||
|
"punctuation.parenthesis",
|
||||||
|
"meta.delimiter.comma.js",
|
||||||
|
"meta.brace.curly.litobj.js",
|
||||||
|
"punctuation.definition.tag",
|
||||||
|
"puncatuation.other.comma.go",
|
||||||
|
"punctuation.section.embedded",
|
||||||
|
"punctuation.definition.string",
|
||||||
|
"punctuation.definition.tag.jsx",
|
||||||
|
"punctuation.definition.tag.end",
|
||||||
|
"punctuation.definition.markdown",
|
||||||
|
"punctuation.terminator.rule.css",
|
||||||
|
"punctuation.definition.block.ts",
|
||||||
|
"punctuation.definition.tag.html",
|
||||||
|
"punctuation.section.class.end.js",
|
||||||
|
"punctuation.definition.tag.begin",
|
||||||
|
"punctuation.squarebracket.open.cs",
|
||||||
|
"punctuation.separator.dict.python",
|
||||||
|
"punctuation.section.function.scss",
|
||||||
|
"punctuation.section.class.begin.js",
|
||||||
|
"punctuation.section.array.end.ruby",
|
||||||
|
"punctuation.separator.key-value.js",
|
||||||
|
"meta.method-call.with-arguments.js",
|
||||||
|
"punctuation.section.scope.end.ruby",
|
||||||
|
"punctuation.squarebracket.close.cs",
|
||||||
|
"punctuation.separator.key-value.css",
|
||||||
|
"punctuation.definition.constant.css",
|
||||||
|
"punctuation.section.array.begin.ruby",
|
||||||
|
"punctuation.section.scope.begin.ruby",
|
||||||
|
"punctuation.definition.string.end.js",
|
||||||
|
"punctuation.definition.parameters.ruby",
|
||||||
|
"punctuation.definition.string.begin.js",
|
||||||
|
"punctuation.section.class.begin.python",
|
||||||
|
"storage.modifier.array.bracket.square.c",
|
||||||
|
"punctuation.separator.parameters.python",
|
||||||
|
"punctuation.section.group.end.powershell",
|
||||||
|
"punctuation.definition.parameters.end.ts",
|
||||||
|
"punctuation.section.braces.end.powershell",
|
||||||
|
"punctuation.section.function.begin.python",
|
||||||
|
"punctuation.definition.parameters.begin.ts",
|
||||||
|
"punctuation.section.bracket.end.powershell",
|
||||||
|
"punctuation.section.group.begin.powershell",
|
||||||
|
"punctuation.section.braces.begin.powershell",
|
||||||
|
"punctuation.definition.parameters.end.python",
|
||||||
|
"punctuation.definition.typeparameters.end.cs",
|
||||||
|
"punctuation.section.bracket.begin.powershell",
|
||||||
|
"punctuation.definition.arguments.begin.python",
|
||||||
|
"punctuation.definition.parameters.begin.python",
|
||||||
|
"punctuation.definition.typeparameters.begin.cs",
|
||||||
|
"punctuation.section.block.begin.bracket.curly.c",
|
||||||
|
"punctuation.definition.map.begin.bracket.round.scss",
|
||||||
|
"punctuation.section.property-list.end.bracket.curly.css",
|
||||||
|
"punctuation.definition.parameters.end.bracket.round.java",
|
||||||
|
"punctuation.section.property-list.begin.bracket.curly.css",
|
||||||
|
"punctuation.definition.parameters.begin.bracket.round.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#7b6995"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator",
|
||||||
|
"meta.decorator.ts",
|
||||||
|
"entity.name.type.ts",
|
||||||
|
"punctuation.dot.dart",
|
||||||
|
"keyword.symbol.fsharp",
|
||||||
|
"punctuation.accessor.ts",
|
||||||
|
"punctuation.accessor.cs",
|
||||||
|
"keyword.operator.logical",
|
||||||
|
"meta.tag.inline.any.html",
|
||||||
|
"punctuation.separator.java",
|
||||||
|
"keyword.operator.comparison",
|
||||||
|
"keyword.operator.arithmetic",
|
||||||
|
"keyword.operator.assignment",
|
||||||
|
"keyword.operator.ternary.js",
|
||||||
|
"keyword.operator.other.ruby",
|
||||||
|
"keyword.operator.logical.js",
|
||||||
|
"punctuation.other.period.go",
|
||||||
|
"keyword.operator.increment.ts",
|
||||||
|
"keyword.operator.increment.js",
|
||||||
|
"storage.type.function.arrow.js",
|
||||||
|
"storage.type.function.arrow.ts",
|
||||||
|
"keyword.operator.relational.js",
|
||||||
|
"keyword.operator.relational.ts",
|
||||||
|
"keyword.operator.arithmetic.js",
|
||||||
|
"keyword.operator.assignment.js",
|
||||||
|
"storage.type.function.arrow.tsx",
|
||||||
|
"keyword.operator.logical.python",
|
||||||
|
"punctuation.separator.period.java",
|
||||||
|
"punctuation.separator.method.ruby",
|
||||||
|
"keyword.operator.assignment.python",
|
||||||
|
"keyword.operator.arithmetic.python",
|
||||||
|
"keyword.operator.increment-decrement.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#74dfc4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91889b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag.sgml",
|
||||||
|
"entity.name.tag",
|
||||||
|
"entity.name.tag.open.jsx",
|
||||||
|
"entity.name.tag.close.jsx",
|
||||||
|
"entity.name.tag.inline.any.html",
|
||||||
|
"entity.name.tag.structure.any.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#74dfc4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.enummember",
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.other.attribute-name.jsx",
|
||||||
|
"entity.other.attribute-name.html",
|
||||||
|
"entity.other.attribute-name.id.css",
|
||||||
|
"entity.other.attribute-name.id.html",
|
||||||
|
"entity.other.attribute-name.class.css"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EB64B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.property",
|
||||||
|
"variable.parameter.fsharp",
|
||||||
|
"support.variable.property.js",
|
||||||
|
"support.type.property-name.css",
|
||||||
|
"support.type.property-name.json",
|
||||||
|
"support.variable.property.dom.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#40b4c4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language",
|
||||||
|
"constant.other.elm",
|
||||||
|
"constant.language.c",
|
||||||
|
"variable.language.dart",
|
||||||
|
"variable.language.this",
|
||||||
|
"support.class.builtin.js",
|
||||||
|
"support.constant.json.ts",
|
||||||
|
"support.class.console.ts",
|
||||||
|
"support.class.console.js",
|
||||||
|
"variable.language.this.js",
|
||||||
|
"variable.language.this.ts",
|
||||||
|
"entity.name.section.fsharp",
|
||||||
|
"support.type.object.dom.js",
|
||||||
|
"variable.other.constant.js",
|
||||||
|
"variable.language.self.ruby",
|
||||||
|
"variable.other.constant.ruby",
|
||||||
|
"support.type.object.console.js",
|
||||||
|
"constant.language.undefined.js",
|
||||||
|
"support.function.builtin.python",
|
||||||
|
"constant.language.boolean.true.js",
|
||||||
|
"constant.language.boolean.false.js",
|
||||||
|
"variable.language.special.self.python",
|
||||||
|
"support.constant.automatic.powershell"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffe261"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other",
|
||||||
|
"variable.scss",
|
||||||
|
"meta.function-call.c",
|
||||||
|
"variable.parameter.ts",
|
||||||
|
"variable.parameter.dart",
|
||||||
|
"variable.other.class.js",
|
||||||
|
"variable.other.object.js",
|
||||||
|
"variable.other.object.ts",
|
||||||
|
"support.function.json.ts",
|
||||||
|
"variable.name.source.dart",
|
||||||
|
"variable.other.source.dart",
|
||||||
|
"variable.other.readwrite.js",
|
||||||
|
"variable.other.readwrite.ts",
|
||||||
|
"support.function.console.ts",
|
||||||
|
"entity.name.type.instance.js",
|
||||||
|
"meta.function-call.arguments",
|
||||||
|
"variable.other.property.dom.ts",
|
||||||
|
"support.variable.property.dom.ts",
|
||||||
|
"variable.other.readwrite.powershell"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type.annotation",
|
||||||
|
"punctuation.definition.annotation",
|
||||||
|
"support.function.attribute.fsharp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#74dfc4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"storage.type",
|
||||||
|
"keyword.var.go",
|
||||||
|
"keyword.type.go",
|
||||||
|
"keyword.type.js",
|
||||||
|
"storage.type.js",
|
||||||
|
"storage.type.ts",
|
||||||
|
"keyword.type.cs",
|
||||||
|
"keyword.const.go",
|
||||||
|
"keyword.struct.go",
|
||||||
|
"support.class.dart",
|
||||||
|
"storage.modifier.c",
|
||||||
|
"storage.modifier.ts",
|
||||||
|
"keyword.function.go",
|
||||||
|
"keyword.operator.new.ts",
|
||||||
|
"meta.type.annotation.ts",
|
||||||
|
"entity.name.type.fsharp",
|
||||||
|
"meta.type.annotation.tsx",
|
||||||
|
"storage.modifier.async.js",
|
||||||
|
"punctuation.definition.variable.ruby",
|
||||||
|
"punctuation.definition.constant.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a96bc0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EB64B9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.object-literal.key.js",
|
||||||
|
"constant.other.object.key.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#40b4c4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb85b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#40b4c4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff.range.unified"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b381c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"punctuation.definition.deleted.diff",
|
||||||
|
"punctuation.definition.from-file.diff",
|
||||||
|
"meta.diff.header.from-file"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eb64b9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"punctuation.definition.inserted.diff",
|
||||||
|
"punctuation.definition.to-file.diff",
|
||||||
|
"meta.diff.header.to-file"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#74dfc4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,615 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"actionBar.toggledBackground": "#dddddd",
|
||||||
|
"activityBarBadge.background": "#007ACC",
|
||||||
|
"checkbox.border": "#919191",
|
||||||
|
"diffEditor.unchangedRegionBackground": "#f8f8f8",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.inactiveSelectionBackground": "#E5EBF1",
|
||||||
|
"editor.selectionHighlightBackground": "#ADD6FF80",
|
||||||
|
"editorIndentGuide.activeBackground1": "#939393",
|
||||||
|
"editorIndentGuide.background1": "#D3D3D3",
|
||||||
|
"editorSuggestWidget.background": "#F3F3F3",
|
||||||
|
"input.placeholderForeground": "#767676",
|
||||||
|
"list.activeSelectionIconForeground": "#FFF",
|
||||||
|
"list.focusAndSelectionOutline": "#90C2F9",
|
||||||
|
"list.hoverBackground": "#E8E8E8",
|
||||||
|
"menu.border": "#D4D4D4",
|
||||||
|
"notebook.cellBorderColor": "#E8E8E8",
|
||||||
|
"notebook.selectedCellBackground": "#c8ddf150",
|
||||||
|
"ports.iconRunningProcessForeground": "#369432",
|
||||||
|
"searchEditor.textInputBorder": "#CECECE",
|
||||||
|
"settings.numberInputBorder": "#CECECE",
|
||||||
|
"settings.textInputBorder": "#CECECE",
|
||||||
|
"sideBarSectionHeader.background": "#0000",
|
||||||
|
"sideBarSectionHeader.border": "#61616130",
|
||||||
|
"sideBarTitle.foreground": "#6F6F6F",
|
||||||
|
"statusBarItem.errorBackground": "#c72e0f",
|
||||||
|
"statusBarItem.remoteBackground": "#16825D",
|
||||||
|
"statusBarItem.remoteForeground": "#FFF",
|
||||||
|
"tab.lastPinnedBorder": "#61616130",
|
||||||
|
"tab.selectedBackground": "#ffffffa5",
|
||||||
|
"tab.selectedForeground": "#333333b3",
|
||||||
|
"terminal.inactiveSelectionBackground": "#E5EBF1",
|
||||||
|
"widget.border": "#d4d4d4"
|
||||||
|
},
|
||||||
|
"displayName": "Light Plus",
|
||||||
|
"name": "light-plus",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"customLiteral": "#795E26",
|
||||||
|
"newOperator": "#AF00DB",
|
||||||
|
"numberLiteral": "#098658",
|
||||||
|
"stringLiteral": "#a31515"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"string meta.image.inline.markdown",
|
||||||
|
"variable.legacy.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "emphasis",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "strong",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#008000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"variable.other.enummember",
|
||||||
|
"keyword.operator.plus.exponent",
|
||||||
|
"keyword.operator.minus.exponent"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#098658"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#811f3f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.selector",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e50000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.class.css",
|
||||||
|
"source.css entity.other.attribute-name.class",
|
||||||
|
"entity.other.attribute-name.id.css",
|
||||||
|
"entity.other.attribute-name.parent-selector.css",
|
||||||
|
"entity.other.attribute-name.parent.less",
|
||||||
|
"source.css entity.other.attribute-name.pseudo-class",
|
||||||
|
"entity.other.attribute-name.pseudo-element.css",
|
||||||
|
"source.css.less entity.other.attribute-name.id",
|
||||||
|
"entity.other.attribute-name.scss"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cd3131"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#000080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.strikethrough",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inserted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#098658"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.deleted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a31515"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.changed",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote.begin.markdown",
|
||||||
|
"punctuation.definition.list.begin.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.preprocessor",
|
||||||
|
"entity.name.function.preprocessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.preprocessor.string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a31515"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.preprocessor.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#098658"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.structure.dictionary.key.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier",
|
||||||
|
"keyword.operator.noexcept"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"meta.embedded.assembly"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a31515"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.comment.buffered.block.pug",
|
||||||
|
"string.quoted.pug",
|
||||||
|
"string.interpolated.pug",
|
||||||
|
"string.unquoted.plain.in.yaml",
|
||||||
|
"string.unquoted.plain.out.yaml",
|
||||||
|
"string.unquoted.block.yaml",
|
||||||
|
"string.quoted.single.yaml",
|
||||||
|
"string.quoted.double.xml",
|
||||||
|
"string.quoted.single.xml",
|
||||||
|
"string.unquoted.cdata.xml",
|
||||||
|
"string.quoted.double.html",
|
||||||
|
"string.quoted.single.html",
|
||||||
|
"string.unquoted.html",
|
||||||
|
"string.quoted.single.handlebars",
|
||||||
|
"string.quoted.double.handlebars"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#811f3f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression.begin",
|
||||||
|
"punctuation.definition.template-expression.end",
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.template.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.vendored.property-name",
|
||||||
|
"support.type.property-name",
|
||||||
|
"source.css variable",
|
||||||
|
"source.coffee.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e50000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.operator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.unit",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#098658"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded.begin.php",
|
||||||
|
"punctuation.section.embedded.end.php"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function.git-rebase",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.sha.git-rebase",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#098658"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.modifier.import.java",
|
||||||
|
"variable.language.wildcard.java",
|
||||||
|
"storage.modifier.package.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"support.function",
|
||||||
|
"support.constant.handlebars",
|
||||||
|
"source.powershell variable.other.member",
|
||||||
|
"entity.name.operator.custom-literal"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#795E26"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "#267f99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.type.cast.expr",
|
||||||
|
"meta.type.new.expr",
|
||||||
|
"support.constant.math",
|
||||||
|
"support.constant.dom",
|
||||||
|
"support.constant.json",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"punctuation.separator.namespace.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#267f99"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control",
|
||||||
|
"source.cpp keyword.operator.new",
|
||||||
|
"source.cpp keyword.operator.delete",
|
||||||
|
"keyword.other.using",
|
||||||
|
"keyword.other.directive.using",
|
||||||
|
"keyword.other.operator",
|
||||||
|
"entity.name.operator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#AF00DB"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"meta.definition.variable.name",
|
||||||
|
"support.variable",
|
||||||
|
"entity.name.variable",
|
||||||
|
"constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#001080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other.constant",
|
||||||
|
"variable.other.enummember"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0070C1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.object-literal.key"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#001080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "#0451a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "#d16969"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.character-class.regexp",
|
||||||
|
"constant.other.character-class.set.regexp",
|
||||||
|
"constant.other.character-class.regexp",
|
||||||
|
"constant.character.set.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#811f3f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.operator.quantifier.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.or.regexp",
|
||||||
|
"keyword.control.anchor.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EE0000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character",
|
||||||
|
"constant.other.option"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0000ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EE0000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.label",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#000000"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,766 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#80CBC4",
|
||||||
|
"activityBar.background": "#212121",
|
||||||
|
"activityBar.border": "#21212160",
|
||||||
|
"activityBar.dropBackground": "#f0717880",
|
||||||
|
"activityBar.foreground": "#EEFFFF",
|
||||||
|
"activityBarBadge.background": "#80CBC4",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
"badge.background": "#00000030",
|
||||||
|
"badge.foreground": "#545454",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#80CBC4",
|
||||||
|
"breadcrumb.background": "#212121",
|
||||||
|
"breadcrumb.focusForeground": "#EEFFFF",
|
||||||
|
"breadcrumb.foreground": "#676767",
|
||||||
|
"breadcrumbPicker.background": "#212121",
|
||||||
|
"button.background": "#61616150",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"debugConsole.errorForeground": "#f07178",
|
||||||
|
"debugConsole.infoForeground": "#89DDFF",
|
||||||
|
"debugConsole.warningForeground": "#FFCB6B",
|
||||||
|
"debugToolBar.background": "#212121",
|
||||||
|
"diffEditor.insertedTextBackground": "#89DDFF20",
|
||||||
|
"diffEditor.removedTextBackground": "#ff9cac20",
|
||||||
|
"dropdown.background": "#212121",
|
||||||
|
"dropdown.border": "#FFFFFF10",
|
||||||
|
"editor.background": "#212121",
|
||||||
|
"editor.findMatchBackground": "#000000",
|
||||||
|
"editor.findMatchBorder": "#80CBC4",
|
||||||
|
"editor.findMatchHighlight": "#EEFFFF",
|
||||||
|
"editor.findMatchHighlightBackground": "#00000050",
|
||||||
|
"editor.findMatchHighlightBorder": "#ffffff30",
|
||||||
|
"editor.findRangeHighlightBackground": "#FFCB6B30",
|
||||||
|
"editor.foreground": "#EEFFFF",
|
||||||
|
"editor.lineHighlightBackground": "#00000050",
|
||||||
|
"editor.lineHighlightBorder": "#00000000",
|
||||||
|
"editor.rangeHighlightBackground": "#FFFFFF0d",
|
||||||
|
"editor.selectionBackground": "#61616150",
|
||||||
|
"editor.selectionHighlightBackground": "#FFCC0020",
|
||||||
|
"editor.wordHighlightBackground": "#ff9cac30",
|
||||||
|
"editor.wordHighlightStrongBackground": "#C3E88D30",
|
||||||
|
"editorBracketMatch.background": "#212121",
|
||||||
|
"editorBracketMatch.border": "#FFCC0050",
|
||||||
|
"editorCursor.foreground": "#FFCC00",
|
||||||
|
"editorError.foreground": "#f0717870",
|
||||||
|
"editorGroup.border": "#00000030",
|
||||||
|
"editorGroup.dropBackground": "#f0717880",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#f07178",
|
||||||
|
"editorGroupHeader.tabsBackground": "#212121",
|
||||||
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
|
"editorGutter.deletedBackground": "#f0717860",
|
||||||
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
|
"editorHoverWidget.background": "#212121",
|
||||||
|
"editorHoverWidget.border": "#FFFFFF10",
|
||||||
|
"editorIndentGuide.activeBackground": "#424242",
|
||||||
|
"editorIndentGuide.background": "#42424270",
|
||||||
|
"editorInfo.foreground": "#82AAFF70",
|
||||||
|
"editorLineNumber.activeForeground": "#676767",
|
||||||
|
"editorLineNumber.foreground": "#424242",
|
||||||
|
"editorLink.activeForeground": "#EEFFFF",
|
||||||
|
"editorMarkerNavigation.background": "#EEFFFF05",
|
||||||
|
"editorOverviewRuler.border": "#212121",
|
||||||
|
"editorOverviewRuler.errorForeground": "#f0717840",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#80CBC4",
|
||||||
|
"editorOverviewRuler.infoForeground": "#82AAFF40",
|
||||||
|
"editorOverviewRuler.warningForeground": "#FFCB6B40",
|
||||||
|
"editorRuler.foreground": "#424242",
|
||||||
|
"editorSuggestWidget.background": "#212121",
|
||||||
|
"editorSuggestWidget.border": "#FFFFFF10",
|
||||||
|
"editorSuggestWidget.foreground": "#EEFFFF",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#00000050",
|
||||||
|
"editorWarning.foreground": "#FFCB6B70",
|
||||||
|
"editorWhitespace.foreground": "#EEFFFF40",
|
||||||
|
"editorWidget.background": "#212121",
|
||||||
|
"editorWidget.border": "#80CBC4",
|
||||||
|
"editorWidget.resizeBorder": "#80CBC4",
|
||||||
|
"extensionBadge.remoteForeground": "#EEFFFF",
|
||||||
|
"extensionButton.prominentBackground": "#C3E88D90",
|
||||||
|
"extensionButton.prominentForeground": "#EEFFFF",
|
||||||
|
"extensionButton.prominentHoverBackground": "#C3E88D",
|
||||||
|
"focusBorder": "#FFFFFF00",
|
||||||
|
"foreground": "#EEFFFF",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f0717890",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#67676790",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
|
||||||
|
"input.background": "#2B2B2B",
|
||||||
|
"input.border": "#FFFFFF10",
|
||||||
|
"input.foreground": "#EEFFFF",
|
||||||
|
"input.placeholderForeground": "#EEFFFF60",
|
||||||
|
"inputOption.activeBackground": "#EEFFFF30",
|
||||||
|
"inputOption.activeBorder": "#EEFFFF30",
|
||||||
|
"inputValidation.errorBorder": "#f07178",
|
||||||
|
"inputValidation.infoBorder": "#82AAFF",
|
||||||
|
"inputValidation.warningBorder": "#FFCB6B",
|
||||||
|
"list.activeSelectionBackground": "#212121",
|
||||||
|
"list.activeSelectionForeground": "#80CBC4",
|
||||||
|
"list.dropBackground": "#f0717880",
|
||||||
|
"list.focusBackground": "#EEFFFF20",
|
||||||
|
"list.focusForeground": "#EEFFFF",
|
||||||
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
"list.hoverBackground": "#212121",
|
||||||
|
"list.hoverForeground": "#FFFFFF",
|
||||||
|
"list.inactiveSelectionBackground": "#00000030",
|
||||||
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
|
"listFilterWidget.background": "#00000030",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#00000030",
|
||||||
|
"listFilterWidget.outline": "#00000030",
|
||||||
|
"menu.background": "#212121",
|
||||||
|
"menu.foreground": "#EEFFFF",
|
||||||
|
"menu.selectionBackground": "#00000050",
|
||||||
|
"menu.selectionBorder": "#00000030",
|
||||||
|
"menu.selectionForeground": "#80CBC4",
|
||||||
|
"menu.separatorBackground": "#EEFFFF",
|
||||||
|
"menubar.selectionBackground": "#00000030",
|
||||||
|
"menubar.selectionBorder": "#00000030",
|
||||||
|
"menubar.selectionForeground": "#80CBC4",
|
||||||
|
"notebook.focusedCellBorder": "#80CBC4",
|
||||||
|
"notebook.inactiveFocusedCellBorder": "#80CBC450",
|
||||||
|
"notificationLink.foreground": "#80CBC4",
|
||||||
|
"notifications.background": "#212121",
|
||||||
|
"notifications.foreground": "#EEFFFF",
|
||||||
|
"panel.background": "#212121",
|
||||||
|
"panel.border": "#21212160",
|
||||||
|
"panel.dropBackground": "#EEFFFF",
|
||||||
|
"panelTitle.activeBorder": "#80CBC4",
|
||||||
|
"panelTitle.activeForeground": "#FFFFFF",
|
||||||
|
"panelTitle.inactiveForeground": "#EEFFFF",
|
||||||
|
"peekView.border": "#00000030",
|
||||||
|
"peekViewEditor.background": "#2B2B2B",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#61616150",
|
||||||
|
"peekViewEditorGutter.background": "#2B2B2B",
|
||||||
|
"peekViewResult.background": "#2B2B2B",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#61616150",
|
||||||
|
"peekViewResult.selectionBackground": "#67676770",
|
||||||
|
"peekViewTitle.background": "#2B2B2B",
|
||||||
|
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
||||||
|
"pickerGroup.border": "#FFFFFF1a",
|
||||||
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"progressBar.background": "#80CBC4",
|
||||||
|
"quickInput.background": "#212121",
|
||||||
|
"quickInput.foreground": "#676767",
|
||||||
|
"quickInput.list.focusBackground": "#EEFFFF20",
|
||||||
|
"sash.hoverBorder": "#80CBC450",
|
||||||
|
"scrollbar.shadow": "#00000030",
|
||||||
|
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||||
|
"scrollbarSlider.background": "#EEFFFF20",
|
||||||
|
"scrollbarSlider.hoverBackground": "#EEFFFF10",
|
||||||
|
"selection.background": "#00000080",
|
||||||
|
"settings.checkboxBackground": "#212121",
|
||||||
|
"settings.checkboxForeground": "#EEFFFF",
|
||||||
|
"settings.dropdownBackground": "#212121",
|
||||||
|
"settings.dropdownForeground": "#EEFFFF",
|
||||||
|
"settings.headerForeground": "#80CBC4",
|
||||||
|
"settings.modifiedItemIndicator": "#80CBC4",
|
||||||
|
"settings.numberInputBackground": "#212121",
|
||||||
|
"settings.numberInputForeground": "#EEFFFF",
|
||||||
|
"settings.textInputBackground": "#212121",
|
||||||
|
"settings.textInputForeground": "#EEFFFF",
|
||||||
|
"sideBar.background": "#212121",
|
||||||
|
"sideBar.border": "#21212160",
|
||||||
|
"sideBar.foreground": "#676767",
|
||||||
|
"sideBarSectionHeader.background": "#212121",
|
||||||
|
"sideBarSectionHeader.border": "#21212160",
|
||||||
|
"sideBarTitle.foreground": "#EEFFFF",
|
||||||
|
"statusBar.background": "#212121",
|
||||||
|
"statusBar.border": "#21212160",
|
||||||
|
"statusBar.debuggingBackground": "#C792EA",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.foreground": "#616161",
|
||||||
|
"statusBar.noFolderBackground": "#212121",
|
||||||
|
"statusBarItem.activeBackground": "#f0717880",
|
||||||
|
"statusBarItem.hoverBackground": "#54545420",
|
||||||
|
"statusBarItem.remoteBackground": "#80CBC4",
|
||||||
|
"statusBarItem.remoteForeground": "#000000",
|
||||||
|
"tab.activeBackground": "#212121",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.activeForeground": "#FFFFFF",
|
||||||
|
"tab.activeModifiedBorder": "#676767",
|
||||||
|
"tab.border": "#212121",
|
||||||
|
"tab.inactiveBackground": "#212121",
|
||||||
|
"tab.inactiveForeground": "#676767",
|
||||||
|
"tab.inactiveModifiedBorder": "#904348",
|
||||||
|
"tab.unfocusedActiveBorder": "#545454",
|
||||||
|
"tab.unfocusedActiveForeground": "#EEFFFF",
|
||||||
|
"tab.unfocusedActiveModifiedBorder": "#c05a60",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#904348",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightBlack": "#545454",
|
||||||
|
"terminal.ansiBrightBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightCyan": "#89DDFF",
|
||||||
|
"terminal.ansiBrightGreen": "#C3E88D",
|
||||||
|
"terminal.ansiBrightMagenta": "#C792EA",
|
||||||
|
"terminal.ansiBrightRed": "#f07178",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||||
|
"terminal.ansiCyan": "#89DDFF",
|
||||||
|
"terminal.ansiGreen": "#C3E88D",
|
||||||
|
"terminal.ansiMagenta": "#C792EA",
|
||||||
|
"terminal.ansiRed": "#f07178",
|
||||||
|
"terminal.ansiWhite": "#ffffff",
|
||||||
|
"terminal.ansiYellow": "#FFCB6B",
|
||||||
|
"terminalCursor.background": "#000000",
|
||||||
|
"terminalCursor.foreground": "#FFCB6B",
|
||||||
|
"textLink.activeForeground": "#EEFFFF",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"titleBar.activeBackground": "#212121",
|
||||||
|
"titleBar.activeForeground": "#EEFFFF",
|
||||||
|
"titleBar.border": "#21212160",
|
||||||
|
"titleBar.inactiveBackground": "#212121",
|
||||||
|
"titleBar.inactiveForeground": "#676767",
|
||||||
|
"tree.indentGuidesStroke": "#424242",
|
||||||
|
"widget.shadow": "#00000030"
|
||||||
|
},
|
||||||
|
"displayName": "Material Theme Darker",
|
||||||
|
"name": "material-theme-darker",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#212121",
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation, constant.other.symbol",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape, text.html constant.character.entity.named",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.boolean",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function, support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type, storage.modifier, storage.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.module, support.node",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type, constant.other.key",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#545454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#545454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.object.property, meta.field.declaration entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.definition.method entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.function entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag.yaml",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.css entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B2CCD6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag, punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.entity.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown beginning.punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold markup.italic, markup.italic markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw.string.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.definition.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.section.group-title.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.class.identifier storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.identifier entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.return-type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.preprocessor",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#545454"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs entity.name.type.namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.jsx.children, SXNested",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.class.component",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cpp meta.block variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.member.access.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.block",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function.call",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.php support.other.namespace, source.php meta.use support.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#212121",
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function.language.special.self.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.format.placeholder.other.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF90"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#916b53"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,766 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#80CBC4",
|
||||||
|
"activityBar.background": "#FAFAFA",
|
||||||
|
"activityBar.border": "#FAFAFA60",
|
||||||
|
"activityBar.dropBackground": "#E5393580",
|
||||||
|
"activityBar.foreground": "#90A4AE",
|
||||||
|
"activityBarBadge.background": "#80CBC4",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
"badge.background": "#CCD7DA30",
|
||||||
|
"badge.foreground": "#90A4AE",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#80CBC4",
|
||||||
|
"breadcrumb.background": "#FAFAFA",
|
||||||
|
"breadcrumb.focusForeground": "#90A4AE",
|
||||||
|
"breadcrumb.foreground": "#758a95",
|
||||||
|
"breadcrumbPicker.background": "#FAFAFA",
|
||||||
|
"button.background": "#80CBC440",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"debugConsole.errorForeground": "#E53935",
|
||||||
|
"debugConsole.infoForeground": "#39ADB5",
|
||||||
|
"debugConsole.warningForeground": "#E2931D",
|
||||||
|
"debugToolBar.background": "#FAFAFA",
|
||||||
|
"diffEditor.insertedTextBackground": "#39ADB520",
|
||||||
|
"diffEditor.removedTextBackground": "#FF537020",
|
||||||
|
"dropdown.background": "#FAFAFA",
|
||||||
|
"dropdown.border": "#00000010",
|
||||||
|
"editor.background": "#FAFAFA",
|
||||||
|
"editor.findMatchBackground": "#00000020",
|
||||||
|
"editor.findMatchBorder": "#80CBC4",
|
||||||
|
"editor.findMatchHighlight": "#90A4AE",
|
||||||
|
"editor.findMatchHighlightBackground": "#00000010",
|
||||||
|
"editor.findMatchHighlightBorder": "#00000030",
|
||||||
|
"editor.findRangeHighlightBackground": "#E2931D30",
|
||||||
|
"editor.foreground": "#90A4AE",
|
||||||
|
"editor.lineHighlightBackground": "#CCD7DA50",
|
||||||
|
"editor.lineHighlightBorder": "#CCD7DA00",
|
||||||
|
"editor.rangeHighlightBackground": "#FFFFFF0d",
|
||||||
|
"editor.selectionBackground": "#80CBC440",
|
||||||
|
"editor.selectionHighlightBackground": "#27272720",
|
||||||
|
"editor.wordHighlightBackground": "#FF537030",
|
||||||
|
"editor.wordHighlightStrongBackground": "#91B85930",
|
||||||
|
"editorBracketMatch.background": "#FAFAFA",
|
||||||
|
"editorBracketMatch.border": "#27272750",
|
||||||
|
"editorCursor.foreground": "#272727",
|
||||||
|
"editorError.foreground": "#E5393570",
|
||||||
|
"editorGroup.border": "#00000020",
|
||||||
|
"editorGroup.dropBackground": "#E5393580",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#E53935",
|
||||||
|
"editorGroupHeader.tabsBackground": "#FAFAFA",
|
||||||
|
"editorGutter.addedBackground": "#91B85960",
|
||||||
|
"editorGutter.deletedBackground": "#E5393560",
|
||||||
|
"editorGutter.modifiedBackground": "#6182B860",
|
||||||
|
"editorHoverWidget.background": "#FAFAFA",
|
||||||
|
"editorHoverWidget.border": "#00000010",
|
||||||
|
"editorIndentGuide.activeBackground": "#B0BEC5",
|
||||||
|
"editorIndentGuide.background": "#B0BEC570",
|
||||||
|
"editorInfo.foreground": "#6182B870",
|
||||||
|
"editorLineNumber.activeForeground": "#758a95",
|
||||||
|
"editorLineNumber.foreground": "#CFD8DC",
|
||||||
|
"editorLink.activeForeground": "#90A4AE",
|
||||||
|
"editorMarkerNavigation.background": "#90A4AE05",
|
||||||
|
"editorOverviewRuler.border": "#FAFAFA",
|
||||||
|
"editorOverviewRuler.errorForeground": "#E5393540",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#80CBC4",
|
||||||
|
"editorOverviewRuler.infoForeground": "#6182B840",
|
||||||
|
"editorOverviewRuler.warningForeground": "#E2931D40",
|
||||||
|
"editorRuler.foreground": "#B0BEC5",
|
||||||
|
"editorSuggestWidget.background": "#FAFAFA",
|
||||||
|
"editorSuggestWidget.border": "#00000010",
|
||||||
|
"editorSuggestWidget.foreground": "#90A4AE",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#CCD7DA50",
|
||||||
|
"editorWarning.foreground": "#E2931D70",
|
||||||
|
"editorWhitespace.foreground": "#90A4AE40",
|
||||||
|
"editorWidget.background": "#FAFAFA",
|
||||||
|
"editorWidget.border": "#80CBC4",
|
||||||
|
"editorWidget.resizeBorder": "#80CBC4",
|
||||||
|
"extensionBadge.remoteForeground": "#90A4AE",
|
||||||
|
"extensionButton.prominentBackground": "#91B85990",
|
||||||
|
"extensionButton.prominentForeground": "#90A4AE",
|
||||||
|
"extensionButton.prominentHoverBackground": "#91B859",
|
||||||
|
"focusBorder": "#FFFFFF00",
|
||||||
|
"foreground": "#90A4AE",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#E2931D90",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#E5393590",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#758a9590",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#6182B890",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#91B85990",
|
||||||
|
"input.background": "#EEEEEE",
|
||||||
|
"input.border": "#00000010",
|
||||||
|
"input.foreground": "#90A4AE",
|
||||||
|
"input.placeholderForeground": "#90A4AE60",
|
||||||
|
"inputOption.activeBackground": "#90A4AE30",
|
||||||
|
"inputOption.activeBorder": "#90A4AE30",
|
||||||
|
"inputValidation.errorBorder": "#E53935",
|
||||||
|
"inputValidation.infoBorder": "#6182B8",
|
||||||
|
"inputValidation.warningBorder": "#E2931D",
|
||||||
|
"list.activeSelectionBackground": "#FAFAFA",
|
||||||
|
"list.activeSelectionForeground": "#80CBC4",
|
||||||
|
"list.dropBackground": "#E5393580",
|
||||||
|
"list.focusBackground": "#90A4AE20",
|
||||||
|
"list.focusForeground": "#90A4AE",
|
||||||
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
"list.hoverBackground": "#FAFAFA",
|
||||||
|
"list.hoverForeground": "#B1C7D3",
|
||||||
|
"list.inactiveSelectionBackground": "#CCD7DA50",
|
||||||
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
|
"listFilterWidget.background": "#CCD7DA50",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#CCD7DA50",
|
||||||
|
"listFilterWidget.outline": "#CCD7DA50",
|
||||||
|
"menu.background": "#FAFAFA",
|
||||||
|
"menu.foreground": "#90A4AE",
|
||||||
|
"menu.selectionBackground": "#CCD7DA50",
|
||||||
|
"menu.selectionBorder": "#CCD7DA50",
|
||||||
|
"menu.selectionForeground": "#80CBC4",
|
||||||
|
"menu.separatorBackground": "#90A4AE",
|
||||||
|
"menubar.selectionBackground": "#CCD7DA50",
|
||||||
|
"menubar.selectionBorder": "#CCD7DA50",
|
||||||
|
"menubar.selectionForeground": "#80CBC4",
|
||||||
|
"notebook.focusedCellBorder": "#80CBC4",
|
||||||
|
"notebook.inactiveFocusedCellBorder": "#80CBC450",
|
||||||
|
"notificationLink.foreground": "#80CBC4",
|
||||||
|
"notifications.background": "#FAFAFA",
|
||||||
|
"notifications.foreground": "#90A4AE",
|
||||||
|
"panel.background": "#FAFAFA",
|
||||||
|
"panel.border": "#FAFAFA60",
|
||||||
|
"panel.dropBackground": "#90A4AE",
|
||||||
|
"panelTitle.activeBorder": "#80CBC4",
|
||||||
|
"panelTitle.activeForeground": "#000000",
|
||||||
|
"panelTitle.inactiveForeground": "#90A4AE",
|
||||||
|
"peekView.border": "#00000020",
|
||||||
|
"peekViewEditor.background": "#EEEEEE",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#80CBC440",
|
||||||
|
"peekViewEditorGutter.background": "#EEEEEE",
|
||||||
|
"peekViewResult.background": "#EEEEEE",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#80CBC440",
|
||||||
|
"peekViewResult.selectionBackground": "#758a9570",
|
||||||
|
"peekViewTitle.background": "#EEEEEE",
|
||||||
|
"peekViewTitleDescription.foreground": "#90A4AE60",
|
||||||
|
"pickerGroup.border": "#FFFFFF1a",
|
||||||
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"progressBar.background": "#80CBC4",
|
||||||
|
"quickInput.background": "#FAFAFA",
|
||||||
|
"quickInput.foreground": "#758a95",
|
||||||
|
"quickInput.list.focusBackground": "#90A4AE20",
|
||||||
|
"sash.hoverBorder": "#80CBC450",
|
||||||
|
"scrollbar.shadow": "#00000020",
|
||||||
|
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||||
|
"scrollbarSlider.background": "#90A4AE20",
|
||||||
|
"scrollbarSlider.hoverBackground": "#90A4AE10",
|
||||||
|
"selection.background": "#CCD7DA80",
|
||||||
|
"settings.checkboxBackground": "#FAFAFA",
|
||||||
|
"settings.checkboxForeground": "#90A4AE",
|
||||||
|
"settings.dropdownBackground": "#FAFAFA",
|
||||||
|
"settings.dropdownForeground": "#90A4AE",
|
||||||
|
"settings.headerForeground": "#80CBC4",
|
||||||
|
"settings.modifiedItemIndicator": "#80CBC4",
|
||||||
|
"settings.numberInputBackground": "#FAFAFA",
|
||||||
|
"settings.numberInputForeground": "#90A4AE",
|
||||||
|
"settings.textInputBackground": "#FAFAFA",
|
||||||
|
"settings.textInputForeground": "#90A4AE",
|
||||||
|
"sideBar.background": "#FAFAFA",
|
||||||
|
"sideBar.border": "#FAFAFA60",
|
||||||
|
"sideBar.foreground": "#758a95",
|
||||||
|
"sideBarSectionHeader.background": "#FAFAFA",
|
||||||
|
"sideBarSectionHeader.border": "#FAFAFA60",
|
||||||
|
"sideBarTitle.foreground": "#90A4AE",
|
||||||
|
"statusBar.background": "#FAFAFA",
|
||||||
|
"statusBar.border": "#FAFAFA60",
|
||||||
|
"statusBar.debuggingBackground": "#9C3EDA",
|
||||||
|
"statusBar.debuggingForeground": "#FFFFFF",
|
||||||
|
"statusBar.foreground": "#7E939E",
|
||||||
|
"statusBar.noFolderBackground": "#FAFAFA",
|
||||||
|
"statusBarItem.activeBackground": "#E5393580",
|
||||||
|
"statusBarItem.hoverBackground": "#90A4AE20",
|
||||||
|
"statusBarItem.remoteBackground": "#80CBC4",
|
||||||
|
"statusBarItem.remoteForeground": "#000000",
|
||||||
|
"tab.activeBackground": "#FAFAFA",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.activeForeground": "#000000",
|
||||||
|
"tab.activeModifiedBorder": "#758a95",
|
||||||
|
"tab.border": "#FAFAFA",
|
||||||
|
"tab.inactiveBackground": "#FAFAFA",
|
||||||
|
"tab.inactiveForeground": "#758a95",
|
||||||
|
"tab.inactiveModifiedBorder": "#89221f",
|
||||||
|
"tab.unfocusedActiveBorder": "#90A4AE",
|
||||||
|
"tab.unfocusedActiveForeground": "#90A4AE",
|
||||||
|
"tab.unfocusedActiveModifiedBorder": "#b72d2a",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#89221f",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#6182B8",
|
||||||
|
"terminal.ansiBrightBlack": "#90A4AE",
|
||||||
|
"terminal.ansiBrightBlue": "#6182B8",
|
||||||
|
"terminal.ansiBrightCyan": "#39ADB5",
|
||||||
|
"terminal.ansiBrightGreen": "#91B859",
|
||||||
|
"terminal.ansiBrightMagenta": "#9C3EDA",
|
||||||
|
"terminal.ansiBrightRed": "#E53935",
|
||||||
|
"terminal.ansiBrightWhite": "#FFFFFF",
|
||||||
|
"terminal.ansiBrightYellow": "#E2931D",
|
||||||
|
"terminal.ansiCyan": "#39ADB5",
|
||||||
|
"terminal.ansiGreen": "#91B859",
|
||||||
|
"terminal.ansiMagenta": "#9C3EDA",
|
||||||
|
"terminal.ansiRed": "#E53935",
|
||||||
|
"terminal.ansiWhite": "#FFFFFF",
|
||||||
|
"terminal.ansiYellow": "#E2931D",
|
||||||
|
"terminalCursor.background": "#000000",
|
||||||
|
"terminalCursor.foreground": "#E2931D",
|
||||||
|
"textLink.activeForeground": "#90A4AE",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"titleBar.activeBackground": "#FAFAFA",
|
||||||
|
"titleBar.activeForeground": "#90A4AE",
|
||||||
|
"titleBar.border": "#FAFAFA60",
|
||||||
|
"titleBar.inactiveBackground": "#FAFAFA",
|
||||||
|
"titleBar.inactiveForeground": "#758a95",
|
||||||
|
"tree.indentGuidesStroke": "#B0BEC5",
|
||||||
|
"widget.shadow": "#00000020"
|
||||||
|
},
|
||||||
|
"displayName": "Material Theme Lighter",
|
||||||
|
"name": "material-theme-lighter",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#FAFAFA",
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91B859"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation, constant.other.symbol",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape, text.html constant.character.entity.named",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.boolean",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5370"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F76D47"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F76D47"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function, support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type, storage.modifier, storage.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9C3EDA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.module, support.node",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type, constant.other.key",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.object.property, meta.field.declaration entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.definition.method entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.function entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag.yaml",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F76D47"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.css entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8796B0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag, punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9C3EDA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.entity.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown beginning.punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold markup.italic, markup.italic markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic bold",
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91B859"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw.string.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91B859"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.definition.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.section.group-title.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.class.identifier storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.identifier entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.return-type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.preprocessor",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs entity.name.type.namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.jsx.children, SXNested",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.class.component",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cpp meta.block variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.member.access.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.block",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function.call",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.php support.other.namespace, source.php meta.use support.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#FAFAFA",
|
||||||
|
"foreground": "#90A4AE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91B859"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function.language.special.self.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.format.placeholder.other.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F76D47"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#39ADB5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#90A4AE90"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5370"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9C3EDA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E2931D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F76D47"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E53935"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#916b53"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6182B8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF5370"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9C3EDA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#91B859"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,766 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#80CBC4",
|
||||||
|
"activityBar.background": "#0F111A",
|
||||||
|
"activityBar.border": "#0F111A60",
|
||||||
|
"activityBar.dropBackground": "#f0717880",
|
||||||
|
"activityBar.foreground": "#babed8",
|
||||||
|
"activityBarBadge.background": "#80CBC4",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
"badge.background": "#00000030",
|
||||||
|
"badge.foreground": "#464B5D",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#80CBC4",
|
||||||
|
"breadcrumb.background": "#0F111A",
|
||||||
|
"breadcrumb.focusForeground": "#babed8",
|
||||||
|
"breadcrumb.foreground": "#525975",
|
||||||
|
"breadcrumbPicker.background": "#0F111A",
|
||||||
|
"button.background": "#717CB450",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"debugConsole.errorForeground": "#f07178",
|
||||||
|
"debugConsole.infoForeground": "#89DDFF",
|
||||||
|
"debugConsole.warningForeground": "#FFCB6B",
|
||||||
|
"debugToolBar.background": "#0F111A",
|
||||||
|
"diffEditor.insertedTextBackground": "#89DDFF20",
|
||||||
|
"diffEditor.removedTextBackground": "#ff9cac20",
|
||||||
|
"dropdown.background": "#0F111A",
|
||||||
|
"dropdown.border": "#FFFFFF10",
|
||||||
|
"editor.background": "#0F111A",
|
||||||
|
"editor.findMatchBackground": "#000000",
|
||||||
|
"editor.findMatchBorder": "#80CBC4",
|
||||||
|
"editor.findMatchHighlight": "#babed8",
|
||||||
|
"editor.findMatchHighlightBackground": "#00000050",
|
||||||
|
"editor.findMatchHighlightBorder": "#ffffff30",
|
||||||
|
"editor.findRangeHighlightBackground": "#FFCB6B30",
|
||||||
|
"editor.foreground": "#babed8",
|
||||||
|
"editor.lineHighlightBackground": "#00000050",
|
||||||
|
"editor.lineHighlightBorder": "#00000000",
|
||||||
|
"editor.rangeHighlightBackground": "#FFFFFF0d",
|
||||||
|
"editor.selectionBackground": "#717CB450",
|
||||||
|
"editor.selectionHighlightBackground": "#FFCC0020",
|
||||||
|
"editor.wordHighlightBackground": "#ff9cac30",
|
||||||
|
"editor.wordHighlightStrongBackground": "#C3E88D30",
|
||||||
|
"editorBracketMatch.background": "#0F111A",
|
||||||
|
"editorBracketMatch.border": "#FFCC0050",
|
||||||
|
"editorCursor.foreground": "#FFCC00",
|
||||||
|
"editorError.foreground": "#f0717870",
|
||||||
|
"editorGroup.border": "#00000030",
|
||||||
|
"editorGroup.dropBackground": "#f0717880",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#f07178",
|
||||||
|
"editorGroupHeader.tabsBackground": "#0F111A",
|
||||||
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
|
"editorGutter.deletedBackground": "#f0717860",
|
||||||
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
|
"editorHoverWidget.background": "#0F111A",
|
||||||
|
"editorHoverWidget.border": "#FFFFFF10",
|
||||||
|
"editorIndentGuide.activeBackground": "#3B3F51",
|
||||||
|
"editorIndentGuide.background": "#3B3F5170",
|
||||||
|
"editorInfo.foreground": "#82AAFF70",
|
||||||
|
"editorLineNumber.activeForeground": "#525975",
|
||||||
|
"editorLineNumber.foreground": "#3B3F5180",
|
||||||
|
"editorLink.activeForeground": "#babed8",
|
||||||
|
"editorMarkerNavigation.background": "#babed805",
|
||||||
|
"editorOverviewRuler.border": "#0F111A",
|
||||||
|
"editorOverviewRuler.errorForeground": "#f0717840",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#80CBC4",
|
||||||
|
"editorOverviewRuler.infoForeground": "#82AAFF40",
|
||||||
|
"editorOverviewRuler.warningForeground": "#FFCB6B40",
|
||||||
|
"editorRuler.foreground": "#3B3F51",
|
||||||
|
"editorSuggestWidget.background": "#0F111A",
|
||||||
|
"editorSuggestWidget.border": "#FFFFFF10",
|
||||||
|
"editorSuggestWidget.foreground": "#babed8",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#00000050",
|
||||||
|
"editorWarning.foreground": "#FFCB6B70",
|
||||||
|
"editorWhitespace.foreground": "#babed840",
|
||||||
|
"editorWidget.background": "#0F111A",
|
||||||
|
"editorWidget.border": "#80CBC4",
|
||||||
|
"editorWidget.resizeBorder": "#80CBC4",
|
||||||
|
"extensionBadge.remoteForeground": "#babed8",
|
||||||
|
"extensionButton.prominentBackground": "#C3E88D90",
|
||||||
|
"extensionButton.prominentForeground": "#babed8",
|
||||||
|
"extensionButton.prominentHoverBackground": "#C3E88D",
|
||||||
|
"focusBorder": "#FFFFFF00",
|
||||||
|
"foreground": "#babed8",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f0717890",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#52597590",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
|
||||||
|
"input.background": "#1A1C25",
|
||||||
|
"input.border": "#FFFFFF10",
|
||||||
|
"input.foreground": "#babed8",
|
||||||
|
"input.placeholderForeground": "#babed860",
|
||||||
|
"inputOption.activeBackground": "#babed830",
|
||||||
|
"inputOption.activeBorder": "#babed830",
|
||||||
|
"inputValidation.errorBorder": "#f07178",
|
||||||
|
"inputValidation.infoBorder": "#82AAFF",
|
||||||
|
"inputValidation.warningBorder": "#FFCB6B",
|
||||||
|
"list.activeSelectionBackground": "#0F111A",
|
||||||
|
"list.activeSelectionForeground": "#80CBC4",
|
||||||
|
"list.dropBackground": "#f0717880",
|
||||||
|
"list.focusBackground": "#babed820",
|
||||||
|
"list.focusForeground": "#babed8",
|
||||||
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
"list.hoverBackground": "#0F111A",
|
||||||
|
"list.hoverForeground": "#FFFFFF",
|
||||||
|
"list.inactiveSelectionBackground": "#00000030",
|
||||||
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
|
"listFilterWidget.background": "#00000030",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#00000030",
|
||||||
|
"listFilterWidget.outline": "#00000030",
|
||||||
|
"menu.background": "#0F111A",
|
||||||
|
"menu.foreground": "#babed8",
|
||||||
|
"menu.selectionBackground": "#00000050",
|
||||||
|
"menu.selectionBorder": "#00000030",
|
||||||
|
"menu.selectionForeground": "#80CBC4",
|
||||||
|
"menu.separatorBackground": "#babed8",
|
||||||
|
"menubar.selectionBackground": "#00000030",
|
||||||
|
"menubar.selectionBorder": "#00000030",
|
||||||
|
"menubar.selectionForeground": "#80CBC4",
|
||||||
|
"notebook.focusedCellBorder": "#80CBC4",
|
||||||
|
"notebook.inactiveFocusedCellBorder": "#80CBC450",
|
||||||
|
"notificationLink.foreground": "#80CBC4",
|
||||||
|
"notifications.background": "#0F111A",
|
||||||
|
"notifications.foreground": "#babed8",
|
||||||
|
"panel.background": "#0F111A",
|
||||||
|
"panel.border": "#0F111A60",
|
||||||
|
"panel.dropBackground": "#babed8",
|
||||||
|
"panelTitle.activeBorder": "#80CBC4",
|
||||||
|
"panelTitle.activeForeground": "#FFFFFF",
|
||||||
|
"panelTitle.inactiveForeground": "#babed8",
|
||||||
|
"peekView.border": "#00000030",
|
||||||
|
"peekViewEditor.background": "#1A1C25",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#717CB450",
|
||||||
|
"peekViewEditorGutter.background": "#1A1C25",
|
||||||
|
"peekViewResult.background": "#1A1C25",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#717CB450",
|
||||||
|
"peekViewResult.selectionBackground": "#52597570",
|
||||||
|
"peekViewTitle.background": "#1A1C25",
|
||||||
|
"peekViewTitleDescription.foreground": "#babed860",
|
||||||
|
"pickerGroup.border": "#FFFFFF1a",
|
||||||
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"progressBar.background": "#80CBC4",
|
||||||
|
"quickInput.background": "#0F111A",
|
||||||
|
"quickInput.foreground": "#525975",
|
||||||
|
"quickInput.list.focusBackground": "#babed820",
|
||||||
|
"sash.hoverBorder": "#80CBC450",
|
||||||
|
"scrollbar.shadow": "#00000030",
|
||||||
|
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||||
|
"scrollbarSlider.background": "#8F93A220",
|
||||||
|
"scrollbarSlider.hoverBackground": "#8F93A210",
|
||||||
|
"selection.background": "#00000080",
|
||||||
|
"settings.checkboxBackground": "#0F111A",
|
||||||
|
"settings.checkboxForeground": "#babed8",
|
||||||
|
"settings.dropdownBackground": "#0F111A",
|
||||||
|
"settings.dropdownForeground": "#babed8",
|
||||||
|
"settings.headerForeground": "#80CBC4",
|
||||||
|
"settings.modifiedItemIndicator": "#80CBC4",
|
||||||
|
"settings.numberInputBackground": "#0F111A",
|
||||||
|
"settings.numberInputForeground": "#babed8",
|
||||||
|
"settings.textInputBackground": "#0F111A",
|
||||||
|
"settings.textInputForeground": "#babed8",
|
||||||
|
"sideBar.background": "#0F111A",
|
||||||
|
"sideBar.border": "#0F111A60",
|
||||||
|
"sideBar.foreground": "#525975",
|
||||||
|
"sideBarSectionHeader.background": "#0F111A",
|
||||||
|
"sideBarSectionHeader.border": "#0F111A60",
|
||||||
|
"sideBarTitle.foreground": "#babed8",
|
||||||
|
"statusBar.background": "#0F111A",
|
||||||
|
"statusBar.border": "#0F111A60",
|
||||||
|
"statusBar.debuggingBackground": "#C792EA",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.foreground": "#4B526D",
|
||||||
|
"statusBar.noFolderBackground": "#0F111A",
|
||||||
|
"statusBarItem.activeBackground": "#f0717880",
|
||||||
|
"statusBarItem.hoverBackground": "#464B5D20",
|
||||||
|
"statusBarItem.remoteBackground": "#80CBC4",
|
||||||
|
"statusBarItem.remoteForeground": "#000000",
|
||||||
|
"tab.activeBackground": "#0F111A",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.activeForeground": "#FFFFFF",
|
||||||
|
"tab.activeModifiedBorder": "#525975",
|
||||||
|
"tab.border": "#0F111A",
|
||||||
|
"tab.inactiveBackground": "#0F111A",
|
||||||
|
"tab.inactiveForeground": "#525975",
|
||||||
|
"tab.inactiveModifiedBorder": "#904348",
|
||||||
|
"tab.unfocusedActiveBorder": "#464B5D",
|
||||||
|
"tab.unfocusedActiveForeground": "#babed8",
|
||||||
|
"tab.unfocusedActiveModifiedBorder": "#c05a60",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#904348",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightBlack": "#464B5D",
|
||||||
|
"terminal.ansiBrightBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightCyan": "#89DDFF",
|
||||||
|
"terminal.ansiBrightGreen": "#C3E88D",
|
||||||
|
"terminal.ansiBrightMagenta": "#C792EA",
|
||||||
|
"terminal.ansiBrightRed": "#f07178",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||||
|
"terminal.ansiCyan": "#89DDFF",
|
||||||
|
"terminal.ansiGreen": "#C3E88D",
|
||||||
|
"terminal.ansiMagenta": "#C792EA",
|
||||||
|
"terminal.ansiRed": "#f07178",
|
||||||
|
"terminal.ansiWhite": "#ffffff",
|
||||||
|
"terminal.ansiYellow": "#FFCB6B",
|
||||||
|
"terminalCursor.background": "#000000",
|
||||||
|
"terminalCursor.foreground": "#FFCB6B",
|
||||||
|
"textLink.activeForeground": "#babed8",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"titleBar.activeBackground": "#0F111A",
|
||||||
|
"titleBar.activeForeground": "#babed8",
|
||||||
|
"titleBar.border": "#0F111A60",
|
||||||
|
"titleBar.inactiveBackground": "#0F111A",
|
||||||
|
"titleBar.inactiveForeground": "#525975",
|
||||||
|
"tree.indentGuidesStroke": "#3B3F51",
|
||||||
|
"widget.shadow": "#00000030"
|
||||||
|
},
|
||||||
|
"displayName": "Material Theme Ocean",
|
||||||
|
"name": "material-theme-ocean",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#0F111A",
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation, constant.other.symbol",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape, text.html constant.character.entity.named",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.boolean",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function, support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type, storage.modifier, storage.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.module, support.node",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type, constant.other.key",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#464B5D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#464B5D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.object.property, meta.field.declaration entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.definition.method entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.function entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag.yaml",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.css entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B2CCD6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag, punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.entity.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown beginning.punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold markup.italic, markup.italic markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw.string.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.definition.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.section.group-title.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.class.identifier storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.identifier entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.return-type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.preprocessor",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#464B5D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs entity.name.type.namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.jsx.children, SXNested",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.class.component",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cpp meta.block variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.member.access.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.block",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function.call",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.php support.other.namespace, source.php meta.use support.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#0F111A",
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function.language.special.self.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.format.placeholder.other.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed890"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#916b53"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,766 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#80CBC4",
|
||||||
|
"activityBar.background": "#292D3E",
|
||||||
|
"activityBar.border": "#292D3E60",
|
||||||
|
"activityBar.dropBackground": "#f0717880",
|
||||||
|
"activityBar.foreground": "#babed8",
|
||||||
|
"activityBarBadge.background": "#80CBC4",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
"badge.background": "#00000030",
|
||||||
|
"badge.foreground": "#676E95",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#80CBC4",
|
||||||
|
"breadcrumb.background": "#292D3E",
|
||||||
|
"breadcrumb.focusForeground": "#babed8",
|
||||||
|
"breadcrumb.foreground": "#676E95",
|
||||||
|
"breadcrumbPicker.background": "#292D3E",
|
||||||
|
"button.background": "#717CB450",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"debugConsole.errorForeground": "#f07178",
|
||||||
|
"debugConsole.infoForeground": "#89DDFF",
|
||||||
|
"debugConsole.warningForeground": "#FFCB6B",
|
||||||
|
"debugToolBar.background": "#292D3E",
|
||||||
|
"diffEditor.insertedTextBackground": "#89DDFF20",
|
||||||
|
"diffEditor.removedTextBackground": "#ff9cac20",
|
||||||
|
"dropdown.background": "#292D3E",
|
||||||
|
"dropdown.border": "#FFFFFF10",
|
||||||
|
"editor.background": "#292D3E",
|
||||||
|
"editor.findMatchBackground": "#000000",
|
||||||
|
"editor.findMatchBorder": "#80CBC4",
|
||||||
|
"editor.findMatchHighlight": "#babed8",
|
||||||
|
"editor.findMatchHighlightBackground": "#00000050",
|
||||||
|
"editor.findMatchHighlightBorder": "#ffffff30",
|
||||||
|
"editor.findRangeHighlightBackground": "#FFCB6B30",
|
||||||
|
"editor.foreground": "#babed8",
|
||||||
|
"editor.lineHighlightBackground": "#00000050",
|
||||||
|
"editor.lineHighlightBorder": "#00000000",
|
||||||
|
"editor.rangeHighlightBackground": "#FFFFFF0d",
|
||||||
|
"editor.selectionBackground": "#717CB450",
|
||||||
|
"editor.selectionHighlightBackground": "#FFCC0020",
|
||||||
|
"editor.wordHighlightBackground": "#ff9cac30",
|
||||||
|
"editor.wordHighlightStrongBackground": "#C3E88D30",
|
||||||
|
"editorBracketMatch.background": "#292D3E",
|
||||||
|
"editorBracketMatch.border": "#FFCC0050",
|
||||||
|
"editorCursor.foreground": "#FFCC00",
|
||||||
|
"editorError.foreground": "#f0717870",
|
||||||
|
"editorGroup.border": "#00000030",
|
||||||
|
"editorGroup.dropBackground": "#f0717880",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#f07178",
|
||||||
|
"editorGroupHeader.tabsBackground": "#292D3E",
|
||||||
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
|
"editorGutter.deletedBackground": "#f0717860",
|
||||||
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
|
"editorHoverWidget.background": "#292D3E",
|
||||||
|
"editorHoverWidget.border": "#FFFFFF10",
|
||||||
|
"editorIndentGuide.activeBackground": "#4E5579",
|
||||||
|
"editorIndentGuide.background": "#4E557970",
|
||||||
|
"editorInfo.foreground": "#82AAFF70",
|
||||||
|
"editorLineNumber.activeForeground": "#676E95",
|
||||||
|
"editorLineNumber.foreground": "#3A3F58",
|
||||||
|
"editorLink.activeForeground": "#babed8",
|
||||||
|
"editorMarkerNavigation.background": "#babed805",
|
||||||
|
"editorOverviewRuler.border": "#292D3E",
|
||||||
|
"editorOverviewRuler.errorForeground": "#f0717840",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#80CBC4",
|
||||||
|
"editorOverviewRuler.infoForeground": "#82AAFF40",
|
||||||
|
"editorOverviewRuler.warningForeground": "#FFCB6B40",
|
||||||
|
"editorRuler.foreground": "#4E5579",
|
||||||
|
"editorSuggestWidget.background": "#292D3E",
|
||||||
|
"editorSuggestWidget.border": "#FFFFFF10",
|
||||||
|
"editorSuggestWidget.foreground": "#babed8",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#00000050",
|
||||||
|
"editorWarning.foreground": "#FFCB6B70",
|
||||||
|
"editorWhitespace.foreground": "#babed840",
|
||||||
|
"editorWidget.background": "#292D3E",
|
||||||
|
"editorWidget.border": "#80CBC4",
|
||||||
|
"editorWidget.resizeBorder": "#80CBC4",
|
||||||
|
"extensionBadge.remoteForeground": "#babed8",
|
||||||
|
"extensionButton.prominentBackground": "#C3E88D90",
|
||||||
|
"extensionButton.prominentForeground": "#babed8",
|
||||||
|
"extensionButton.prominentHoverBackground": "#C3E88D",
|
||||||
|
"focusBorder": "#FFFFFF00",
|
||||||
|
"foreground": "#babed8",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f0717890",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#676E9590",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
|
||||||
|
"input.background": "#333747",
|
||||||
|
"input.border": "#FFFFFF10",
|
||||||
|
"input.foreground": "#babed8",
|
||||||
|
"input.placeholderForeground": "#babed860",
|
||||||
|
"inputOption.activeBackground": "#babed830",
|
||||||
|
"inputOption.activeBorder": "#babed830",
|
||||||
|
"inputValidation.errorBorder": "#f07178",
|
||||||
|
"inputValidation.infoBorder": "#82AAFF",
|
||||||
|
"inputValidation.warningBorder": "#FFCB6B",
|
||||||
|
"list.activeSelectionBackground": "#292D3E",
|
||||||
|
"list.activeSelectionForeground": "#80CBC4",
|
||||||
|
"list.dropBackground": "#f0717880",
|
||||||
|
"list.focusBackground": "#babed820",
|
||||||
|
"list.focusForeground": "#babed8",
|
||||||
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
"list.hoverBackground": "#292D3E",
|
||||||
|
"list.hoverForeground": "#FFFFFF",
|
||||||
|
"list.inactiveSelectionBackground": "#00000030",
|
||||||
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
|
"listFilterWidget.background": "#00000030",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#00000030",
|
||||||
|
"listFilterWidget.outline": "#00000030",
|
||||||
|
"menu.background": "#292D3E",
|
||||||
|
"menu.foreground": "#babed8",
|
||||||
|
"menu.selectionBackground": "#00000050",
|
||||||
|
"menu.selectionBorder": "#00000030",
|
||||||
|
"menu.selectionForeground": "#80CBC4",
|
||||||
|
"menu.separatorBackground": "#babed8",
|
||||||
|
"menubar.selectionBackground": "#00000030",
|
||||||
|
"menubar.selectionBorder": "#00000030",
|
||||||
|
"menubar.selectionForeground": "#80CBC4",
|
||||||
|
"notebook.focusedCellBorder": "#80CBC4",
|
||||||
|
"notebook.inactiveFocusedCellBorder": "#80CBC450",
|
||||||
|
"notificationLink.foreground": "#80CBC4",
|
||||||
|
"notifications.background": "#292D3E",
|
||||||
|
"notifications.foreground": "#babed8",
|
||||||
|
"panel.background": "#292D3E",
|
||||||
|
"panel.border": "#292D3E60",
|
||||||
|
"panel.dropBackground": "#babed8",
|
||||||
|
"panelTitle.activeBorder": "#80CBC4",
|
||||||
|
"panelTitle.activeForeground": "#FFFFFF",
|
||||||
|
"panelTitle.inactiveForeground": "#babed8",
|
||||||
|
"peekView.border": "#00000030",
|
||||||
|
"peekViewEditor.background": "#333747",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#717CB450",
|
||||||
|
"peekViewEditorGutter.background": "#333747",
|
||||||
|
"peekViewResult.background": "#333747",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#717CB450",
|
||||||
|
"peekViewResult.selectionBackground": "#676E9570",
|
||||||
|
"peekViewTitle.background": "#333747",
|
||||||
|
"peekViewTitleDescription.foreground": "#babed860",
|
||||||
|
"pickerGroup.border": "#FFFFFF1a",
|
||||||
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"progressBar.background": "#80CBC4",
|
||||||
|
"quickInput.background": "#292D3E",
|
||||||
|
"quickInput.foreground": "#676E95",
|
||||||
|
"quickInput.list.focusBackground": "#babed820",
|
||||||
|
"sash.hoverBorder": "#80CBC450",
|
||||||
|
"scrollbar.shadow": "#00000030",
|
||||||
|
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||||
|
"scrollbarSlider.background": "#A6ACCD20",
|
||||||
|
"scrollbarSlider.hoverBackground": "#A6ACCD10",
|
||||||
|
"selection.background": "#00000080",
|
||||||
|
"settings.checkboxBackground": "#292D3E",
|
||||||
|
"settings.checkboxForeground": "#babed8",
|
||||||
|
"settings.dropdownBackground": "#292D3E",
|
||||||
|
"settings.dropdownForeground": "#babed8",
|
||||||
|
"settings.headerForeground": "#80CBC4",
|
||||||
|
"settings.modifiedItemIndicator": "#80CBC4",
|
||||||
|
"settings.numberInputBackground": "#292D3E",
|
||||||
|
"settings.numberInputForeground": "#babed8",
|
||||||
|
"settings.textInputBackground": "#292D3E",
|
||||||
|
"settings.textInputForeground": "#babed8",
|
||||||
|
"sideBar.background": "#292D3E",
|
||||||
|
"sideBar.border": "#292D3E60",
|
||||||
|
"sideBar.foreground": "#676E95",
|
||||||
|
"sideBarSectionHeader.background": "#292D3E",
|
||||||
|
"sideBarSectionHeader.border": "#292D3E60",
|
||||||
|
"sideBarTitle.foreground": "#babed8",
|
||||||
|
"statusBar.background": "#292D3E",
|
||||||
|
"statusBar.border": "#292D3E60",
|
||||||
|
"statusBar.debuggingBackground": "#C792EA",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.foreground": "#676E95",
|
||||||
|
"statusBar.noFolderBackground": "#292D3E",
|
||||||
|
"statusBarItem.activeBackground": "#f0717880",
|
||||||
|
"statusBarItem.hoverBackground": "#676E9520",
|
||||||
|
"statusBarItem.remoteBackground": "#80CBC4",
|
||||||
|
"statusBarItem.remoteForeground": "#000000",
|
||||||
|
"tab.activeBackground": "#292D3E",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.activeForeground": "#FFFFFF",
|
||||||
|
"tab.activeModifiedBorder": "#676E95",
|
||||||
|
"tab.border": "#292D3E",
|
||||||
|
"tab.inactiveBackground": "#292D3E",
|
||||||
|
"tab.inactiveForeground": "#676E95",
|
||||||
|
"tab.inactiveModifiedBorder": "#904348",
|
||||||
|
"tab.unfocusedActiveBorder": "#676E95",
|
||||||
|
"tab.unfocusedActiveForeground": "#babed8",
|
||||||
|
"tab.unfocusedActiveModifiedBorder": "#c05a60",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#904348",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightBlack": "#676E95",
|
||||||
|
"terminal.ansiBrightBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightCyan": "#89DDFF",
|
||||||
|
"terminal.ansiBrightGreen": "#C3E88D",
|
||||||
|
"terminal.ansiBrightMagenta": "#C792EA",
|
||||||
|
"terminal.ansiBrightRed": "#f07178",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||||
|
"terminal.ansiCyan": "#89DDFF",
|
||||||
|
"terminal.ansiGreen": "#C3E88D",
|
||||||
|
"terminal.ansiMagenta": "#C792EA",
|
||||||
|
"terminal.ansiRed": "#f07178",
|
||||||
|
"terminal.ansiWhite": "#ffffff",
|
||||||
|
"terminal.ansiYellow": "#FFCB6B",
|
||||||
|
"terminalCursor.background": "#000000",
|
||||||
|
"terminalCursor.foreground": "#FFCB6B",
|
||||||
|
"textLink.activeForeground": "#babed8",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"titleBar.activeBackground": "#292D3E",
|
||||||
|
"titleBar.activeForeground": "#babed8",
|
||||||
|
"titleBar.border": "#292D3E60",
|
||||||
|
"titleBar.inactiveBackground": "#292D3E",
|
||||||
|
"titleBar.inactiveForeground": "#676E95",
|
||||||
|
"tree.indentGuidesStroke": "#4E5579",
|
||||||
|
"widget.shadow": "#00000030"
|
||||||
|
},
|
||||||
|
"displayName": "Material Theme Palenight",
|
||||||
|
"name": "material-theme-palenight",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#292D3E",
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation, constant.other.symbol",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape, text.html constant.character.entity.named",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.boolean",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function, support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type, storage.modifier, storage.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.module, support.node",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type, constant.other.key",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#676E95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#676E95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.object.property, meta.field.declaration entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.definition.method entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.function entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag.yaml",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.css entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B2CCD6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag, punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.entity.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown beginning.punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold markup.italic, markup.italic markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw.string.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.definition.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.section.group-title.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.class.identifier storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.identifier entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.return-type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.preprocessor",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#676E95"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs entity.name.type.namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.jsx.children, SXNested",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.class.component",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cpp meta.block variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.member.access.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.block",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function.call",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.php support.other.namespace, source.php meta.use support.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#292D3E",
|
||||||
|
"foreground": "#babed8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function.language.special.self.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.format.placeholder.other.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#babed890"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#916b53"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,766 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#80CBC4",
|
||||||
|
"activityBar.background": "#263238",
|
||||||
|
"activityBar.border": "#26323860",
|
||||||
|
"activityBar.dropBackground": "#f0717880",
|
||||||
|
"activityBar.foreground": "#EEFFFF",
|
||||||
|
"activityBarBadge.background": "#80CBC4",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
"badge.background": "#00000030",
|
||||||
|
"badge.foreground": "#546E7A",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#80CBC4",
|
||||||
|
"breadcrumb.background": "#263238",
|
||||||
|
"breadcrumb.focusForeground": "#EEFFFF",
|
||||||
|
"breadcrumb.foreground": "#6c8692",
|
||||||
|
"breadcrumbPicker.background": "#263238",
|
||||||
|
"button.background": "#80CBC420",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"debugConsole.errorForeground": "#f07178",
|
||||||
|
"debugConsole.infoForeground": "#89DDFF",
|
||||||
|
"debugConsole.warningForeground": "#FFCB6B",
|
||||||
|
"debugToolBar.background": "#263238",
|
||||||
|
"diffEditor.insertedTextBackground": "#89DDFF20",
|
||||||
|
"diffEditor.removedTextBackground": "#ff9cac20",
|
||||||
|
"dropdown.background": "#263238",
|
||||||
|
"dropdown.border": "#FFFFFF10",
|
||||||
|
"editor.background": "#263238",
|
||||||
|
"editor.findMatchBackground": "#000000",
|
||||||
|
"editor.findMatchBorder": "#80CBC4",
|
||||||
|
"editor.findMatchHighlight": "#EEFFFF",
|
||||||
|
"editor.findMatchHighlightBackground": "#00000050",
|
||||||
|
"editor.findMatchHighlightBorder": "#ffffff30",
|
||||||
|
"editor.findRangeHighlightBackground": "#FFCB6B30",
|
||||||
|
"editor.foreground": "#EEFFFF",
|
||||||
|
"editor.lineHighlightBackground": "#00000050",
|
||||||
|
"editor.lineHighlightBorder": "#00000000",
|
||||||
|
"editor.rangeHighlightBackground": "#FFFFFF0d",
|
||||||
|
"editor.selectionBackground": "#80CBC420",
|
||||||
|
"editor.selectionHighlightBackground": "#FFCC0020",
|
||||||
|
"editor.wordHighlightBackground": "#ff9cac30",
|
||||||
|
"editor.wordHighlightStrongBackground": "#C3E88D30",
|
||||||
|
"editorBracketMatch.background": "#263238",
|
||||||
|
"editorBracketMatch.border": "#FFCC0050",
|
||||||
|
"editorCursor.foreground": "#FFCC00",
|
||||||
|
"editorError.foreground": "#f0717870",
|
||||||
|
"editorGroup.border": "#00000030",
|
||||||
|
"editorGroup.dropBackground": "#f0717880",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#f07178",
|
||||||
|
"editorGroupHeader.tabsBackground": "#263238",
|
||||||
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
|
"editorGutter.deletedBackground": "#f0717860",
|
||||||
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
|
"editorHoverWidget.background": "#263238",
|
||||||
|
"editorHoverWidget.border": "#FFFFFF10",
|
||||||
|
"editorIndentGuide.activeBackground": "#37474F",
|
||||||
|
"editorIndentGuide.background": "#37474F70",
|
||||||
|
"editorInfo.foreground": "#82AAFF70",
|
||||||
|
"editorLineNumber.activeForeground": "#6c8692",
|
||||||
|
"editorLineNumber.foreground": "#465A64",
|
||||||
|
"editorLink.activeForeground": "#EEFFFF",
|
||||||
|
"editorMarkerNavigation.background": "#EEFFFF05",
|
||||||
|
"editorOverviewRuler.border": "#263238",
|
||||||
|
"editorOverviewRuler.errorForeground": "#f0717840",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#80CBC4",
|
||||||
|
"editorOverviewRuler.infoForeground": "#82AAFF40",
|
||||||
|
"editorOverviewRuler.warningForeground": "#FFCB6B40",
|
||||||
|
"editorRuler.foreground": "#37474F",
|
||||||
|
"editorSuggestWidget.background": "#263238",
|
||||||
|
"editorSuggestWidget.border": "#FFFFFF10",
|
||||||
|
"editorSuggestWidget.foreground": "#EEFFFF",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#00000050",
|
||||||
|
"editorWarning.foreground": "#FFCB6B70",
|
||||||
|
"editorWhitespace.foreground": "#EEFFFF40",
|
||||||
|
"editorWidget.background": "#263238",
|
||||||
|
"editorWidget.border": "#80CBC4",
|
||||||
|
"editorWidget.resizeBorder": "#80CBC4",
|
||||||
|
"extensionBadge.remoteForeground": "#EEFFFF",
|
||||||
|
"extensionButton.prominentBackground": "#C3E88D90",
|
||||||
|
"extensionButton.prominentForeground": "#EEFFFF",
|
||||||
|
"extensionButton.prominentHoverBackground": "#C3E88D",
|
||||||
|
"focusBorder": "#FFFFFF00",
|
||||||
|
"foreground": "#EEFFFF",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#FFCB6B90",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#f0717890",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#6c869290",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#82AAFF90",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#C3E88D90",
|
||||||
|
"input.background": "#303C41",
|
||||||
|
"input.border": "#FFFFFF10",
|
||||||
|
"input.foreground": "#EEFFFF",
|
||||||
|
"input.placeholderForeground": "#EEFFFF60",
|
||||||
|
"inputOption.activeBackground": "#EEFFFF30",
|
||||||
|
"inputOption.activeBorder": "#EEFFFF30",
|
||||||
|
"inputValidation.errorBorder": "#f07178",
|
||||||
|
"inputValidation.infoBorder": "#82AAFF",
|
||||||
|
"inputValidation.warningBorder": "#FFCB6B",
|
||||||
|
"list.activeSelectionBackground": "#263238",
|
||||||
|
"list.activeSelectionForeground": "#80CBC4",
|
||||||
|
"list.dropBackground": "#f0717880",
|
||||||
|
"list.focusBackground": "#EEFFFF20",
|
||||||
|
"list.focusForeground": "#EEFFFF",
|
||||||
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
"list.hoverBackground": "#263238",
|
||||||
|
"list.hoverForeground": "#FFFFFF",
|
||||||
|
"list.inactiveSelectionBackground": "#00000030",
|
||||||
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
|
"listFilterWidget.background": "#00000030",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#00000030",
|
||||||
|
"listFilterWidget.outline": "#00000030",
|
||||||
|
"menu.background": "#263238",
|
||||||
|
"menu.foreground": "#EEFFFF",
|
||||||
|
"menu.selectionBackground": "#00000050",
|
||||||
|
"menu.selectionBorder": "#00000030",
|
||||||
|
"menu.selectionForeground": "#80CBC4",
|
||||||
|
"menu.separatorBackground": "#EEFFFF",
|
||||||
|
"menubar.selectionBackground": "#00000030",
|
||||||
|
"menubar.selectionBorder": "#00000030",
|
||||||
|
"menubar.selectionForeground": "#80CBC4",
|
||||||
|
"notebook.focusedCellBorder": "#80CBC4",
|
||||||
|
"notebook.inactiveFocusedCellBorder": "#80CBC450",
|
||||||
|
"notificationLink.foreground": "#80CBC4",
|
||||||
|
"notifications.background": "#263238",
|
||||||
|
"notifications.foreground": "#EEFFFF",
|
||||||
|
"panel.background": "#263238",
|
||||||
|
"panel.border": "#26323860",
|
||||||
|
"panel.dropBackground": "#EEFFFF",
|
||||||
|
"panelTitle.activeBorder": "#80CBC4",
|
||||||
|
"panelTitle.activeForeground": "#FFFFFF",
|
||||||
|
"panelTitle.inactiveForeground": "#EEFFFF",
|
||||||
|
"peekView.border": "#00000030",
|
||||||
|
"peekViewEditor.background": "#303C41",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#80CBC420",
|
||||||
|
"peekViewEditorGutter.background": "#303C41",
|
||||||
|
"peekViewResult.background": "#303C41",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#80CBC420",
|
||||||
|
"peekViewResult.selectionBackground": "#6c869270",
|
||||||
|
"peekViewTitle.background": "#303C41",
|
||||||
|
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
||||||
|
"pickerGroup.border": "#FFFFFF1a",
|
||||||
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"progressBar.background": "#80CBC4",
|
||||||
|
"quickInput.background": "#263238",
|
||||||
|
"quickInput.foreground": "#6c8692",
|
||||||
|
"quickInput.list.focusBackground": "#EEFFFF20",
|
||||||
|
"sash.hoverBorder": "#80CBC450",
|
||||||
|
"scrollbar.shadow": "#00000030",
|
||||||
|
"scrollbarSlider.activeBackground": "#80CBC4",
|
||||||
|
"scrollbarSlider.background": "#EEFFFF20",
|
||||||
|
"scrollbarSlider.hoverBackground": "#EEFFFF10",
|
||||||
|
"selection.background": "#00000080",
|
||||||
|
"settings.checkboxBackground": "#263238",
|
||||||
|
"settings.checkboxForeground": "#EEFFFF",
|
||||||
|
"settings.dropdownBackground": "#263238",
|
||||||
|
"settings.dropdownForeground": "#EEFFFF",
|
||||||
|
"settings.headerForeground": "#80CBC4",
|
||||||
|
"settings.modifiedItemIndicator": "#80CBC4",
|
||||||
|
"settings.numberInputBackground": "#263238",
|
||||||
|
"settings.numberInputForeground": "#EEFFFF",
|
||||||
|
"settings.textInputBackground": "#263238",
|
||||||
|
"settings.textInputForeground": "#EEFFFF",
|
||||||
|
"sideBar.background": "#263238",
|
||||||
|
"sideBar.border": "#26323860",
|
||||||
|
"sideBar.foreground": "#6c8692",
|
||||||
|
"sideBarSectionHeader.background": "#263238",
|
||||||
|
"sideBarSectionHeader.border": "#26323860",
|
||||||
|
"sideBarTitle.foreground": "#EEFFFF",
|
||||||
|
"statusBar.background": "#263238",
|
||||||
|
"statusBar.border": "#26323860",
|
||||||
|
"statusBar.debuggingBackground": "#C792EA",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff",
|
||||||
|
"statusBar.foreground": "#546E7A",
|
||||||
|
"statusBar.noFolderBackground": "#263238",
|
||||||
|
"statusBarItem.activeBackground": "#f0717880",
|
||||||
|
"statusBarItem.hoverBackground": "#546E7A20",
|
||||||
|
"statusBarItem.remoteBackground": "#80CBC4",
|
||||||
|
"statusBarItem.remoteForeground": "#000000",
|
||||||
|
"tab.activeBackground": "#263238",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.activeForeground": "#FFFFFF",
|
||||||
|
"tab.activeModifiedBorder": "#6c8692",
|
||||||
|
"tab.border": "#263238",
|
||||||
|
"tab.inactiveBackground": "#263238",
|
||||||
|
"tab.inactiveForeground": "#6c8692",
|
||||||
|
"tab.inactiveModifiedBorder": "#904348",
|
||||||
|
"tab.unfocusedActiveBorder": "#546E7A",
|
||||||
|
"tab.unfocusedActiveForeground": "#EEFFFF",
|
||||||
|
"tab.unfocusedActiveModifiedBorder": "#c05a60",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#904348",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightBlack": "#546E7A",
|
||||||
|
"terminal.ansiBrightBlue": "#82AAFF",
|
||||||
|
"terminal.ansiBrightCyan": "#89DDFF",
|
||||||
|
"terminal.ansiBrightGreen": "#C3E88D",
|
||||||
|
"terminal.ansiBrightMagenta": "#C792EA",
|
||||||
|
"terminal.ansiBrightRed": "#f07178",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#FFCB6B",
|
||||||
|
"terminal.ansiCyan": "#89DDFF",
|
||||||
|
"terminal.ansiGreen": "#C3E88D",
|
||||||
|
"terminal.ansiMagenta": "#C792EA",
|
||||||
|
"terminal.ansiRed": "#f07178",
|
||||||
|
"terminal.ansiWhite": "#ffffff",
|
||||||
|
"terminal.ansiYellow": "#FFCB6B",
|
||||||
|
"terminalCursor.background": "#000000",
|
||||||
|
"terminalCursor.foreground": "#FFCB6B",
|
||||||
|
"textLink.activeForeground": "#EEFFFF",
|
||||||
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"titleBar.activeBackground": "#263238",
|
||||||
|
"titleBar.activeForeground": "#EEFFFF",
|
||||||
|
"titleBar.border": "#26323860",
|
||||||
|
"titleBar.inactiveBackground": "#263238",
|
||||||
|
"titleBar.inactiveForeground": "#6c8692",
|
||||||
|
"tree.indentGuidesStroke": "#37474F",
|
||||||
|
"widget.shadow": "#00000030"
|
||||||
|
},
|
||||||
|
"displayName": "Material Theme",
|
||||||
|
"name": "material-theme",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#263238",
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation, constant.other.symbol",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape, text.html constant.character.entity.named",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.boolean",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function, support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type, storage.modifier, storage.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.module, support.node",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type, constant.other.key",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#546E7A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#546E7A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.object.property, meta.field.declaration entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.definition.method entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.function entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag.yaml",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.css entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B2CCD6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag, punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.entity.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.markdown beginning.punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold markup.italic, markup.italic markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic bold",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw.string.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.definition.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.section.group-title.ini",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.class.identifier storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.identifier entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs storage.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.method.return-type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs meta.preprocessor",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#546E7A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cs entity.name.type.namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.jsx.children, SXNested",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.class.component",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cpp meta.block variable.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.member.access.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.block",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function.call",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.php support.other.namespace, source.php meta.use support.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"background": "#263238",
|
||||||
|
"foreground": "#EEFFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.function.language.special.self.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.format.placeholder.other.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#89DDFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.fenced_code.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#EEFFFF90"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFCB6B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F78C6C"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f07178"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#916b53"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#82AAFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff9cac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C3E88D"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,306 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#1A1A1A",
|
||||||
|
"activityBar.foreground": "#7D7D7D",
|
||||||
|
"activityBarBadge.background": "#383838",
|
||||||
|
"badge.background": "#383838",
|
||||||
|
"badge.foreground": "#C1C1C1",
|
||||||
|
"button.background": "#333",
|
||||||
|
"debugIcon.breakpointCurrentStackframeForeground": "#79b8ff",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#848484",
|
||||||
|
"debugIcon.breakpointForeground": "#FF7A84",
|
||||||
|
"debugIcon.breakpointStackframeForeground": "#79b8ff",
|
||||||
|
"debugIcon.breakpointUnverifiedForeground": "#848484",
|
||||||
|
"debugIcon.continueForeground": "#FF7A84",
|
||||||
|
"debugIcon.disconnectForeground": "#FF7A84",
|
||||||
|
"debugIcon.pauseForeground": "#FF7A84",
|
||||||
|
"debugIcon.restartForeground": "#79b8ff",
|
||||||
|
"debugIcon.startForeground": "#79b8ff",
|
||||||
|
"debugIcon.stepBackForeground": "#FF7A84",
|
||||||
|
"debugIcon.stepIntoForeground": "#FF7A84",
|
||||||
|
"debugIcon.stepOutForeground": "#FF7A84",
|
||||||
|
"debugIcon.stepOverForeground": "#FF7A84",
|
||||||
|
"debugIcon.stopForeground": "#79b8ff",
|
||||||
|
"diffEditor.insertedTextBackground": "#3a632a4b",
|
||||||
|
"diffEditor.removedTextBackground": "#88063852",
|
||||||
|
"editor.background": "#1f1f1f",
|
||||||
|
"editor.lineHighlightBorder": "#303030",
|
||||||
|
"editorGroupHeader.tabsBackground": "#1A1A1A",
|
||||||
|
"editorGroupHeader.tabsBorder": "#1A1A1A",
|
||||||
|
"editorIndentGuide.activeBackground": "#383838",
|
||||||
|
"editorIndentGuide.background": "#2A2A2A",
|
||||||
|
"editorLineNumber.foreground": "#727272",
|
||||||
|
"editorRuler.foreground": "#2A2A2A",
|
||||||
|
"editorSuggestWidget.background": "#1A1A1A",
|
||||||
|
"focusBorder": "#444",
|
||||||
|
"foreground": "#888888",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#444444",
|
||||||
|
"input.background": "#2A2A2A",
|
||||||
|
"input.foreground": "#E0E0E0",
|
||||||
|
"inputOption.activeBackground": "#3a3a3a",
|
||||||
|
"list.activeSelectionBackground": "#212121",
|
||||||
|
"list.activeSelectionForeground": "#F5F5F5",
|
||||||
|
"list.focusBackground": "#292929",
|
||||||
|
"list.highlightForeground": "#EAEAEA",
|
||||||
|
"list.hoverBackground": "#262626",
|
||||||
|
"list.hoverForeground": "#9E9E9E",
|
||||||
|
"list.inactiveSelectionBackground": "#212121",
|
||||||
|
"list.inactiveSelectionForeground": "#F5F5F5",
|
||||||
|
"panelTitle.activeBorder": "#1f1f1f",
|
||||||
|
"panelTitle.activeForeground": "#FAFAFA",
|
||||||
|
"panelTitle.inactiveForeground": "#484848",
|
||||||
|
"peekView.border": "#444",
|
||||||
|
"peekViewEditor.background": "#242424",
|
||||||
|
"pickerGroup.border": "#363636",
|
||||||
|
"pickerGroup.foreground": "#EAEAEA",
|
||||||
|
"progressBar.background": "#FAFAFA",
|
||||||
|
"scrollbar.shadow": "#1f1f1f",
|
||||||
|
"sideBar.background": "#1A1A1A",
|
||||||
|
"sideBarSectionHeader.background": "#202020",
|
||||||
|
"statusBar.background": "#1A1A1A",
|
||||||
|
"statusBar.debuggingBackground": "#1A1A1A",
|
||||||
|
"statusBar.foreground": "#7E7E7E",
|
||||||
|
"statusBar.noFolderBackground": "#1A1A1A",
|
||||||
|
"statusBarItem.prominentBackground": "#fafafa1a",
|
||||||
|
"statusBarItem.remoteBackground": "#1a1a1a00",
|
||||||
|
"statusBarItem.remoteForeground": "#7E7E7E",
|
||||||
|
"symbolIcon.classForeground": "#FF9800",
|
||||||
|
"symbolIcon.constructorForeground": "#b392f0",
|
||||||
|
"symbolIcon.enumeratorForeground": "#FF9800",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#79b8ff",
|
||||||
|
"symbolIcon.eventForeground": "#FF9800",
|
||||||
|
"symbolIcon.fieldForeground": "#79b8ff",
|
||||||
|
"symbolIcon.functionForeground": "#b392f0",
|
||||||
|
"symbolIcon.interfaceForeground": "#79b8ff",
|
||||||
|
"symbolIcon.methodForeground": "#b392f0",
|
||||||
|
"symbolIcon.variableForeground": "#79b8ff",
|
||||||
|
"tab.activeBorder": "#1e1e1e",
|
||||||
|
"tab.activeForeground": "#FAFAFA",
|
||||||
|
"tab.border": "#1A1A1A",
|
||||||
|
"tab.inactiveBackground": "#1A1A1A",
|
||||||
|
"tab.inactiveForeground": "#727272",
|
||||||
|
"terminal.ansiBrightBlack": "#5c5c5c",
|
||||||
|
"textLink.activeForeground": "#fafafa",
|
||||||
|
"textLink.foreground": "#CCC",
|
||||||
|
"titleBar.activeBackground": "#1A1A1A",
|
||||||
|
"titleBar.border": "#00000000"
|
||||||
|
},
|
||||||
|
"displayName": "Min Dark",
|
||||||
|
"name": "min-dark",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function",
|
||||||
|
"keyword.operator.accessor",
|
||||||
|
"meta.group.braces.round.function.arguments",
|
||||||
|
"meta.template.expression",
|
||||||
|
"markup.fenced_code meta.embedded.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "emphasis",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"strong",
|
||||||
|
"markup.heading.markdown",
|
||||||
|
"markup.bold.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#FF7A84"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.link.inline.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#1976D2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"markup.fenced_code",
|
||||||
|
"markup.inline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9db1c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"string.quoted.docstring.multi"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6b737c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language",
|
||||||
|
"variable.language.this",
|
||||||
|
"variable.other.object",
|
||||||
|
"variable.other.class",
|
||||||
|
"variable.other.constant",
|
||||||
|
"meta.property-name",
|
||||||
|
"support",
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character.format.placeholder",
|
||||||
|
"meta.property-value",
|
||||||
|
"keyword.other.unit",
|
||||||
|
"keyword.other.template",
|
||||||
|
"entity.name.tag.yaml",
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f8f8f8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"storage.modifier",
|
||||||
|
"storage.type",
|
||||||
|
"storage.control.clojure",
|
||||||
|
"entity.name.function.clojure",
|
||||||
|
"support.function.node",
|
||||||
|
"punctuation.separator.key-value",
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97583"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF9800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"meta.function-call",
|
||||||
|
"meta.instance.constructor",
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.name.function",
|
||||||
|
"constant.keyword.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"string.quoted",
|
||||||
|
"string.regexp",
|
||||||
|
"string.interpolated",
|
||||||
|
"string.template",
|
||||||
|
"string.unquoted.plain.out.yaml",
|
||||||
|
"keyword.other.template"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.info-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#316bcd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.warn-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cd9731"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.error-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cd3131"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.debug-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.arguments",
|
||||||
|
"punctuation.definition.dict",
|
||||||
|
"punctuation.separator",
|
||||||
|
"meta.function-call.arguments"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bbbbbb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"beginning.punctuation.definition.list.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF7A84"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.metadata.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,325 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#f6f6f6",
|
||||||
|
"activityBar.foreground": "#9E9E9E",
|
||||||
|
"activityBarBadge.background": "#616161",
|
||||||
|
"badge.background": "#E0E0E0",
|
||||||
|
"badge.foreground": "#616161",
|
||||||
|
"button.background": "#757575",
|
||||||
|
"button.hoverBackground": "#616161",
|
||||||
|
"debugIcon.breakpointCurrentStackframeForeground": "#1976D2",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#848484",
|
||||||
|
"debugIcon.breakpointForeground": "#D32F2F",
|
||||||
|
"debugIcon.breakpointStackframeForeground": "#1976D2",
|
||||||
|
"debugIcon.continueForeground": "#6f42c1",
|
||||||
|
"debugIcon.disconnectForeground": "#6f42c1",
|
||||||
|
"debugIcon.pauseForeground": "#6f42c1",
|
||||||
|
"debugIcon.restartForeground": "#1976D2",
|
||||||
|
"debugIcon.startForeground": "#1976D2",
|
||||||
|
"debugIcon.stepBackForeground": "#6f42c1",
|
||||||
|
"debugIcon.stepIntoForeground": "#6f42c1",
|
||||||
|
"debugIcon.stepOutForeground": "#6f42c1",
|
||||||
|
"debugIcon.stepOverForeground": "#6f42c1",
|
||||||
|
"debugIcon.stopForeground": "#1976D2",
|
||||||
|
"diffEditor.insertedTextBackground": "#b7e7a44b",
|
||||||
|
"diffEditor.removedTextBackground": "#e597af52",
|
||||||
|
"editor.background": "#ffffff",
|
||||||
|
"editor.foreground": "#212121",
|
||||||
|
"editor.lineHighlightBorder": "#f2f2f2",
|
||||||
|
"editorBracketMatch.background": "#E7F3FF",
|
||||||
|
"editorBracketMatch.border": "#c8e1ff",
|
||||||
|
"editorGroupHeader.tabsBackground": "#f6f6f6",
|
||||||
|
"editorGroupHeader.tabsBorder": "#fff",
|
||||||
|
"editorIndentGuide.background": "#EEE",
|
||||||
|
"editorLineNumber.activeForeground": "#757575",
|
||||||
|
"editorLineNumber.foreground": "#CCC",
|
||||||
|
"editorSuggestWidget.background": "#F3F3F3",
|
||||||
|
"extensionButton.prominentBackground": "#000000AA",
|
||||||
|
"extensionButton.prominentHoverBackground": "#000000BB",
|
||||||
|
"focusBorder": "#D0D0D0",
|
||||||
|
"foreground": "#757575",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#AAAAAA",
|
||||||
|
"input.border": "#E9E9E9",
|
||||||
|
"inputOption.activeBackground": "#EDEDED",
|
||||||
|
"list.activeSelectionBackground": "#EEE",
|
||||||
|
"list.activeSelectionForeground": "#212121",
|
||||||
|
"list.focusBackground": "#ddd",
|
||||||
|
"list.focusForeground": "#212121",
|
||||||
|
"list.highlightForeground": "#212121",
|
||||||
|
"list.inactiveSelectionBackground": "#E0E0E0",
|
||||||
|
"list.inactiveSelectionForeground": "#212121",
|
||||||
|
"panel.background": "#fff",
|
||||||
|
"panel.border": "#f4f4f4",
|
||||||
|
"panelTitle.activeBorder": "#fff",
|
||||||
|
"panelTitle.inactiveForeground": "#BDBDBD",
|
||||||
|
"peekView.border": "#E0E0E0",
|
||||||
|
"peekViewEditor.background": "#f8f8f8",
|
||||||
|
"pickerGroup.foreground": "#000",
|
||||||
|
"progressBar.background": "#000",
|
||||||
|
"scrollbar.shadow": "#FFF",
|
||||||
|
"sideBar.background": "#f6f6f6",
|
||||||
|
"sideBar.border": "#f6f6f6",
|
||||||
|
"sideBarSectionHeader.background": "#EEE",
|
||||||
|
"sideBarTitle.foreground": "#999",
|
||||||
|
"statusBar.background": "#f6f6f6",
|
||||||
|
"statusBar.border": "#f6f6f6",
|
||||||
|
"statusBar.debuggingBackground": "#f6f6f6",
|
||||||
|
"statusBar.foreground": "#7E7E7E",
|
||||||
|
"statusBar.noFolderBackground": "#f6f6f6",
|
||||||
|
"statusBarItem.prominentBackground": "#0000001a",
|
||||||
|
"statusBarItem.remoteBackground": "#f6f6f600",
|
||||||
|
"statusBarItem.remoteForeground": "#7E7E7E",
|
||||||
|
"symbolIcon.classForeground": "#dd8500",
|
||||||
|
"symbolIcon.constructorForeground": "#6f42c1",
|
||||||
|
"symbolIcon.enumeratorForeground": "#dd8500",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#1976D2",
|
||||||
|
"symbolIcon.eventForeground": "#dd8500",
|
||||||
|
"symbolIcon.fieldForeground": "#1976D2",
|
||||||
|
"symbolIcon.functionForeground": "#6f42c1",
|
||||||
|
"symbolIcon.interfaceForeground": "#1976D2",
|
||||||
|
"symbolIcon.methodForeground": "#6f42c1",
|
||||||
|
"symbolIcon.variableForeground": "#1976D2",
|
||||||
|
"tab.activeBorder": "#FFF",
|
||||||
|
"tab.activeForeground": "#424242",
|
||||||
|
"tab.border": "#f6f6f6",
|
||||||
|
"tab.inactiveBackground": "#f6f6f6",
|
||||||
|
"tab.inactiveForeground": "#BDBDBD",
|
||||||
|
"tab.unfocusedActiveBorder": "#fff",
|
||||||
|
"terminal.ansiBlack": "#333",
|
||||||
|
"terminal.ansiBlue": "#e0e0e0",
|
||||||
|
"terminal.ansiBrightBlack": "#a1a1a1",
|
||||||
|
"terminal.ansiBrightBlue": "#6871ff",
|
||||||
|
"terminal.ansiBrightCyan": "#57d9ad",
|
||||||
|
"terminal.ansiBrightGreen": "#a3d900",
|
||||||
|
"terminal.ansiBrightMagenta": "#a37acc",
|
||||||
|
"terminal.ansiBrightRed": "#d6656a",
|
||||||
|
"terminal.ansiBrightWhite": "#7E7E7E",
|
||||||
|
"terminal.ansiBrightYellow": "#e7c547",
|
||||||
|
"terminal.ansiCyan": "#4dbf99",
|
||||||
|
"terminal.ansiGreen": "#77cc00",
|
||||||
|
"terminal.ansiMagenta": "#9966cc",
|
||||||
|
"terminal.ansiRed": "#D32F2F",
|
||||||
|
"terminal.ansiWhite": "#c7c7c7",
|
||||||
|
"terminal.ansiYellow": "#f29718",
|
||||||
|
"terminal.background": "#fff",
|
||||||
|
"textLink.activeForeground": "#000",
|
||||||
|
"textLink.foreground": "#000",
|
||||||
|
"titleBar.activeBackground": "#f6f6f6",
|
||||||
|
"titleBar.border": "#FFFFFF00",
|
||||||
|
"titleBar.inactiveBackground": "#f6f6f6"
|
||||||
|
},
|
||||||
|
"displayName": "Min Light",
|
||||||
|
"name": "min-light",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#24292eff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.accessor",
|
||||||
|
"meta.group.braces.round.function.arguments",
|
||||||
|
"meta.template.expression",
|
||||||
|
"markup.fenced_code meta.embedded.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#24292eff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "emphasis",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"strong",
|
||||||
|
"markup.heading.markdown",
|
||||||
|
"markup.bold.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.link.inline.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#1976D2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"markup.fenced_code",
|
||||||
|
"markup.inline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2b5581"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"string.quoted.docstring.multi"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c2c3c5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language",
|
||||||
|
"constant.other.placeholder",
|
||||||
|
"constant.character.format.placeholder",
|
||||||
|
"variable.language.this",
|
||||||
|
"variable.other.object",
|
||||||
|
"variable.other.class",
|
||||||
|
"variable.other.constant",
|
||||||
|
"meta.property-name",
|
||||||
|
"meta.property-value",
|
||||||
|
"support"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1976D2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"storage.modifier",
|
||||||
|
"storage.type",
|
||||||
|
"storage.control.clojure",
|
||||||
|
"entity.name.function.clojure",
|
||||||
|
"entity.name.tag.yaml",
|
||||||
|
"support.function.node",
|
||||||
|
"support.type.property-name.json",
|
||||||
|
"punctuation.separator.key-value",
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D32F2F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF9800"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function",
|
||||||
|
"entity.name.type",
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"meta.function-call",
|
||||||
|
"meta.instance.constructor",
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.name.function",
|
||||||
|
"constant.keyword.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"string.quoted",
|
||||||
|
"string.regexp",
|
||||||
|
"string.interpolated",
|
||||||
|
"string.template",
|
||||||
|
"string.unquoted.plain.out.yaml",
|
||||||
|
"keyword.other.template"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.info-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#316bcd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.warn-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cd9731"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.error-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cd3131"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "token.debug-token",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#800080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"strong",
|
||||||
|
"markup.heading.markdown",
|
||||||
|
"markup.bold.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.arguments",
|
||||||
|
"punctuation.definition.dict",
|
||||||
|
"punctuation.separator",
|
||||||
|
"meta.function-call.arguments"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#212121"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link",
|
||||||
|
"punctuation.definition.metadata.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"beginning.punctuation.definition.list.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown",
|
||||||
|
"string.other.link.title.markdown",
|
||||||
|
"string.other.link.description.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d32f2f"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,450 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#272822",
|
||||||
|
"activityBar.foreground": "#f8f8f2",
|
||||||
|
"agentsChatInput.border": "#414339",
|
||||||
|
"agentsChatInput.focusBorder": "#99947c",
|
||||||
|
"agentsNewSessionButton.border": "#414339",
|
||||||
|
"agentsPanel.border": "#00000000",
|
||||||
|
"badge.background": "#75715E",
|
||||||
|
"badge.foreground": "#f8f8f2",
|
||||||
|
"button.background": "#75715E",
|
||||||
|
"debugToolBar.background": "#1e1f1c",
|
||||||
|
"diffEditor.insertedTextBackground": "#4b661680",
|
||||||
|
"diffEditor.removedTextBackground": "#90274A70",
|
||||||
|
"dropdown.background": "#414339",
|
||||||
|
"dropdown.listBackground": "#1e1f1c",
|
||||||
|
"editor.background": "#272822",
|
||||||
|
"editor.foreground": "#f8f8f2",
|
||||||
|
"editor.lineHighlightBackground": "#3e3d32",
|
||||||
|
"editor.selectionBackground": "#878b9180",
|
||||||
|
"editor.selectionHighlightBackground": "#575b6180",
|
||||||
|
"editor.wordHighlightBackground": "#4a4a7680",
|
||||||
|
"editor.wordHighlightStrongBackground": "#6a6a9680",
|
||||||
|
"editorCursor.foreground": "#f8f8f0",
|
||||||
|
"editorGroup.border": "#34352f",
|
||||||
|
"editorGroup.dropBackground": "#41433980",
|
||||||
|
"editorGroupHeader.tabsBackground": "#1e1f1c",
|
||||||
|
"editorHoverWidget.background": "#414339",
|
||||||
|
"editorHoverWidget.border": "#75715E",
|
||||||
|
"editorIndentGuide.activeBackground": "#767771",
|
||||||
|
"editorIndentGuide.background": "#464741",
|
||||||
|
"editorLineNumber.activeForeground": "#c2c2bf",
|
||||||
|
"editorLineNumber.foreground": "#90908a",
|
||||||
|
"editorSuggestWidget.background": "#272822",
|
||||||
|
"editorSuggestWidget.border": "#75715E",
|
||||||
|
"editorWhitespace.foreground": "#464741",
|
||||||
|
"editorWidget.background": "#1e1f1c",
|
||||||
|
"focusBorder": "#99947c",
|
||||||
|
"input.background": "#414339",
|
||||||
|
"inputOption.activeBorder": "#75715E",
|
||||||
|
"inputValidation.errorBackground": "#90274A",
|
||||||
|
"inputValidation.errorBorder": "#f92672",
|
||||||
|
"inputValidation.infoBackground": "#546190",
|
||||||
|
"inputValidation.infoBorder": "#819aff",
|
||||||
|
"inputValidation.warningBackground": "#848528",
|
||||||
|
"inputValidation.warningBorder": "#e2e22e",
|
||||||
|
"list.activeSelectionBackground": "#75715E",
|
||||||
|
"list.dropBackground": "#414339",
|
||||||
|
"list.highlightForeground": "#f8f8f2",
|
||||||
|
"list.hoverBackground": "#3e3d32",
|
||||||
|
"list.inactiveSelectionBackground": "#414339",
|
||||||
|
"menu.background": "#1e1f1c",
|
||||||
|
"menu.foreground": "#cccccc",
|
||||||
|
"minimap.selectionHighlight": "#878b9180",
|
||||||
|
"panel.border": "#414339",
|
||||||
|
"panelTitle.activeBorder": "#75715E",
|
||||||
|
"panelTitle.activeForeground": "#f8f8f2",
|
||||||
|
"panelTitle.inactiveForeground": "#75715E",
|
||||||
|
"peekView.border": "#75715E",
|
||||||
|
"peekViewEditor.background": "#272822",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#75715E",
|
||||||
|
"peekViewResult.background": "#1e1f1c",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#75715E",
|
||||||
|
"peekViewResult.selectionBackground": "#414339",
|
||||||
|
"peekViewTitle.background": "#1e1f1c",
|
||||||
|
"pickerGroup.foreground": "#75715E",
|
||||||
|
"ports.iconRunningProcessForeground": "#ccccc7",
|
||||||
|
"progressBar.background": "#75715E",
|
||||||
|
"quickInputList.focusBackground": "#414339",
|
||||||
|
"selection.background": "#878b9180",
|
||||||
|
"settings.focusedRowBackground": "#4143395A",
|
||||||
|
"sideBar.background": "#1e1f1c",
|
||||||
|
"sideBarSectionHeader.background": "#272822",
|
||||||
|
"statusBar.background": "#414339",
|
||||||
|
"statusBar.debuggingBackground": "#75715E",
|
||||||
|
"statusBar.noFolderBackground": "#414339",
|
||||||
|
"statusBarItem.remoteBackground": "#AC6218",
|
||||||
|
"surface.border": "#272822",
|
||||||
|
"tab.border": "#1e1f1c",
|
||||||
|
"tab.inactiveBackground": "#34352f",
|
||||||
|
"tab.inactiveForeground": "#ccccc7",
|
||||||
|
"tab.lastPinnedBorder": "#414339",
|
||||||
|
"terminal.ansiBlack": "#333333",
|
||||||
|
"terminal.ansiBlue": "#6A7EC8",
|
||||||
|
"terminal.ansiBrightBlack": "#666666",
|
||||||
|
"terminal.ansiBrightBlue": "#819aff",
|
||||||
|
"terminal.ansiBrightCyan": "#66D9EF",
|
||||||
|
"terminal.ansiBrightGreen": "#A6E22E",
|
||||||
|
"terminal.ansiBrightMagenta": "#AE81FF",
|
||||||
|
"terminal.ansiBrightRed": "#f92672",
|
||||||
|
"terminal.ansiBrightWhite": "#f8f8f2",
|
||||||
|
"terminal.ansiBrightYellow": "#e2e22e",
|
||||||
|
"terminal.ansiCyan": "#56ADBC",
|
||||||
|
"terminal.ansiGreen": "#86B42B",
|
||||||
|
"terminal.ansiMagenta": "#8C6BC8",
|
||||||
|
"terminal.ansiRed": "#C4265E",
|
||||||
|
"terminal.ansiWhite": "#e3e3dd",
|
||||||
|
"terminal.ansiYellow": "#B3B42B",
|
||||||
|
"titleBar.activeBackground": "#1e1f1c",
|
||||||
|
"widget.shadow": "#00000098"
|
||||||
|
},
|
||||||
|
"displayName": "Monokai",
|
||||||
|
"name": "monokai",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F8F8F2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"string meta.image.inline.markdown",
|
||||||
|
"variable.legacy.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F8F8F2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#88846f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6DB74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression",
|
||||||
|
"punctuation.section.embedded"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.template.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F8F8F2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#AE81FF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#AE81FF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character, constant.other",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#AE81FF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#F8F8F2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#F92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#66D9EF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"punctuation.separator.namespace.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#FD971F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#F92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#66D9EF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#66D9EF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type, support.class",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#66D9EF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.other.variable",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#F44747"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F44747"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.structure.dictionary.json string.quoted.double.json",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CFCFC2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff, meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#75715E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.deleted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inserted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.changed",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6DB74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric.line-number.find-in-files - match",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#AE81FFA0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.filename.find-in-files",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6DB74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F92672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6DB74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold, markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#66D9EF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#FD971F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading.setext",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#75715E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.other.link.title.markdown,string.other.link.description.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#AE81FF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline.link.markdown,markup.underline.link.image.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E6DB74"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.strikethrough",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.list.unnumbered.markdown, markup.list.numbered.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f8f8f2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.list.begin.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A6E22E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FD971F"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,332 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#1085FF",
|
||||||
|
"activityBar.background": "#21252B",
|
||||||
|
"activityBar.border": "#0D1117",
|
||||||
|
"activityBar.foreground": "#C6CCD7",
|
||||||
|
"activityBar.inactiveForeground": "#5F6672",
|
||||||
|
"activityBarBadge.background": "#E06C75",
|
||||||
|
"activityBarBadge.foreground": "#ffffff",
|
||||||
|
"breadcrumb.focusForeground": "#C6CCD7",
|
||||||
|
"breadcrumb.foreground": "#5F6672",
|
||||||
|
"button.background": "#E06C75",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"button.hoverBackground": "#E48189",
|
||||||
|
"button.secondaryBackground": "#0D1117",
|
||||||
|
"button.secondaryForeground": "#ffffff",
|
||||||
|
"checkbox.background": "#61AFEF",
|
||||||
|
"checkbox.foreground": "#ffffff",
|
||||||
|
"contrastBorder": "#0D1117",
|
||||||
|
"debugToolBar.background": "#181A1F",
|
||||||
|
"diffEditor.border": "#0D1117",
|
||||||
|
"diffEditor.diagonalFill": "#0D1117",
|
||||||
|
"diffEditor.insertedLineBackground": "#CBF6AC0D",
|
||||||
|
"diffEditor.insertedTextBackground": "#CBF6AC1A",
|
||||||
|
"diffEditor.removedLineBackground": "#FF9FA80D",
|
||||||
|
"diffEditor.removedTextBackground": "#FF9FA81A",
|
||||||
|
"dropdown.background": "#181A1F",
|
||||||
|
"dropdown.border": "#0D1117",
|
||||||
|
"editor.background": "#21252B",
|
||||||
|
"editor.findMatchBackground": "#00000000",
|
||||||
|
"editor.findMatchBorder": "#1085FF",
|
||||||
|
"editor.findMatchHighlightBackground": "#00000000",
|
||||||
|
"editor.findMatchHighlightBorder": "#C6CCD7",
|
||||||
|
"editor.foreground": "#A9B2C3",
|
||||||
|
"editor.lineHighlightBackground": "#A9B2C31A",
|
||||||
|
"editor.lineHighlightBorder": "#00000000",
|
||||||
|
"editor.linkedEditingBackground": "#0D1117",
|
||||||
|
"editor.rangeHighlightBorder": "#C6CCD7",
|
||||||
|
"editor.selectionBackground": "#A9B2C333",
|
||||||
|
"editor.selectionHighlightBackground": "#A9B2C31A",
|
||||||
|
"editor.selectionHighlightBorder": "#C6CCD7",
|
||||||
|
"editor.wordHighlightBackground": "#00000000",
|
||||||
|
"editor.wordHighlightBorder": "#1085FF",
|
||||||
|
"editor.wordHighlightStrongBackground": "#00000000",
|
||||||
|
"editor.wordHighlightStrongBorder": "#1085FF",
|
||||||
|
"editorBracketHighlight.foreground1": "#A9B2C3",
|
||||||
|
"editorBracketHighlight.foreground2": "#61AFEF",
|
||||||
|
"editorBracketHighlight.foreground3": "#E5C07B",
|
||||||
|
"editorBracketHighlight.foreground4": "#E06C75",
|
||||||
|
"editorBracketHighlight.foreground5": "#98C379",
|
||||||
|
"editorBracketHighlight.foreground6": "#B57EDC",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#D74E42",
|
||||||
|
"editorBracketMatch.background": "#00000000",
|
||||||
|
"editorBracketMatch.border": "#1085FF",
|
||||||
|
"editorCursor.foreground": "#A9B2C3",
|
||||||
|
"editorError.foreground": "#D74E42",
|
||||||
|
"editorGroup.border": "#0D1117",
|
||||||
|
"editorGroup.emptyBackground": "#181A1F",
|
||||||
|
"editorGroupHeader.tabsBackground": "#181A1F",
|
||||||
|
"editorGutter.addedBackground": "#98C379",
|
||||||
|
"editorGutter.deletedBackground": "#E06C75",
|
||||||
|
"editorGutter.modifiedBackground": "#D19A66",
|
||||||
|
"editorHoverWidget.background": "#181A1F",
|
||||||
|
"editorHoverWidget.border": "#1085FF",
|
||||||
|
"editorIndentGuide.activeBackground": "#A9B2C333",
|
||||||
|
"editorIndentGuide.background": "#0D1117",
|
||||||
|
"editorInfo.foreground": "#1085FF",
|
||||||
|
"editorInlayHint.background": "#00000000",
|
||||||
|
"editorInlayHint.foreground": "#5F6672",
|
||||||
|
"editorLightBulb.foreground": "#E9D16C",
|
||||||
|
"editorLightBulbAutoFix.foreground": "#1085FF",
|
||||||
|
"editorLineNumber.activeForeground": "#C6CCD7",
|
||||||
|
"editorLineNumber.foreground": "#5F6672",
|
||||||
|
"editorOverviewRuler.addedForeground": "#98C379",
|
||||||
|
"editorOverviewRuler.border": "#0D1117",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#E06C75",
|
||||||
|
"editorOverviewRuler.errorForeground": "#D74E42",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#1085FF",
|
||||||
|
"editorOverviewRuler.infoForeground": "#1085FF",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#D19A66",
|
||||||
|
"editorOverviewRuler.warningForeground": "#E9D16C",
|
||||||
|
"editorRuler.foreground": "#0D1117",
|
||||||
|
"editorStickyScroll.background": "#181A1F",
|
||||||
|
"editorStickyScrollHover.background": "#21252B",
|
||||||
|
"editorSuggestWidget.background": "#181A1F",
|
||||||
|
"editorSuggestWidget.border": "#1085FF",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#A9B2C31A",
|
||||||
|
"editorWarning.foreground": "#E9D16C",
|
||||||
|
"editorWhitespace.foreground": "#A9B2C31A",
|
||||||
|
"editorWidget.background": "#181A1F",
|
||||||
|
"errorForeground": "#D74E42",
|
||||||
|
"focusBorder": "#1085FF",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#E06C75",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#5F6672",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#D19A66",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#98C379",
|
||||||
|
"input.background": "#0D1117",
|
||||||
|
"inputOption.activeBorder": "#1085FF",
|
||||||
|
"inputValidation.errorBackground": "#D74E42",
|
||||||
|
"inputValidation.errorBorder": "#D74E42",
|
||||||
|
"inputValidation.infoBackground": "#1085FF",
|
||||||
|
"inputValidation.infoBorder": "#1085FF",
|
||||||
|
"inputValidation.infoForeground": "#0D1117",
|
||||||
|
"inputValidation.warningBackground": "#E9D16C",
|
||||||
|
"inputValidation.warningBorder": "#E9D16C",
|
||||||
|
"inputValidation.warningForeground": "#0D1117",
|
||||||
|
"list.activeSelectionBackground": "#A9B2C333",
|
||||||
|
"list.activeSelectionForeground": "#ffffff",
|
||||||
|
"list.errorForeground": "#D74E42",
|
||||||
|
"list.focusBackground": "#A9B2C333",
|
||||||
|
"list.hoverBackground": "#A9B2C31A",
|
||||||
|
"list.inactiveFocusOutline": "#5F6672",
|
||||||
|
"list.inactiveSelectionBackground": "#A9B2C333",
|
||||||
|
"list.inactiveSelectionForeground": "#C6CCD7",
|
||||||
|
"list.warningForeground": "#E9D16C",
|
||||||
|
"minimap.findMatchHighlight": "#1085FF",
|
||||||
|
"minimap.selectionHighlight": "#C6CCD7",
|
||||||
|
"minimapGutter.addedBackground": "#98C379",
|
||||||
|
"minimapGutter.deletedBackground": "#E06C75",
|
||||||
|
"minimapGutter.modifiedBackground": "#D19A66",
|
||||||
|
"notificationCenter.border": "#0D1117",
|
||||||
|
"notificationCenterHeader.background": "#181A1F",
|
||||||
|
"notificationToast.border": "#0D1117",
|
||||||
|
"notifications.background": "#181A1F",
|
||||||
|
"notifications.border": "#0D1117",
|
||||||
|
"panel.background": "#181A1F",
|
||||||
|
"panel.border": "#0D1117",
|
||||||
|
"panelTitle.inactiveForeground": "#5F6672",
|
||||||
|
"peekView.border": "#1085FF",
|
||||||
|
"peekViewEditor.background": "#181A1F",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#A9B2C333",
|
||||||
|
"peekViewResult.background": "#181A1F",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#A9B2C333",
|
||||||
|
"peekViewResult.selectionBackground": "#A9B2C31A",
|
||||||
|
"peekViewResult.selectionForeground": "#C6CCD7",
|
||||||
|
"peekViewTitle.background": "#181A1F",
|
||||||
|
"sash.hoverBorder": "#A9B2C333",
|
||||||
|
"scrollbar.shadow": "#00000000",
|
||||||
|
"scrollbarSlider.activeBackground": "#A9B2C333",
|
||||||
|
"scrollbarSlider.background": "#A9B2C31A",
|
||||||
|
"scrollbarSlider.hoverBackground": "#A9B2C333",
|
||||||
|
"sideBar.background": "#181A1F",
|
||||||
|
"sideBar.border": "#0D1117",
|
||||||
|
"sideBar.foreground": "#C6CCD7",
|
||||||
|
"sideBarSectionHeader.background": "#21252B",
|
||||||
|
"statusBar.background": "#21252B",
|
||||||
|
"statusBar.border": "#0D1117",
|
||||||
|
"statusBar.debuggingBackground": "#21252B",
|
||||||
|
"statusBar.debuggingBorder": "#56B6C2",
|
||||||
|
"statusBar.debuggingForeground": "#A9B2C3",
|
||||||
|
"statusBar.focusBorder": "#A9B2C3",
|
||||||
|
"statusBar.foreground": "#A9B2C3",
|
||||||
|
"statusBar.noFolderBackground": "#181A1F",
|
||||||
|
"statusBarItem.activeBackground": "#0D1117",
|
||||||
|
"statusBarItem.errorBackground": "#21252B",
|
||||||
|
"statusBarItem.errorForeground": "#D74E42",
|
||||||
|
"statusBarItem.focusBorder": "#A9B2C3",
|
||||||
|
"statusBarItem.hoverBackground": "#181A1F",
|
||||||
|
"statusBarItem.hoverForeground": "#A9B2C3",
|
||||||
|
"statusBarItem.remoteBackground": "#21252B",
|
||||||
|
"statusBarItem.remoteForeground": "#B57EDC",
|
||||||
|
"statusBarItem.warningBackground": "#21252B",
|
||||||
|
"statusBarItem.warningForeground": "#E9D16C",
|
||||||
|
"tab.activeBackground": "#21252B",
|
||||||
|
"tab.activeBorderTop": "#1085FF",
|
||||||
|
"tab.activeForeground": "#C6CCD7",
|
||||||
|
"tab.border": "#0D1117",
|
||||||
|
"tab.inactiveBackground": "#181A1F",
|
||||||
|
"tab.inactiveForeground": "#5F6672",
|
||||||
|
"tab.lastPinnedBorder": "#A9B2C333",
|
||||||
|
"terminal.ansiBlack": "#5F6672",
|
||||||
|
"terminal.ansiBlue": "#61AFEF",
|
||||||
|
"terminal.ansiBrightBlack": "#5F6672",
|
||||||
|
"terminal.ansiBrightBlue": "#61AFEF",
|
||||||
|
"terminal.ansiBrightCyan": "#56B6C2",
|
||||||
|
"terminal.ansiBrightGreen": "#98C379",
|
||||||
|
"terminal.ansiBrightMagenta": "#B57EDC",
|
||||||
|
"terminal.ansiBrightRed": "#E06C75",
|
||||||
|
"terminal.ansiBrightWhite": "#A9B2C3",
|
||||||
|
"terminal.ansiBrightYellow": "#E5C07B",
|
||||||
|
"terminal.ansiCyan": "#56B6C2",
|
||||||
|
"terminal.ansiGreen": "#98C379",
|
||||||
|
"terminal.ansiMagenta": "#B57EDC",
|
||||||
|
"terminal.ansiRed": "#E06C75",
|
||||||
|
"terminal.ansiWhite": "#A9B2C3",
|
||||||
|
"terminal.ansiYellow": "#E5C07B",
|
||||||
|
"terminal.foreground": "#A9B2C3",
|
||||||
|
"titleBar.activeBackground": "#21252B",
|
||||||
|
"titleBar.activeForeground": "#C6CCD7",
|
||||||
|
"titleBar.border": "#0D1117",
|
||||||
|
"titleBar.inactiveBackground": "#21252B",
|
||||||
|
"titleBar.inactiveForeground": "#5F6672",
|
||||||
|
"toolbar.hoverBackground": "#A9B2C333",
|
||||||
|
"widget.shadow": "#00000000"
|
||||||
|
},
|
||||||
|
"displayName": "Plastic",
|
||||||
|
"name": "plastic",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"source.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5F6672"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"support.function",
|
||||||
|
"meta.diff.range",
|
||||||
|
"punctuation.definition.range.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B57EDC"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"punctuation.definition.keyword",
|
||||||
|
"variable.language",
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted",
|
||||||
|
"punctuation.definition.from-file.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E06C75"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#56B6C2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"support.class",
|
||||||
|
"entity.name.namespace",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#61AFEF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inline.raw.string",
|
||||||
|
"string",
|
||||||
|
"markup.inserted",
|
||||||
|
"punctuation.definition.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.to-file.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#98C379"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.section",
|
||||||
|
"entity.name.tag",
|
||||||
|
"entity.name.type",
|
||||||
|
"support.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#E5C07B"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name",
|
||||||
|
"support.variable",
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C6CCD7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other",
|
||||||
|
"punctuation.definition.entity",
|
||||||
|
"support.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D19A66"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.brace",
|
||||||
|
"punctuation"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A9B2C3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"punctuation.definition.bold",
|
||||||
|
"entity.other.attribute-name.id"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"markup.italic",
|
||||||
|
"punctuation.definition.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,389 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#580000",
|
||||||
|
"agentsChatInput.border": "#ff666633",
|
||||||
|
"agentsChatInput.focusBorder": "#ff6666aa",
|
||||||
|
"agentsNewSessionButton.border": "#ff666633",
|
||||||
|
"agentsPanel.border": "#ff666622",
|
||||||
|
"badge.background": "#cc3333",
|
||||||
|
"button.background": "#833",
|
||||||
|
"debugToolBar.background": "#660000",
|
||||||
|
"dropdown.background": "#580000",
|
||||||
|
"editor.background": "#390000",
|
||||||
|
"editor.foreground": "#F8F8F8",
|
||||||
|
"editor.hoverHighlightBackground": "#ff000044",
|
||||||
|
"editor.lineHighlightBackground": "#ff000033",
|
||||||
|
"editor.selectionBackground": "#750000",
|
||||||
|
"editor.selectionHighlightBackground": "#f5500039",
|
||||||
|
"editorCursor.foreground": "#970000",
|
||||||
|
"editorGroup.border": "#ff666633",
|
||||||
|
"editorGroupHeader.tabsBackground": "#330000",
|
||||||
|
"editorHoverWidget.background": "#300000",
|
||||||
|
"editorLineNumber.activeForeground": "#ffbbbb88",
|
||||||
|
"editorLineNumber.foreground": "#ff777788",
|
||||||
|
"editorLink.activeForeground": "#FFD0AA",
|
||||||
|
"editorSuggestWidget.background": "#300000",
|
||||||
|
"editorSuggestWidget.border": "#220000",
|
||||||
|
"editorWhitespace.foreground": "#c10000",
|
||||||
|
"editorWidget.background": "#300000",
|
||||||
|
"errorForeground": "#ffeaea",
|
||||||
|
"extensionButton.prominentBackground": "#cc3333",
|
||||||
|
"extensionButton.prominentHoverBackground": "#cc333388",
|
||||||
|
"focusBorder": "#ff6666aa",
|
||||||
|
"input.background": "#580000",
|
||||||
|
"inputOption.activeBorder": "#cc0000",
|
||||||
|
"inputValidation.infoBackground": "#550000",
|
||||||
|
"inputValidation.infoBorder": "#DB7E58",
|
||||||
|
"list.activeSelectionBackground": "#880000",
|
||||||
|
"list.dropBackground": "#662222",
|
||||||
|
"list.highlightForeground": "#ff4444",
|
||||||
|
"list.hoverBackground": "#800000",
|
||||||
|
"list.inactiveSelectionBackground": "#770000",
|
||||||
|
"minimap.selectionHighlight": "#750000",
|
||||||
|
"modernActivityBar.background": "#330000",
|
||||||
|
"modernActivityBarItem.activeBackground": "#770000",
|
||||||
|
"modernActivityBarItem.hoverBackground": "#58000087",
|
||||||
|
"peekView.border": "#ff000044",
|
||||||
|
"peekViewEditor.background": "#300000",
|
||||||
|
"peekViewResult.background": "#400000",
|
||||||
|
"peekViewTitle.background": "#550000",
|
||||||
|
"pickerGroup.border": "#ff000033",
|
||||||
|
"pickerGroup.foreground": "#cc9999",
|
||||||
|
"ports.iconRunningProcessForeground": "#DB7E58",
|
||||||
|
"progressBar.background": "#cc3333",
|
||||||
|
"quickInputList.focusBackground": "#660000",
|
||||||
|
"selection.background": "#ff777788",
|
||||||
|
"sideBar.background": "#330000",
|
||||||
|
"statusBar.background": "#700000",
|
||||||
|
"statusBar.noFolderBackground": "#700000",
|
||||||
|
"statusBarItem.remoteBackground": "#c33",
|
||||||
|
"surface.border": "#00000000",
|
||||||
|
"tab.activeBackground": "#490000",
|
||||||
|
"tab.inactiveBackground": "#300a0a",
|
||||||
|
"tab.lastPinnedBorder": "#ff000044",
|
||||||
|
"titleBar.activeBackground": "#770000",
|
||||||
|
"titleBar.inactiveBackground": "#772222"
|
||||||
|
},
|
||||||
|
"displayName": "Red",
|
||||||
|
"name": "red",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F8F8F8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"string meta.image.inline.markdown",
|
||||||
|
"variable.legacy.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#F8F8F8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#e7c0c0ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#994646ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#f12727ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#fec758ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#ff6262ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#cd8d8dff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#9df39fff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fb9a4bff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffffffff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"punctuation.separator.namespace.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#aa5507ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ec0d1e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string constant",
|
||||||
|
"constant.character.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#ffe862ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffb454ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#edef7dff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#ffb454ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant",
|
||||||
|
"support.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#eb939aff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"declaration.sgml.html declaration.doctype",
|
||||||
|
"declaration.sgml.html declaration.doctype entity",
|
||||||
|
"declaration.sgml.html declaration.doctype string",
|
||||||
|
"declaration.xml-processing",
|
||||||
|
"declaration.xml-processing entity",
|
||||||
|
"declaration.xml-processing string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#73817dff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"declaration.tag",
|
||||||
|
"declaration.tag entity",
|
||||||
|
"meta.tag",
|
||||||
|
"meta.tag entity"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#ec0d1eff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.selector.css entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#aa5507ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.selector.css entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fec758ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.selector.css entity.other.attribute-name.class",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#41a83eff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#96dd3bff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.property-group support.constant.property-value.css",
|
||||||
|
"meta.property-value support.constant.property-value.css"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ffe862ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.property-value support.constant.named-color.css",
|
||||||
|
"meta.property-value constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#ffe862ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.preprocessor.at-rule keyword.control.at-rule",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fd6209ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.constructor.argument.css",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#ec9799ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#f8f8f8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.deleted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ec9799ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.changed",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f8f8f8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inserted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#41a83eff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f12727ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff6262ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fb9a4bff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.strikethrough",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#cd8d8dff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading.setext",
|
||||||
|
"punctuation.definition.heading",
|
||||||
|
"entity.name.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#fec758ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression.begin",
|
||||||
|
"punctuation.definition.template-expression.end",
|
||||||
|
"punctuation.section.embedded",
|
||||||
|
".format.placeholder"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ec0d1e"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,740 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#575279",
|
||||||
|
"activityBar.background": "#faf4ed",
|
||||||
|
"activityBar.dropBorder": "#f2e9e1",
|
||||||
|
"activityBar.foreground": "#575279",
|
||||||
|
"activityBar.inactiveForeground": "#797593",
|
||||||
|
"activityBarBadge.background": "#d7827e",
|
||||||
|
"activityBarBadge.foreground": "#faf4ed",
|
||||||
|
"badge.background": "#d7827e",
|
||||||
|
"badge.foreground": "#faf4ed",
|
||||||
|
"banner.background": "#fffaf3",
|
||||||
|
"banner.foreground": "#575279",
|
||||||
|
"banner.iconForeground": "#797593",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#d7827e",
|
||||||
|
"breadcrumb.background": "#faf4ed",
|
||||||
|
"breadcrumb.focusForeground": "#797593",
|
||||||
|
"breadcrumb.foreground": "#9893a5",
|
||||||
|
"breadcrumbPicker.background": "#fffaf3",
|
||||||
|
"button.background": "#d7827e",
|
||||||
|
"button.foreground": "#faf4ed",
|
||||||
|
"button.hoverBackground": "#d7827ee6",
|
||||||
|
"button.secondaryBackground": "#fffaf3",
|
||||||
|
"button.secondaryForeground": "#575279",
|
||||||
|
"button.secondaryHoverBackground": "#f2e9e1",
|
||||||
|
"charts.blue": "#56949f",
|
||||||
|
"charts.foreground": "#575279",
|
||||||
|
"charts.green": "#286983",
|
||||||
|
"charts.lines": "#797593",
|
||||||
|
"charts.orange": "#d7827e",
|
||||||
|
"charts.purple": "#907aa9",
|
||||||
|
"charts.red": "#b4637a",
|
||||||
|
"charts.yellow": "#ea9d34",
|
||||||
|
"checkbox.background": "#fffaf3",
|
||||||
|
"checkbox.border": "#6e6a8614",
|
||||||
|
"checkbox.foreground": "#575279",
|
||||||
|
"debugExceptionWidget.background": "#fffaf3",
|
||||||
|
"debugExceptionWidget.border": "#6e6a8614",
|
||||||
|
"debugIcon.breakpointCurrentStackframeForeground": "#797593",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#9893a5",
|
||||||
|
"debugIcon.breakpointForeground": "#797593",
|
||||||
|
"debugIcon.breakpointStackframeForeground": "#797593",
|
||||||
|
"debugIcon.breakpointUnverifiedForeground": "#797593",
|
||||||
|
"debugIcon.continueForeground": "#797593",
|
||||||
|
"debugIcon.disconnectForeground": "#797593",
|
||||||
|
"debugIcon.pauseForeground": "#797593",
|
||||||
|
"debugIcon.restartForeground": "#797593",
|
||||||
|
"debugIcon.startForeground": "#797593",
|
||||||
|
"debugIcon.stepBackForeground": "#797593",
|
||||||
|
"debugIcon.stepIntoForeground": "#797593",
|
||||||
|
"debugIcon.stepOutForeground": "#797593",
|
||||||
|
"debugIcon.stepOverForeground": "#797593",
|
||||||
|
"debugIcon.stopForeground": "#b4637a",
|
||||||
|
"debugToolBar.background": "#fffaf3",
|
||||||
|
"debugToolBar.border": "#f2e9e1",
|
||||||
|
"descriptionForeground": "#797593",
|
||||||
|
"diffEditor.border": "#f2e9e1",
|
||||||
|
"diffEditor.diagonalFill": "#6e6a8626",
|
||||||
|
"diffEditor.insertedLineBackground": "#56949f26",
|
||||||
|
"diffEditor.insertedTextBackground": "#56949f26",
|
||||||
|
"diffEditor.removedLineBackground": "#b4637a26",
|
||||||
|
"diffEditor.removedTextBackground": "#b4637a26",
|
||||||
|
"diffEditorOverview.insertedForeground": "#56949f80",
|
||||||
|
"diffEditorOverview.removedForeground": "#b4637a80",
|
||||||
|
"dropdown.background": "#fffaf3",
|
||||||
|
"dropdown.border": "#6e6a8614",
|
||||||
|
"dropdown.foreground": "#575279",
|
||||||
|
"dropdown.listBackground": "#fffaf3",
|
||||||
|
"editor.background": "#faf4ed",
|
||||||
|
"editor.findMatchBackground": "#ea9d3433",
|
||||||
|
"editor.findMatchBorder": "#ea9d3480",
|
||||||
|
"editor.findMatchForeground": "#575279",
|
||||||
|
"editor.findMatchHighlightBackground": "#6e6a8626",
|
||||||
|
"editor.findMatchHighlightForeground": "#575279cc",
|
||||||
|
"editor.findRangeHighlightBackground": "#6e6a8626",
|
||||||
|
"editor.findRangeHighlightBorder": "#0000",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.foldBackground": "#6e6a8614",
|
||||||
|
"editor.foreground": "#575279",
|
||||||
|
"editor.hoverHighlightBackground": "#0000",
|
||||||
|
"editor.inactiveSelectionBackground": "#6e6a860d",
|
||||||
|
"editor.inlineValuesBackground": "#0000",
|
||||||
|
"editor.inlineValuesForeground": "#797593",
|
||||||
|
"editor.lineHighlightBackground": "#6e6a860d",
|
||||||
|
"editor.lineHighlightBorder": "#0000",
|
||||||
|
"editor.linkedEditingBackground": "#6e6a8614",
|
||||||
|
"editor.rangeHighlightBackground": "#6e6a860d",
|
||||||
|
"editor.selectionBackground": "#6e6a8614",
|
||||||
|
"editor.selectionForeground": "#575279",
|
||||||
|
"editor.selectionHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.selectionHighlightBorder": "#faf4ed",
|
||||||
|
"editor.snippetFinalTabstopHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.snippetFinalTabstopHighlightBorder": "#fffaf3",
|
||||||
|
"editor.snippetTabstopHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.snippetTabstopHighlightBorder": "#fffaf3",
|
||||||
|
"editor.stackFrameHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.symbolHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.symbolHighlightBorder": "#0000",
|
||||||
|
"editor.wordHighlightBackground": "#6e6a8614",
|
||||||
|
"editor.wordHighlightBorder": "#0000",
|
||||||
|
"editor.wordHighlightStrongBackground": "#6e6a8614",
|
||||||
|
"editor.wordHighlightStrongBorder": "#6e6a8614",
|
||||||
|
"editorBracketHighlight.foreground1": "#b4637a80",
|
||||||
|
"editorBracketHighlight.foreground2": "#28698380",
|
||||||
|
"editorBracketHighlight.foreground3": "#ea9d3480",
|
||||||
|
"editorBracketHighlight.foreground4": "#56949f80",
|
||||||
|
"editorBracketHighlight.foreground5": "#d7827e80",
|
||||||
|
"editorBracketHighlight.foreground6": "#907aa980",
|
||||||
|
"editorBracketMatch.background": "#0000",
|
||||||
|
"editorBracketMatch.border": "#797593",
|
||||||
|
"editorBracketPairGuide.activeBackground1": "#286983",
|
||||||
|
"editorBracketPairGuide.activeBackground2": "#d7827e",
|
||||||
|
"editorBracketPairGuide.activeBackground3": "#907aa9",
|
||||||
|
"editorBracketPairGuide.activeBackground4": "#56949f",
|
||||||
|
"editorBracketPairGuide.activeBackground5": "#ea9d34",
|
||||||
|
"editorBracketPairGuide.activeBackground6": "#b4637a",
|
||||||
|
"editorBracketPairGuide.background1": "#28698380",
|
||||||
|
"editorBracketPairGuide.background2": "#d7827e80",
|
||||||
|
"editorBracketPairGuide.background3": "#907aa980",
|
||||||
|
"editorBracketPairGuide.background4": "#56949f80",
|
||||||
|
"editorBracketPairGuide.background5": "#ea9d3480",
|
||||||
|
"editorBracketPairGuide.background6": "#b4637a80",
|
||||||
|
"editorCodeLens.foreground": "#d7827e",
|
||||||
|
"editorCursor.background": "#575279",
|
||||||
|
"editorCursor.foreground": "#9893a5",
|
||||||
|
"editorError.border": "#0000",
|
||||||
|
"editorError.foreground": "#b4637a",
|
||||||
|
"editorGhostText.foreground": "#797593",
|
||||||
|
"editorGroup.border": "#0000",
|
||||||
|
"editorGroup.dropBackground": "#fffaf3",
|
||||||
|
"editorGroup.emptyBackground": "#0000",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#0000",
|
||||||
|
"editorGroupHeader.noTabsBackground": "#0000",
|
||||||
|
"editorGroupHeader.tabsBackground": "#0000",
|
||||||
|
"editorGroupHeader.tabsBorder": "#0000",
|
||||||
|
"editorGutter.addedBackground": "#56949f",
|
||||||
|
"editorGutter.background": "#faf4ed",
|
||||||
|
"editorGutter.commentRangeForeground": "#f2e9e1",
|
||||||
|
"editorGutter.deletedBackground": "#b4637a",
|
||||||
|
"editorGutter.foldingControlForeground": "#907aa9",
|
||||||
|
"editorGutter.modifiedBackground": "#d7827e",
|
||||||
|
"editorHint.border": "#0000",
|
||||||
|
"editorHint.foreground": "#797593",
|
||||||
|
"editorHoverWidget.background": "#fffaf3",
|
||||||
|
"editorHoverWidget.border": "#9893a580",
|
||||||
|
"editorHoverWidget.foreground": "#797593",
|
||||||
|
"editorHoverWidget.highlightForeground": "#575279",
|
||||||
|
"editorHoverWidget.statusBarBackground": "#0000",
|
||||||
|
"editorIndentGuide.activeBackground1": "#9893a5",
|
||||||
|
"editorIndentGuide.background1": "#6e6a8626",
|
||||||
|
"editorInfo.border": "#f2e9e1",
|
||||||
|
"editorInfo.foreground": "#56949f",
|
||||||
|
"editorInlayHint.background": "#f2e9e180",
|
||||||
|
"editorInlayHint.foreground": "#79759380",
|
||||||
|
"editorInlayHint.parameterBackground": "#f2e9e180",
|
||||||
|
"editorInlayHint.parameterForeground": "#907aa980",
|
||||||
|
"editorInlayHint.typeBackground": "#f2e9e180",
|
||||||
|
"editorInlayHint.typeForeground": "#56949f80",
|
||||||
|
"editorLightBulb.foreground": "#286983",
|
||||||
|
"editorLightBulbAutoFix.foreground": "#d7827e",
|
||||||
|
"editorLineNumber.activeForeground": "#575279",
|
||||||
|
"editorLineNumber.foreground": "#797593",
|
||||||
|
"editorLink.activeForeground": "#d7827e",
|
||||||
|
"editorMarkerNavigation.background": "#fffaf3",
|
||||||
|
"editorMarkerNavigationError.background": "#fffaf3",
|
||||||
|
"editorMarkerNavigationInfo.background": "#fffaf3",
|
||||||
|
"editorMarkerNavigationWarning.background": "#fffaf3",
|
||||||
|
"editorOverviewRuler.addedForeground": "#56949f80",
|
||||||
|
"editorOverviewRuler.background": "#faf4ed",
|
||||||
|
"editorOverviewRuler.border": "#6e6a8626",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#797593",
|
||||||
|
"editorOverviewRuler.commentForeground": "#79759380",
|
||||||
|
"editorOverviewRuler.commentUnresolvedForeground": "#ea9d3480",
|
||||||
|
"editorOverviewRuler.commonContentForeground": "#6e6a860d",
|
||||||
|
"editorOverviewRuler.currentContentForeground": "#6e6a8614",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#b4637a80",
|
||||||
|
"editorOverviewRuler.errorForeground": "#b4637a80",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#6e6a8626",
|
||||||
|
"editorOverviewRuler.incomingContentForeground": "#907aa980",
|
||||||
|
"editorOverviewRuler.infoForeground": "#56949f80",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#d7827e80",
|
||||||
|
"editorOverviewRuler.rangeHighlightForeground": "#6e6a8626",
|
||||||
|
"editorOverviewRuler.selectionHighlightForeground": "#6e6a8626",
|
||||||
|
"editorOverviewRuler.warningForeground": "#ea9d3480",
|
||||||
|
"editorOverviewRuler.wordHighlightForeground": "#6e6a8614",
|
||||||
|
"editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8626",
|
||||||
|
"editorPane.background": "#0000",
|
||||||
|
"editorRuler.foreground": "#6e6a8626",
|
||||||
|
"editorSuggestWidget.background": "#fffaf3",
|
||||||
|
"editorSuggestWidget.border": "#0000",
|
||||||
|
"editorSuggestWidget.focusHighlightForeground": "#d7827e",
|
||||||
|
"editorSuggestWidget.foreground": "#797593",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#d7827e",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#6e6a8614",
|
||||||
|
"editorSuggestWidget.selectedForeground": "#575279",
|
||||||
|
"editorSuggestWidget.selectedIconForeground": "#575279",
|
||||||
|
"editorUnnecessaryCode.border": "#0000",
|
||||||
|
"editorUnnecessaryCode.opacity": "#57527980",
|
||||||
|
"editorWarning.border": "#0000",
|
||||||
|
"editorWarning.foreground": "#ea9d34",
|
||||||
|
"editorWhitespace.foreground": "#9893a580",
|
||||||
|
"editorWidget.background": "#fffaf3",
|
||||||
|
"editorWidget.border": "#f2e9e1",
|
||||||
|
"editorWidget.foreground": "#797593",
|
||||||
|
"editorWidget.resizeBorder": "#9893a5",
|
||||||
|
"errorForeground": "#b4637a",
|
||||||
|
"extensionBadge.remoteBackground": "#907aa9",
|
||||||
|
"extensionBadge.remoteForeground": "#faf4ed",
|
||||||
|
"extensionButton.prominentBackground": "#d7827e",
|
||||||
|
"extensionButton.prominentForeground": "#faf4ed",
|
||||||
|
"extensionButton.prominentHoverBackground": "#d7827ee6",
|
||||||
|
"extensionIcon.preReleaseForeground": "#286983",
|
||||||
|
"extensionIcon.starForeground": "#d7827e",
|
||||||
|
"extensionIcon.verifiedForeground": "#907aa9",
|
||||||
|
"focusBorder": "#6e6a8614",
|
||||||
|
"foreground": "#575279",
|
||||||
|
"git.blame.editorDecorationForeground": "#9893a5",
|
||||||
|
"gitDecoration.addedResourceForeground": "#56949f",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#b4637a",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#797593",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#9893a5",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#d7827e",
|
||||||
|
"gitDecoration.renamedResourceForeground": "#286983",
|
||||||
|
"gitDecoration.stageDeletedResourceForeground": "#b4637a",
|
||||||
|
"gitDecoration.stageModifiedResourceForeground": "#907aa9",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#ea9d34",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#ea9d34",
|
||||||
|
"icon.foreground": "#797593",
|
||||||
|
"input.background": "#f9f2ea",
|
||||||
|
"input.border": "#6e6a8614",
|
||||||
|
"input.foreground": "#575279",
|
||||||
|
"input.placeholderForeground": "#797593",
|
||||||
|
"inputOption.activeBackground": "#d7827e26",
|
||||||
|
"inputOption.activeBorder": "#0000",
|
||||||
|
"inputOption.activeForeground": "#d7827e",
|
||||||
|
"inputValidation.errorBackground": "#fffaf3",
|
||||||
|
"inputValidation.errorBorder": "#6e6a8626",
|
||||||
|
"inputValidation.errorForeground": "#b4637a",
|
||||||
|
"inputValidation.infoBackground": "#fffaf3",
|
||||||
|
"inputValidation.infoBorder": "#6e6a8626",
|
||||||
|
"inputValidation.infoForeground": "#56949f",
|
||||||
|
"inputValidation.warningBackground": "#fffaf3",
|
||||||
|
"inputValidation.warningBorder": "#6e6a8626",
|
||||||
|
"inputValidation.warningForeground": "#56949f80",
|
||||||
|
"keybindingLabel.background": "#f2e9e1",
|
||||||
|
"keybindingLabel.border": "#6e6a8626",
|
||||||
|
"keybindingLabel.bottomBorder": "#6e6a8626",
|
||||||
|
"keybindingLabel.foreground": "#907aa9",
|
||||||
|
"keybindingTable.headerBackground": "#f2e9e1",
|
||||||
|
"keybindingTable.rowsBackground": "#fffaf3",
|
||||||
|
"list.activeSelectionBackground": "#6e6a8614",
|
||||||
|
"list.activeSelectionForeground": "#575279",
|
||||||
|
"list.deemphasizedForeground": "#797593",
|
||||||
|
"list.dropBackground": "#fffaf3",
|
||||||
|
"list.errorForeground": "#b4637a",
|
||||||
|
"list.filterMatchBackground": "#fffaf3",
|
||||||
|
"list.filterMatchBorder": "#d7827e",
|
||||||
|
"list.focusBackground": "#6e6a8626",
|
||||||
|
"list.focusForeground": "#575279",
|
||||||
|
"list.focusOutline": "#6e6a8614",
|
||||||
|
"list.highlightForeground": "#d7827e",
|
||||||
|
"list.hoverBackground": "#6e6a860d",
|
||||||
|
"list.hoverForeground": "#575279",
|
||||||
|
"list.inactiveFocusBackground": "#6e6a860d",
|
||||||
|
"list.inactiveSelectionBackground": "#fffaf3",
|
||||||
|
"list.inactiveSelectionForeground": "#575279",
|
||||||
|
"list.invalidItemForeground": "#b4637a",
|
||||||
|
"list.warningForeground": "#ea9d34",
|
||||||
|
"listFilterWidget.background": "#fffaf3",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#b4637a",
|
||||||
|
"listFilterWidget.outline": "#f2e9e1",
|
||||||
|
"menu.background": "#fffaf3",
|
||||||
|
"menu.border": "#6e6a860d",
|
||||||
|
"menu.foreground": "#575279",
|
||||||
|
"menu.selectionBackground": "#6e6a8614",
|
||||||
|
"menu.selectionBorder": "#f2e9e1",
|
||||||
|
"menu.selectionForeground": "#575279",
|
||||||
|
"menu.separatorBackground": "#6e6a8626",
|
||||||
|
"menubar.selectionBackground": "#6e6a8614",
|
||||||
|
"menubar.selectionBorder": "#6e6a860d",
|
||||||
|
"menubar.selectionForeground": "#575279",
|
||||||
|
"merge.border": "#f2e9e1",
|
||||||
|
"merge.commonContentBackground": "#6e6a8614",
|
||||||
|
"merge.commonHeaderBackground": "#6e6a8614",
|
||||||
|
"merge.currentContentBackground": "#ea9d3433",
|
||||||
|
"merge.currentHeaderBackground": "#ea9d3433",
|
||||||
|
"merge.incomingContentBackground": "#56949f33",
|
||||||
|
"merge.incomingHeaderBackground": "#56949f33",
|
||||||
|
"minimap.background": "#fffaf3",
|
||||||
|
"minimap.errorHighlight": "#b4637a80",
|
||||||
|
"minimap.findMatchHighlight": "#6e6a8614",
|
||||||
|
"minimap.selectionHighlight": "#6e6a8614",
|
||||||
|
"minimap.warningHighlight": "#ea9d3480",
|
||||||
|
"minimapGutter.addedBackground": "#56949f",
|
||||||
|
"minimapGutter.deletedBackground": "#b4637a",
|
||||||
|
"minimapGutter.modifiedBackground": "#d7827e",
|
||||||
|
"minimapSlider.activeBackground": "#6e6a8626",
|
||||||
|
"minimapSlider.background": "#6e6a8614",
|
||||||
|
"minimapSlider.hoverBackground": "#6e6a8614",
|
||||||
|
"notebook.cellBorderColor": "#56949f80",
|
||||||
|
"notebook.cellEditorBackground": "#fffaf3",
|
||||||
|
"notebook.cellHoverBackground": "#f2e9e180",
|
||||||
|
"notebook.focusedCellBackground": "#6e6a860d",
|
||||||
|
"notebook.focusedCellBorder": "#56949f",
|
||||||
|
"notebook.outputContainerBackgroundColor": "#6e6a860d",
|
||||||
|
"notificationCenter.border": "#6e6a8614",
|
||||||
|
"notificationCenterHeader.background": "#fffaf3",
|
||||||
|
"notificationCenterHeader.foreground": "#797593",
|
||||||
|
"notificationLink.foreground": "#907aa9",
|
||||||
|
"notificationToast.border": "#6e6a8614",
|
||||||
|
"notifications.background": "#fffaf3",
|
||||||
|
"notifications.border": "#6e6a8614",
|
||||||
|
"notifications.foreground": "#575279",
|
||||||
|
"notificationsErrorIcon.foreground": "#b4637a",
|
||||||
|
"notificationsInfoIcon.foreground": "#56949f",
|
||||||
|
"notificationsWarningIcon.foreground": "#ea9d34",
|
||||||
|
"panel.background": "#fffaf3",
|
||||||
|
"panel.border": "#0000",
|
||||||
|
"panel.dropBorder": "#f2e9e1",
|
||||||
|
"panelInput.border": "#fffaf3",
|
||||||
|
"panelSection.dropBackground": "#6e6a8614",
|
||||||
|
"panelSectionHeader.background": "#fffaf3",
|
||||||
|
"panelSectionHeader.foreground": "#575279",
|
||||||
|
"panelTitle.activeBorder": "#6e6a8626",
|
||||||
|
"panelTitle.activeForeground": "#575279",
|
||||||
|
"panelTitle.inactiveForeground": "#797593",
|
||||||
|
"peekView.border": "#f2e9e1",
|
||||||
|
"peekViewEditor.background": "#fffaf3",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#6e6a8626",
|
||||||
|
"peekViewResult.background": "#fffaf3",
|
||||||
|
"peekViewResult.fileForeground": "#797593",
|
||||||
|
"peekViewResult.lineForeground": "#797593",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#6e6a8626",
|
||||||
|
"peekViewResult.selectionBackground": "#6e6a8614",
|
||||||
|
"peekViewResult.selectionForeground": "#575279",
|
||||||
|
"peekViewTitle.background": "#f2e9e1",
|
||||||
|
"peekViewTitleDescription.foreground": "#797593",
|
||||||
|
"pickerGroup.border": "#6e6a8626",
|
||||||
|
"pickerGroup.foreground": "#907aa9",
|
||||||
|
"ports.iconRunningProcessForeground": "#d7827e",
|
||||||
|
"problemsErrorIcon.foreground": "#b4637a",
|
||||||
|
"problemsInfoIcon.foreground": "#56949f",
|
||||||
|
"problemsWarningIcon.foreground": "#ea9d34",
|
||||||
|
"progressBar.background": "#d7827e",
|
||||||
|
"quickInput.background": "#fffaf3",
|
||||||
|
"quickInput.foreground": "#797593",
|
||||||
|
"quickInputList.focusBackground": "#6e6a8614",
|
||||||
|
"quickInputList.focusForeground": "#575279",
|
||||||
|
"quickInputList.focusIconForeground": "#575279",
|
||||||
|
"scrollbar.shadow": "#fffaf34d",
|
||||||
|
"scrollbarSlider.activeBackground": "#28698380",
|
||||||
|
"scrollbarSlider.background": "#6e6a8614",
|
||||||
|
"scrollbarSlider.hoverBackground": "#6e6a8626",
|
||||||
|
"searchEditor.findMatchBackground": "#6e6a8614",
|
||||||
|
"selection.background": "#6e6a8626",
|
||||||
|
"settings.focusedRowBackground": "#fffaf3",
|
||||||
|
"settings.focusedRowBorder": "#6e6a8614",
|
||||||
|
"settings.headerForeground": "#575279",
|
||||||
|
"settings.modifiedItemIndicator": "#d7827e",
|
||||||
|
"settings.rowHoverBackground": "#fffaf3",
|
||||||
|
"sideBar.background": "#faf4ed",
|
||||||
|
"sideBar.dropBackground": "#fffaf3",
|
||||||
|
"sideBar.foreground": "#797593",
|
||||||
|
"sideBarSectionHeader.background": "#0000",
|
||||||
|
"sideBarSectionHeader.border": "#6e6a8614",
|
||||||
|
"statusBar.background": "#faf4ed",
|
||||||
|
"statusBar.debuggingBackground": "#907aa9",
|
||||||
|
"statusBar.debuggingForeground": "#faf4ed",
|
||||||
|
"statusBar.foreground": "#797593",
|
||||||
|
"statusBar.noFolderBackground": "#faf4ed",
|
||||||
|
"statusBar.noFolderForeground": "#797593",
|
||||||
|
"statusBarItem.activeBackground": "#6e6a8626",
|
||||||
|
"statusBarItem.errorBackground": "#faf4ed",
|
||||||
|
"statusBarItem.errorForeground": "#b4637a",
|
||||||
|
"statusBarItem.hoverBackground": "#6e6a8614",
|
||||||
|
"statusBarItem.prominentBackground": "#f2e9e1",
|
||||||
|
"statusBarItem.prominentForeground": "#575279",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#6e6a8614",
|
||||||
|
"statusBarItem.remoteBackground": "#faf4ed",
|
||||||
|
"statusBarItem.remoteForeground": "#ea9d34",
|
||||||
|
"symbolIcon.arrayForeground": "#797593",
|
||||||
|
"symbolIcon.classForeground": "#797593",
|
||||||
|
"symbolIcon.colorForeground": "#797593",
|
||||||
|
"symbolIcon.constantForeground": "#797593",
|
||||||
|
"symbolIcon.constructorForeground": "#797593",
|
||||||
|
"symbolIcon.enumeratorForeground": "#797593",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#797593",
|
||||||
|
"symbolIcon.eventForeground": "#797593",
|
||||||
|
"symbolIcon.fieldForeground": "#797593",
|
||||||
|
"symbolIcon.fileForeground": "#797593",
|
||||||
|
"symbolIcon.folderForeground": "#797593",
|
||||||
|
"symbolIcon.functionForeground": "#797593",
|
||||||
|
"symbolIcon.interfaceForeground": "#797593",
|
||||||
|
"symbolIcon.keyForeground": "#797593",
|
||||||
|
"symbolIcon.keywordForeground": "#797593",
|
||||||
|
"symbolIcon.methodForeground": "#797593",
|
||||||
|
"symbolIcon.moduleForeground": "#797593",
|
||||||
|
"symbolIcon.namespaceForeground": "#797593",
|
||||||
|
"symbolIcon.nullForeground": "#797593",
|
||||||
|
"symbolIcon.numberForeground": "#797593",
|
||||||
|
"symbolIcon.objectForeground": "#797593",
|
||||||
|
"symbolIcon.operatorForeground": "#797593",
|
||||||
|
"symbolIcon.packageForeground": "#797593",
|
||||||
|
"symbolIcon.propertyForeground": "#797593",
|
||||||
|
"symbolIcon.referenceForeground": "#797593",
|
||||||
|
"symbolIcon.snippetForeground": "#797593",
|
||||||
|
"symbolIcon.stringForeground": "#797593",
|
||||||
|
"symbolIcon.structForeground": "#797593",
|
||||||
|
"symbolIcon.textForeground": "#797593",
|
||||||
|
"symbolIcon.typeParameterForeground": "#797593",
|
||||||
|
"symbolIcon.unitForeground": "#797593",
|
||||||
|
"symbolIcon.variableForeground": "#797593",
|
||||||
|
"tab.activeBackground": "#6e6a860d",
|
||||||
|
"tab.activeForeground": "#575279",
|
||||||
|
"tab.activeModifiedBorder": "#56949f",
|
||||||
|
"tab.border": "#0000",
|
||||||
|
"tab.hoverBackground": "#6e6a8614",
|
||||||
|
"tab.inactiveBackground": "#0000",
|
||||||
|
"tab.inactiveForeground": "#797593",
|
||||||
|
"tab.inactiveModifiedBorder": "#56949f80",
|
||||||
|
"tab.lastPinnedBorder": "#9893a5",
|
||||||
|
"tab.unfocusedActiveBackground": "#0000",
|
||||||
|
"tab.unfocusedHoverBackground": "#0000",
|
||||||
|
"tab.unfocusedInactiveBackground": "#0000",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#56949f80",
|
||||||
|
"terminal.ansiBlack": "#f2e9e1",
|
||||||
|
"terminal.ansiBlue": "#56949f",
|
||||||
|
"terminal.ansiBrightBlack": "#797593",
|
||||||
|
"terminal.ansiBrightBlue": "#56949f",
|
||||||
|
"terminal.ansiBrightCyan": "#d7827e",
|
||||||
|
"terminal.ansiBrightGreen": "#286983",
|
||||||
|
"terminal.ansiBrightMagenta": "#907aa9",
|
||||||
|
"terminal.ansiBrightRed": "#b4637a",
|
||||||
|
"terminal.ansiBrightWhite": "#575279",
|
||||||
|
"terminal.ansiBrightYellow": "#ea9d34",
|
||||||
|
"terminal.ansiCyan": "#d7827e",
|
||||||
|
"terminal.ansiGreen": "#286983",
|
||||||
|
"terminal.ansiMagenta": "#907aa9",
|
||||||
|
"terminal.ansiRed": "#b4637a",
|
||||||
|
"terminal.ansiWhite": "#575279",
|
||||||
|
"terminal.ansiYellow": "#ea9d34",
|
||||||
|
"terminal.dropBackground": "#6e6a8614",
|
||||||
|
"terminal.foreground": "#575279",
|
||||||
|
"terminal.selectionBackground": "#6e6a8614",
|
||||||
|
"terminal.tab.activeBorder": "#575279",
|
||||||
|
"terminalCursor.background": "#575279",
|
||||||
|
"terminalCursor.foreground": "#9893a5",
|
||||||
|
"textBlockQuote.background": "#fffaf3",
|
||||||
|
"textBlockQuote.border": "#6e6a8614",
|
||||||
|
"textCodeBlock.background": "#fffaf3",
|
||||||
|
"textLink.activeForeground": "#907aa9e6",
|
||||||
|
"textLink.foreground": "#907aa9",
|
||||||
|
"textPreformat.foreground": "#ea9d34",
|
||||||
|
"textSeparator.foreground": "#797593",
|
||||||
|
"titleBar.activeBackground": "#faf4ed",
|
||||||
|
"titleBar.activeForeground": "#797593",
|
||||||
|
"titleBar.inactiveBackground": "#fffaf3",
|
||||||
|
"titleBar.inactiveForeground": "#797593",
|
||||||
|
"toolbar.activeBackground": "#6e6a8626",
|
||||||
|
"toolbar.hoverBackground": "#6e6a8614",
|
||||||
|
"tree.indentGuidesStroke": "#797593",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#faf4ed",
|
||||||
|
"welcomePage.background": "#faf4ed",
|
||||||
|
"widget.shadow": "#fffaf34d",
|
||||||
|
"window.activeBorder": "#fffaf3",
|
||||||
|
"window.inactiveBorder": "#fffaf3"
|
||||||
|
},
|
||||||
|
"displayName": "Rosé Pine Dawn",
|
||||||
|
"name": "rose-pine-dawn",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#9893a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#286983"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d7827e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d7827e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.section",
|
||||||
|
"entity.name.tag",
|
||||||
|
"entity.name.namespace",
|
||||||
|
"entity.name.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#56949f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#907aa9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b4637a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid.deprecated"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#797593"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"variable.language.this"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#286983"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#56949f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b4637a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff.range"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#907aa9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag",
|
||||||
|
"meta.brace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#575279"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.import",
|
||||||
|
"meta.export"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#286983"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.directive.vue",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#907aa9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#56949f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-value.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ea9d34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag.other.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#797593"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#797593"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.accessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#286983"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ea9d34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9893a5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#286983"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ea9d34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#56949f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ea9d34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b4637a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#d7827e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other",
|
||||||
|
"variable.language",
|
||||||
|
"variable.function",
|
||||||
|
"variable.argument"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#575279"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#907aa9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,740 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#e0def4",
|
||||||
|
"activityBar.background": "#232136",
|
||||||
|
"activityBar.dropBorder": "#393552",
|
||||||
|
"activityBar.foreground": "#e0def4",
|
||||||
|
"activityBar.inactiveForeground": "#908caa",
|
||||||
|
"activityBarBadge.background": "#ea9a97",
|
||||||
|
"activityBarBadge.foreground": "#232136",
|
||||||
|
"badge.background": "#ea9a97",
|
||||||
|
"badge.foreground": "#232136",
|
||||||
|
"banner.background": "#2a273f",
|
||||||
|
"banner.foreground": "#e0def4",
|
||||||
|
"banner.iconForeground": "#908caa",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#ea9a97",
|
||||||
|
"breadcrumb.background": "#232136",
|
||||||
|
"breadcrumb.focusForeground": "#908caa",
|
||||||
|
"breadcrumb.foreground": "#6e6a86",
|
||||||
|
"breadcrumbPicker.background": "#2a273f",
|
||||||
|
"button.background": "#ea9a97",
|
||||||
|
"button.foreground": "#232136",
|
||||||
|
"button.hoverBackground": "#ea9a97e6",
|
||||||
|
"button.secondaryBackground": "#2a273f",
|
||||||
|
"button.secondaryForeground": "#e0def4",
|
||||||
|
"button.secondaryHoverBackground": "#393552",
|
||||||
|
"charts.blue": "#9ccfd8",
|
||||||
|
"charts.foreground": "#e0def4",
|
||||||
|
"charts.green": "#3e8fb0",
|
||||||
|
"charts.lines": "#908caa",
|
||||||
|
"charts.orange": "#ea9a97",
|
||||||
|
"charts.purple": "#c4a7e7",
|
||||||
|
"charts.red": "#eb6f92",
|
||||||
|
"charts.yellow": "#f6c177",
|
||||||
|
"checkbox.background": "#2a273f",
|
||||||
|
"checkbox.border": "#817c9c26",
|
||||||
|
"checkbox.foreground": "#e0def4",
|
||||||
|
"debugExceptionWidget.background": "#2a273f",
|
||||||
|
"debugExceptionWidget.border": "#817c9c26",
|
||||||
|
"debugIcon.breakpointCurrentStackframeForeground": "#908caa",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#56526e",
|
||||||
|
"debugIcon.breakpointForeground": "#908caa",
|
||||||
|
"debugIcon.breakpointStackframeForeground": "#908caa",
|
||||||
|
"debugIcon.breakpointUnverifiedForeground": "#908caa",
|
||||||
|
"debugIcon.continueForeground": "#908caa",
|
||||||
|
"debugIcon.disconnectForeground": "#908caa",
|
||||||
|
"debugIcon.pauseForeground": "#908caa",
|
||||||
|
"debugIcon.restartForeground": "#908caa",
|
||||||
|
"debugIcon.startForeground": "#908caa",
|
||||||
|
"debugIcon.stepBackForeground": "#908caa",
|
||||||
|
"debugIcon.stepIntoForeground": "#908caa",
|
||||||
|
"debugIcon.stepOutForeground": "#908caa",
|
||||||
|
"debugIcon.stepOverForeground": "#908caa",
|
||||||
|
"debugIcon.stopForeground": "#eb6f92",
|
||||||
|
"debugToolBar.background": "#2a273f",
|
||||||
|
"debugToolBar.border": "#393552",
|
||||||
|
"descriptionForeground": "#908caa",
|
||||||
|
"diffEditor.border": "#393552",
|
||||||
|
"diffEditor.diagonalFill": "#817c9c4d",
|
||||||
|
"diffEditor.insertedLineBackground": "#9ccfd826",
|
||||||
|
"diffEditor.insertedTextBackground": "#9ccfd826",
|
||||||
|
"diffEditor.removedLineBackground": "#eb6f9226",
|
||||||
|
"diffEditor.removedTextBackground": "#eb6f9226",
|
||||||
|
"diffEditorOverview.insertedForeground": "#9ccfd880",
|
||||||
|
"diffEditorOverview.removedForeground": "#eb6f9280",
|
||||||
|
"dropdown.background": "#2a273f",
|
||||||
|
"dropdown.border": "#817c9c26",
|
||||||
|
"dropdown.foreground": "#e0def4",
|
||||||
|
"dropdown.listBackground": "#2a273f",
|
||||||
|
"editor.background": "#232136",
|
||||||
|
"editor.findMatchBackground": "#f6c17733",
|
||||||
|
"editor.findMatchBorder": "#f6c17780",
|
||||||
|
"editor.findMatchForeground": "#e0def4",
|
||||||
|
"editor.findMatchHighlightBackground": "#817c9c4d",
|
||||||
|
"editor.findMatchHighlightForeground": "#e0def4cc",
|
||||||
|
"editor.findRangeHighlightBackground": "#817c9c4d",
|
||||||
|
"editor.findRangeHighlightBorder": "#0000",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#817c9c26",
|
||||||
|
"editor.foldBackground": "#817c9c26",
|
||||||
|
"editor.foreground": "#e0def4",
|
||||||
|
"editor.hoverHighlightBackground": "#0000",
|
||||||
|
"editor.inactiveSelectionBackground": "#817c9c14",
|
||||||
|
"editor.inlineValuesBackground": "#0000",
|
||||||
|
"editor.inlineValuesForeground": "#908caa",
|
||||||
|
"editor.lineHighlightBackground": "#817c9c14",
|
||||||
|
"editor.lineHighlightBorder": "#0000",
|
||||||
|
"editor.linkedEditingBackground": "#817c9c26",
|
||||||
|
"editor.rangeHighlightBackground": "#817c9c14",
|
||||||
|
"editor.selectionBackground": "#817c9c26",
|
||||||
|
"editor.selectionForeground": "#e0def4",
|
||||||
|
"editor.selectionHighlightBackground": "#817c9c26",
|
||||||
|
"editor.selectionHighlightBorder": "#232136",
|
||||||
|
"editor.snippetFinalTabstopHighlightBackground": "#817c9c26",
|
||||||
|
"editor.snippetFinalTabstopHighlightBorder": "#2a273f",
|
||||||
|
"editor.snippetTabstopHighlightBackground": "#817c9c26",
|
||||||
|
"editor.snippetTabstopHighlightBorder": "#2a273f",
|
||||||
|
"editor.stackFrameHighlightBackground": "#817c9c26",
|
||||||
|
"editor.symbolHighlightBackground": "#817c9c26",
|
||||||
|
"editor.symbolHighlightBorder": "#0000",
|
||||||
|
"editor.wordHighlightBackground": "#817c9c26",
|
||||||
|
"editor.wordHighlightBorder": "#0000",
|
||||||
|
"editor.wordHighlightStrongBackground": "#817c9c26",
|
||||||
|
"editor.wordHighlightStrongBorder": "#817c9c26",
|
||||||
|
"editorBracketHighlight.foreground1": "#eb6f9280",
|
||||||
|
"editorBracketHighlight.foreground2": "#3e8fb080",
|
||||||
|
"editorBracketHighlight.foreground3": "#f6c17780",
|
||||||
|
"editorBracketHighlight.foreground4": "#9ccfd880",
|
||||||
|
"editorBracketHighlight.foreground5": "#ea9a9780",
|
||||||
|
"editorBracketHighlight.foreground6": "#c4a7e780",
|
||||||
|
"editorBracketMatch.background": "#0000",
|
||||||
|
"editorBracketMatch.border": "#908caa",
|
||||||
|
"editorBracketPairGuide.activeBackground1": "#3e8fb0",
|
||||||
|
"editorBracketPairGuide.activeBackground2": "#ea9a97",
|
||||||
|
"editorBracketPairGuide.activeBackground3": "#c4a7e7",
|
||||||
|
"editorBracketPairGuide.activeBackground4": "#9ccfd8",
|
||||||
|
"editorBracketPairGuide.activeBackground5": "#f6c177",
|
||||||
|
"editorBracketPairGuide.activeBackground6": "#eb6f92",
|
||||||
|
"editorBracketPairGuide.background1": "#3e8fb080",
|
||||||
|
"editorBracketPairGuide.background2": "#ea9a9780",
|
||||||
|
"editorBracketPairGuide.background3": "#c4a7e780",
|
||||||
|
"editorBracketPairGuide.background4": "#9ccfd880",
|
||||||
|
"editorBracketPairGuide.background5": "#f6c17780",
|
||||||
|
"editorBracketPairGuide.background6": "#eb6f9280",
|
||||||
|
"editorCodeLens.foreground": "#ea9a97",
|
||||||
|
"editorCursor.background": "#e0def4",
|
||||||
|
"editorCursor.foreground": "#6e6a86",
|
||||||
|
"editorError.border": "#0000",
|
||||||
|
"editorError.foreground": "#eb6f92",
|
||||||
|
"editorGhostText.foreground": "#908caa",
|
||||||
|
"editorGroup.border": "#0000",
|
||||||
|
"editorGroup.dropBackground": "#2a273f",
|
||||||
|
"editorGroup.emptyBackground": "#0000",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#0000",
|
||||||
|
"editorGroupHeader.noTabsBackground": "#0000",
|
||||||
|
"editorGroupHeader.tabsBackground": "#0000",
|
||||||
|
"editorGroupHeader.tabsBorder": "#0000",
|
||||||
|
"editorGutter.addedBackground": "#9ccfd8",
|
||||||
|
"editorGutter.background": "#232136",
|
||||||
|
"editorGutter.commentRangeForeground": "#393552",
|
||||||
|
"editorGutter.deletedBackground": "#eb6f92",
|
||||||
|
"editorGutter.foldingControlForeground": "#c4a7e7",
|
||||||
|
"editorGutter.modifiedBackground": "#ea9a97",
|
||||||
|
"editorHint.border": "#0000",
|
||||||
|
"editorHint.foreground": "#908caa",
|
||||||
|
"editorHoverWidget.background": "#2a273f",
|
||||||
|
"editorHoverWidget.border": "#6e6a8680",
|
||||||
|
"editorHoverWidget.foreground": "#908caa",
|
||||||
|
"editorHoverWidget.highlightForeground": "#e0def4",
|
||||||
|
"editorHoverWidget.statusBarBackground": "#0000",
|
||||||
|
"editorIndentGuide.activeBackground1": "#6e6a86",
|
||||||
|
"editorIndentGuide.background1": "#817c9c4d",
|
||||||
|
"editorInfo.border": "#393552",
|
||||||
|
"editorInfo.foreground": "#9ccfd8",
|
||||||
|
"editorInlayHint.background": "#39355280",
|
||||||
|
"editorInlayHint.foreground": "#908caa80",
|
||||||
|
"editorInlayHint.parameterBackground": "#39355280",
|
||||||
|
"editorInlayHint.parameterForeground": "#c4a7e780",
|
||||||
|
"editorInlayHint.typeBackground": "#39355280",
|
||||||
|
"editorInlayHint.typeForeground": "#9ccfd880",
|
||||||
|
"editorLightBulb.foreground": "#3e8fb0",
|
||||||
|
"editorLightBulbAutoFix.foreground": "#ea9a97",
|
||||||
|
"editorLineNumber.activeForeground": "#e0def4",
|
||||||
|
"editorLineNumber.foreground": "#908caa",
|
||||||
|
"editorLink.activeForeground": "#ea9a97",
|
||||||
|
"editorMarkerNavigation.background": "#2a273f",
|
||||||
|
"editorMarkerNavigationError.background": "#2a273f",
|
||||||
|
"editorMarkerNavigationInfo.background": "#2a273f",
|
||||||
|
"editorMarkerNavigationWarning.background": "#2a273f",
|
||||||
|
"editorOverviewRuler.addedForeground": "#9ccfd880",
|
||||||
|
"editorOverviewRuler.background": "#232136",
|
||||||
|
"editorOverviewRuler.border": "#817c9c4d",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#908caa",
|
||||||
|
"editorOverviewRuler.commentForeground": "#908caa80",
|
||||||
|
"editorOverviewRuler.commentUnresolvedForeground": "#f6c17780",
|
||||||
|
"editorOverviewRuler.commonContentForeground": "#817c9c14",
|
||||||
|
"editorOverviewRuler.currentContentForeground": "#817c9c26",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#eb6f9280",
|
||||||
|
"editorOverviewRuler.errorForeground": "#eb6f9280",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#817c9c4d",
|
||||||
|
"editorOverviewRuler.incomingContentForeground": "#c4a7e780",
|
||||||
|
"editorOverviewRuler.infoForeground": "#9ccfd880",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#ea9a9780",
|
||||||
|
"editorOverviewRuler.rangeHighlightForeground": "#817c9c4d",
|
||||||
|
"editorOverviewRuler.selectionHighlightForeground": "#817c9c4d",
|
||||||
|
"editorOverviewRuler.warningForeground": "#f6c17780",
|
||||||
|
"editorOverviewRuler.wordHighlightForeground": "#817c9c26",
|
||||||
|
"editorOverviewRuler.wordHighlightStrongForeground": "#817c9c4d",
|
||||||
|
"editorPane.background": "#0000",
|
||||||
|
"editorRuler.foreground": "#817c9c4d",
|
||||||
|
"editorSuggestWidget.background": "#2a273f",
|
||||||
|
"editorSuggestWidget.border": "#0000",
|
||||||
|
"editorSuggestWidget.focusHighlightForeground": "#ea9a97",
|
||||||
|
"editorSuggestWidget.foreground": "#908caa",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#ea9a97",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#817c9c26",
|
||||||
|
"editorSuggestWidget.selectedForeground": "#e0def4",
|
||||||
|
"editorSuggestWidget.selectedIconForeground": "#e0def4",
|
||||||
|
"editorUnnecessaryCode.border": "#0000",
|
||||||
|
"editorUnnecessaryCode.opacity": "#e0def480",
|
||||||
|
"editorWarning.border": "#0000",
|
||||||
|
"editorWarning.foreground": "#f6c177",
|
||||||
|
"editorWhitespace.foreground": "#6e6a8680",
|
||||||
|
"editorWidget.background": "#2a273f",
|
||||||
|
"editorWidget.border": "#393552",
|
||||||
|
"editorWidget.foreground": "#908caa",
|
||||||
|
"editorWidget.resizeBorder": "#6e6a86",
|
||||||
|
"errorForeground": "#eb6f92",
|
||||||
|
"extensionBadge.remoteBackground": "#c4a7e7",
|
||||||
|
"extensionBadge.remoteForeground": "#232136",
|
||||||
|
"extensionButton.prominentBackground": "#ea9a97",
|
||||||
|
"extensionButton.prominentForeground": "#232136",
|
||||||
|
"extensionButton.prominentHoverBackground": "#ea9a97e6",
|
||||||
|
"extensionIcon.preReleaseForeground": "#3e8fb0",
|
||||||
|
"extensionIcon.starForeground": "#ea9a97",
|
||||||
|
"extensionIcon.verifiedForeground": "#c4a7e7",
|
||||||
|
"focusBorder": "#817c9c26",
|
||||||
|
"foreground": "#e0def4",
|
||||||
|
"git.blame.editorDecorationForeground": "#6e6a86",
|
||||||
|
"gitDecoration.addedResourceForeground": "#9ccfd8",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#eb6f92",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#908caa",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#6e6a86",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#ea9a97",
|
||||||
|
"gitDecoration.renamedResourceForeground": "#3e8fb0",
|
||||||
|
"gitDecoration.stageDeletedResourceForeground": "#eb6f92",
|
||||||
|
"gitDecoration.stageModifiedResourceForeground": "#c4a7e7",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#f6c177",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#f6c177",
|
||||||
|
"icon.foreground": "#908caa",
|
||||||
|
"input.background": "#322e49",
|
||||||
|
"input.border": "#817c9c26",
|
||||||
|
"input.foreground": "#e0def4",
|
||||||
|
"input.placeholderForeground": "#908caa",
|
||||||
|
"inputOption.activeBackground": "#ea9a9726",
|
||||||
|
"inputOption.activeBorder": "#0000",
|
||||||
|
"inputOption.activeForeground": "#ea9a97",
|
||||||
|
"inputValidation.errorBackground": "#2a273f",
|
||||||
|
"inputValidation.errorBorder": "#817c9c4d",
|
||||||
|
"inputValidation.errorForeground": "#eb6f92",
|
||||||
|
"inputValidation.infoBackground": "#2a273f",
|
||||||
|
"inputValidation.infoBorder": "#817c9c4d",
|
||||||
|
"inputValidation.infoForeground": "#9ccfd8",
|
||||||
|
"inputValidation.warningBackground": "#2a273f",
|
||||||
|
"inputValidation.warningBorder": "#817c9c4d",
|
||||||
|
"inputValidation.warningForeground": "#9ccfd880",
|
||||||
|
"keybindingLabel.background": "#393552",
|
||||||
|
"keybindingLabel.border": "#817c9c4d",
|
||||||
|
"keybindingLabel.bottomBorder": "#817c9c4d",
|
||||||
|
"keybindingLabel.foreground": "#c4a7e7",
|
||||||
|
"keybindingTable.headerBackground": "#393552",
|
||||||
|
"keybindingTable.rowsBackground": "#2a273f",
|
||||||
|
"list.activeSelectionBackground": "#817c9c26",
|
||||||
|
"list.activeSelectionForeground": "#e0def4",
|
||||||
|
"list.deemphasizedForeground": "#908caa",
|
||||||
|
"list.dropBackground": "#2a273f",
|
||||||
|
"list.errorForeground": "#eb6f92",
|
||||||
|
"list.filterMatchBackground": "#2a273f",
|
||||||
|
"list.filterMatchBorder": "#ea9a97",
|
||||||
|
"list.focusBackground": "#817c9c4d",
|
||||||
|
"list.focusForeground": "#e0def4",
|
||||||
|
"list.focusOutline": "#817c9c26",
|
||||||
|
"list.highlightForeground": "#ea9a97",
|
||||||
|
"list.hoverBackground": "#817c9c14",
|
||||||
|
"list.hoverForeground": "#e0def4",
|
||||||
|
"list.inactiveFocusBackground": "#817c9c14",
|
||||||
|
"list.inactiveSelectionBackground": "#2a273f",
|
||||||
|
"list.inactiveSelectionForeground": "#e0def4",
|
||||||
|
"list.invalidItemForeground": "#eb6f92",
|
||||||
|
"list.warningForeground": "#f6c177",
|
||||||
|
"listFilterWidget.background": "#2a273f",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#eb6f92",
|
||||||
|
"listFilterWidget.outline": "#393552",
|
||||||
|
"menu.background": "#2a273f",
|
||||||
|
"menu.border": "#817c9c14",
|
||||||
|
"menu.foreground": "#e0def4",
|
||||||
|
"menu.selectionBackground": "#817c9c26",
|
||||||
|
"menu.selectionBorder": "#393552",
|
||||||
|
"menu.selectionForeground": "#e0def4",
|
||||||
|
"menu.separatorBackground": "#817c9c4d",
|
||||||
|
"menubar.selectionBackground": "#817c9c26",
|
||||||
|
"menubar.selectionBorder": "#817c9c14",
|
||||||
|
"menubar.selectionForeground": "#e0def4",
|
||||||
|
"merge.border": "#393552",
|
||||||
|
"merge.commonContentBackground": "#817c9c26",
|
||||||
|
"merge.commonHeaderBackground": "#817c9c26",
|
||||||
|
"merge.currentContentBackground": "#f6c17733",
|
||||||
|
"merge.currentHeaderBackground": "#f6c17733",
|
||||||
|
"merge.incomingContentBackground": "#9ccfd833",
|
||||||
|
"merge.incomingHeaderBackground": "#9ccfd833",
|
||||||
|
"minimap.background": "#2a273f",
|
||||||
|
"minimap.errorHighlight": "#eb6f9280",
|
||||||
|
"minimap.findMatchHighlight": "#817c9c26",
|
||||||
|
"minimap.selectionHighlight": "#817c9c26",
|
||||||
|
"minimap.warningHighlight": "#f6c17780",
|
||||||
|
"minimapGutter.addedBackground": "#9ccfd8",
|
||||||
|
"minimapGutter.deletedBackground": "#eb6f92",
|
||||||
|
"minimapGutter.modifiedBackground": "#ea9a97",
|
||||||
|
"minimapSlider.activeBackground": "#817c9c4d",
|
||||||
|
"minimapSlider.background": "#817c9c26",
|
||||||
|
"minimapSlider.hoverBackground": "#817c9c26",
|
||||||
|
"notebook.cellBorderColor": "#9ccfd880",
|
||||||
|
"notebook.cellEditorBackground": "#2a273f",
|
||||||
|
"notebook.cellHoverBackground": "#39355280",
|
||||||
|
"notebook.focusedCellBackground": "#817c9c14",
|
||||||
|
"notebook.focusedCellBorder": "#9ccfd8",
|
||||||
|
"notebook.outputContainerBackgroundColor": "#817c9c14",
|
||||||
|
"notificationCenter.border": "#817c9c26",
|
||||||
|
"notificationCenterHeader.background": "#2a273f",
|
||||||
|
"notificationCenterHeader.foreground": "#908caa",
|
||||||
|
"notificationLink.foreground": "#c4a7e7",
|
||||||
|
"notificationToast.border": "#817c9c26",
|
||||||
|
"notifications.background": "#2a273f",
|
||||||
|
"notifications.border": "#817c9c26",
|
||||||
|
"notifications.foreground": "#e0def4",
|
||||||
|
"notificationsErrorIcon.foreground": "#eb6f92",
|
||||||
|
"notificationsInfoIcon.foreground": "#9ccfd8",
|
||||||
|
"notificationsWarningIcon.foreground": "#f6c177",
|
||||||
|
"panel.background": "#2a273f",
|
||||||
|
"panel.border": "#0000",
|
||||||
|
"panel.dropBorder": "#393552",
|
||||||
|
"panelInput.border": "#2a273f",
|
||||||
|
"panelSection.dropBackground": "#817c9c26",
|
||||||
|
"panelSectionHeader.background": "#2a273f",
|
||||||
|
"panelSectionHeader.foreground": "#e0def4",
|
||||||
|
"panelTitle.activeBorder": "#817c9c4d",
|
||||||
|
"panelTitle.activeForeground": "#e0def4",
|
||||||
|
"panelTitle.inactiveForeground": "#908caa",
|
||||||
|
"peekView.border": "#393552",
|
||||||
|
"peekViewEditor.background": "#2a273f",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#817c9c4d",
|
||||||
|
"peekViewResult.background": "#2a273f",
|
||||||
|
"peekViewResult.fileForeground": "#908caa",
|
||||||
|
"peekViewResult.lineForeground": "#908caa",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#817c9c4d",
|
||||||
|
"peekViewResult.selectionBackground": "#817c9c26",
|
||||||
|
"peekViewResult.selectionForeground": "#e0def4",
|
||||||
|
"peekViewTitle.background": "#393552",
|
||||||
|
"peekViewTitleDescription.foreground": "#908caa",
|
||||||
|
"pickerGroup.border": "#817c9c4d",
|
||||||
|
"pickerGroup.foreground": "#c4a7e7",
|
||||||
|
"ports.iconRunningProcessForeground": "#ea9a97",
|
||||||
|
"problemsErrorIcon.foreground": "#eb6f92",
|
||||||
|
"problemsInfoIcon.foreground": "#9ccfd8",
|
||||||
|
"problemsWarningIcon.foreground": "#f6c177",
|
||||||
|
"progressBar.background": "#ea9a97",
|
||||||
|
"quickInput.background": "#2a273f",
|
||||||
|
"quickInput.foreground": "#908caa",
|
||||||
|
"quickInputList.focusBackground": "#817c9c26",
|
||||||
|
"quickInputList.focusForeground": "#e0def4",
|
||||||
|
"quickInputList.focusIconForeground": "#e0def4",
|
||||||
|
"scrollbar.shadow": "#2a273f4d",
|
||||||
|
"scrollbarSlider.activeBackground": "#3e8fb080",
|
||||||
|
"scrollbarSlider.background": "#817c9c26",
|
||||||
|
"scrollbarSlider.hoverBackground": "#817c9c4d",
|
||||||
|
"searchEditor.findMatchBackground": "#817c9c26",
|
||||||
|
"selection.background": "#817c9c4d",
|
||||||
|
"settings.focusedRowBackground": "#2a273f",
|
||||||
|
"settings.focusedRowBorder": "#817c9c26",
|
||||||
|
"settings.headerForeground": "#e0def4",
|
||||||
|
"settings.modifiedItemIndicator": "#ea9a97",
|
||||||
|
"settings.rowHoverBackground": "#2a273f",
|
||||||
|
"sideBar.background": "#232136",
|
||||||
|
"sideBar.dropBackground": "#2a273f",
|
||||||
|
"sideBar.foreground": "#908caa",
|
||||||
|
"sideBarSectionHeader.background": "#0000",
|
||||||
|
"sideBarSectionHeader.border": "#817c9c26",
|
||||||
|
"statusBar.background": "#232136",
|
||||||
|
"statusBar.debuggingBackground": "#c4a7e7",
|
||||||
|
"statusBar.debuggingForeground": "#232136",
|
||||||
|
"statusBar.foreground": "#908caa",
|
||||||
|
"statusBar.noFolderBackground": "#232136",
|
||||||
|
"statusBar.noFolderForeground": "#908caa",
|
||||||
|
"statusBarItem.activeBackground": "#817c9c4d",
|
||||||
|
"statusBarItem.errorBackground": "#232136",
|
||||||
|
"statusBarItem.errorForeground": "#eb6f92",
|
||||||
|
"statusBarItem.hoverBackground": "#817c9c26",
|
||||||
|
"statusBarItem.prominentBackground": "#393552",
|
||||||
|
"statusBarItem.prominentForeground": "#e0def4",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#817c9c26",
|
||||||
|
"statusBarItem.remoteBackground": "#232136",
|
||||||
|
"statusBarItem.remoteForeground": "#f6c177",
|
||||||
|
"symbolIcon.arrayForeground": "#908caa",
|
||||||
|
"symbolIcon.classForeground": "#908caa",
|
||||||
|
"symbolIcon.colorForeground": "#908caa",
|
||||||
|
"symbolIcon.constantForeground": "#908caa",
|
||||||
|
"symbolIcon.constructorForeground": "#908caa",
|
||||||
|
"symbolIcon.enumeratorForeground": "#908caa",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#908caa",
|
||||||
|
"symbolIcon.eventForeground": "#908caa",
|
||||||
|
"symbolIcon.fieldForeground": "#908caa",
|
||||||
|
"symbolIcon.fileForeground": "#908caa",
|
||||||
|
"symbolIcon.folderForeground": "#908caa",
|
||||||
|
"symbolIcon.functionForeground": "#908caa",
|
||||||
|
"symbolIcon.interfaceForeground": "#908caa",
|
||||||
|
"symbolIcon.keyForeground": "#908caa",
|
||||||
|
"symbolIcon.keywordForeground": "#908caa",
|
||||||
|
"symbolIcon.methodForeground": "#908caa",
|
||||||
|
"symbolIcon.moduleForeground": "#908caa",
|
||||||
|
"symbolIcon.namespaceForeground": "#908caa",
|
||||||
|
"symbolIcon.nullForeground": "#908caa",
|
||||||
|
"symbolIcon.numberForeground": "#908caa",
|
||||||
|
"symbolIcon.objectForeground": "#908caa",
|
||||||
|
"symbolIcon.operatorForeground": "#908caa",
|
||||||
|
"symbolIcon.packageForeground": "#908caa",
|
||||||
|
"symbolIcon.propertyForeground": "#908caa",
|
||||||
|
"symbolIcon.referenceForeground": "#908caa",
|
||||||
|
"symbolIcon.snippetForeground": "#908caa",
|
||||||
|
"symbolIcon.stringForeground": "#908caa",
|
||||||
|
"symbolIcon.structForeground": "#908caa",
|
||||||
|
"symbolIcon.textForeground": "#908caa",
|
||||||
|
"symbolIcon.typeParameterForeground": "#908caa",
|
||||||
|
"symbolIcon.unitForeground": "#908caa",
|
||||||
|
"symbolIcon.variableForeground": "#908caa",
|
||||||
|
"tab.activeBackground": "#817c9c14",
|
||||||
|
"tab.activeForeground": "#e0def4",
|
||||||
|
"tab.activeModifiedBorder": "#9ccfd8",
|
||||||
|
"tab.border": "#0000",
|
||||||
|
"tab.hoverBackground": "#817c9c26",
|
||||||
|
"tab.inactiveBackground": "#0000",
|
||||||
|
"tab.inactiveForeground": "#908caa",
|
||||||
|
"tab.inactiveModifiedBorder": "#9ccfd880",
|
||||||
|
"tab.lastPinnedBorder": "#6e6a86",
|
||||||
|
"tab.unfocusedActiveBackground": "#0000",
|
||||||
|
"tab.unfocusedHoverBackground": "#0000",
|
||||||
|
"tab.unfocusedInactiveBackground": "#0000",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#9ccfd880",
|
||||||
|
"terminal.ansiBlack": "#393552",
|
||||||
|
"terminal.ansiBlue": "#9ccfd8",
|
||||||
|
"terminal.ansiBrightBlack": "#908caa",
|
||||||
|
"terminal.ansiBrightBlue": "#9ccfd8",
|
||||||
|
"terminal.ansiBrightCyan": "#ea9a97",
|
||||||
|
"terminal.ansiBrightGreen": "#3e8fb0",
|
||||||
|
"terminal.ansiBrightMagenta": "#c4a7e7",
|
||||||
|
"terminal.ansiBrightRed": "#eb6f92",
|
||||||
|
"terminal.ansiBrightWhite": "#e0def4",
|
||||||
|
"terminal.ansiBrightYellow": "#f6c177",
|
||||||
|
"terminal.ansiCyan": "#ea9a97",
|
||||||
|
"terminal.ansiGreen": "#3e8fb0",
|
||||||
|
"terminal.ansiMagenta": "#c4a7e7",
|
||||||
|
"terminal.ansiRed": "#eb6f92",
|
||||||
|
"terminal.ansiWhite": "#e0def4",
|
||||||
|
"terminal.ansiYellow": "#f6c177",
|
||||||
|
"terminal.dropBackground": "#817c9c26",
|
||||||
|
"terminal.foreground": "#e0def4",
|
||||||
|
"terminal.selectionBackground": "#817c9c26",
|
||||||
|
"terminal.tab.activeBorder": "#e0def4",
|
||||||
|
"terminalCursor.background": "#e0def4",
|
||||||
|
"terminalCursor.foreground": "#6e6a86",
|
||||||
|
"textBlockQuote.background": "#2a273f",
|
||||||
|
"textBlockQuote.border": "#817c9c26",
|
||||||
|
"textCodeBlock.background": "#2a273f",
|
||||||
|
"textLink.activeForeground": "#c4a7e7e6",
|
||||||
|
"textLink.foreground": "#c4a7e7",
|
||||||
|
"textPreformat.foreground": "#f6c177",
|
||||||
|
"textSeparator.foreground": "#908caa",
|
||||||
|
"titleBar.activeBackground": "#232136",
|
||||||
|
"titleBar.activeForeground": "#908caa",
|
||||||
|
"titleBar.inactiveBackground": "#2a273f",
|
||||||
|
"titleBar.inactiveForeground": "#908caa",
|
||||||
|
"toolbar.activeBackground": "#817c9c4d",
|
||||||
|
"toolbar.hoverBackground": "#817c9c26",
|
||||||
|
"tree.indentGuidesStroke": "#908caa",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#232136",
|
||||||
|
"welcomePage.background": "#232136",
|
||||||
|
"widget.shadow": "#2a273f4d",
|
||||||
|
"window.activeBorder": "#2a273f",
|
||||||
|
"window.inactiveBorder": "#2a273f"
|
||||||
|
},
|
||||||
|
"displayName": "Rosé Pine Moon",
|
||||||
|
"name": "rose-pine-moon",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e6a86"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#3e8fb0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ea9a97"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ea9a97"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.section",
|
||||||
|
"entity.name.tag",
|
||||||
|
"entity.name.namespace",
|
||||||
|
"entity.name.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eb6f92"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid.deprecated"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#908caa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"variable.language.this"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#3e8fb0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eb6f92"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff.range"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag",
|
||||||
|
"meta.brace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e0def4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.import",
|
||||||
|
"meta.export"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#3e8fb0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.directive.vue",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-value.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag.other.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#908caa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#908caa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.accessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#3e8fb0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e6a86"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#3e8fb0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#eb6f92"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ea9a97"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other",
|
||||||
|
"variable.language",
|
||||||
|
"variable.function",
|
||||||
|
"variable.argument"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e0def4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,740 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#e0def4",
|
||||||
|
"activityBar.background": "#191724",
|
||||||
|
"activityBar.dropBorder": "#26233a",
|
||||||
|
"activityBar.foreground": "#e0def4",
|
||||||
|
"activityBar.inactiveForeground": "#908caa",
|
||||||
|
"activityBarBadge.background": "#ebbcba",
|
||||||
|
"activityBarBadge.foreground": "#191724",
|
||||||
|
"badge.background": "#ebbcba",
|
||||||
|
"badge.foreground": "#191724",
|
||||||
|
"banner.background": "#1f1d2e",
|
||||||
|
"banner.foreground": "#e0def4",
|
||||||
|
"banner.iconForeground": "#908caa",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#ebbcba",
|
||||||
|
"breadcrumb.background": "#191724",
|
||||||
|
"breadcrumb.focusForeground": "#908caa",
|
||||||
|
"breadcrumb.foreground": "#6e6a86",
|
||||||
|
"breadcrumbPicker.background": "#1f1d2e",
|
||||||
|
"button.background": "#ebbcba",
|
||||||
|
"button.foreground": "#191724",
|
||||||
|
"button.hoverBackground": "#ebbcbae6",
|
||||||
|
"button.secondaryBackground": "#1f1d2e",
|
||||||
|
"button.secondaryForeground": "#e0def4",
|
||||||
|
"button.secondaryHoverBackground": "#26233a",
|
||||||
|
"charts.blue": "#9ccfd8",
|
||||||
|
"charts.foreground": "#e0def4",
|
||||||
|
"charts.green": "#31748f",
|
||||||
|
"charts.lines": "#908caa",
|
||||||
|
"charts.orange": "#ebbcba",
|
||||||
|
"charts.purple": "#c4a7e7",
|
||||||
|
"charts.red": "#eb6f92",
|
||||||
|
"charts.yellow": "#f6c177",
|
||||||
|
"checkbox.background": "#1f1d2e",
|
||||||
|
"checkbox.border": "#6e6a8633",
|
||||||
|
"checkbox.foreground": "#e0def4",
|
||||||
|
"debugExceptionWidget.background": "#1f1d2e",
|
||||||
|
"debugExceptionWidget.border": "#6e6a8633",
|
||||||
|
"debugIcon.breakpointCurrentStackframeForeground": "#908caa",
|
||||||
|
"debugIcon.breakpointDisabledForeground": "#524f67",
|
||||||
|
"debugIcon.breakpointForeground": "#908caa",
|
||||||
|
"debugIcon.breakpointStackframeForeground": "#908caa",
|
||||||
|
"debugIcon.breakpointUnverifiedForeground": "#908caa",
|
||||||
|
"debugIcon.continueForeground": "#908caa",
|
||||||
|
"debugIcon.disconnectForeground": "#908caa",
|
||||||
|
"debugIcon.pauseForeground": "#908caa",
|
||||||
|
"debugIcon.restartForeground": "#908caa",
|
||||||
|
"debugIcon.startForeground": "#908caa",
|
||||||
|
"debugIcon.stepBackForeground": "#908caa",
|
||||||
|
"debugIcon.stepIntoForeground": "#908caa",
|
||||||
|
"debugIcon.stepOutForeground": "#908caa",
|
||||||
|
"debugIcon.stepOverForeground": "#908caa",
|
||||||
|
"debugIcon.stopForeground": "#eb6f92",
|
||||||
|
"debugToolBar.background": "#1f1d2e",
|
||||||
|
"debugToolBar.border": "#26233a",
|
||||||
|
"descriptionForeground": "#908caa",
|
||||||
|
"diffEditor.border": "#26233a",
|
||||||
|
"diffEditor.diagonalFill": "#6e6a8666",
|
||||||
|
"diffEditor.insertedLineBackground": "#9ccfd826",
|
||||||
|
"diffEditor.insertedTextBackground": "#9ccfd826",
|
||||||
|
"diffEditor.removedLineBackground": "#eb6f9226",
|
||||||
|
"diffEditor.removedTextBackground": "#eb6f9226",
|
||||||
|
"diffEditorOverview.insertedForeground": "#9ccfd880",
|
||||||
|
"diffEditorOverview.removedForeground": "#eb6f9280",
|
||||||
|
"dropdown.background": "#1f1d2e",
|
||||||
|
"dropdown.border": "#6e6a8633",
|
||||||
|
"dropdown.foreground": "#e0def4",
|
||||||
|
"dropdown.listBackground": "#1f1d2e",
|
||||||
|
"editor.background": "#191724",
|
||||||
|
"editor.findMatchBackground": "#f6c17733",
|
||||||
|
"editor.findMatchBorder": "#f6c17780",
|
||||||
|
"editor.findMatchForeground": "#e0def4",
|
||||||
|
"editor.findMatchHighlightBackground": "#6e6a8666",
|
||||||
|
"editor.findMatchHighlightForeground": "#e0def4cc",
|
||||||
|
"editor.findRangeHighlightBackground": "#6e6a8666",
|
||||||
|
"editor.findRangeHighlightBorder": "#0000",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.foldBackground": "#6e6a8633",
|
||||||
|
"editor.foreground": "#e0def4",
|
||||||
|
"editor.hoverHighlightBackground": "#0000",
|
||||||
|
"editor.inactiveSelectionBackground": "#6e6a861a",
|
||||||
|
"editor.inlineValuesBackground": "#0000",
|
||||||
|
"editor.inlineValuesForeground": "#908caa",
|
||||||
|
"editor.lineHighlightBackground": "#6e6a861a",
|
||||||
|
"editor.lineHighlightBorder": "#0000",
|
||||||
|
"editor.linkedEditingBackground": "#6e6a8633",
|
||||||
|
"editor.rangeHighlightBackground": "#6e6a861a",
|
||||||
|
"editor.selectionBackground": "#6e6a8633",
|
||||||
|
"editor.selectionForeground": "#e0def4",
|
||||||
|
"editor.selectionHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.selectionHighlightBorder": "#191724",
|
||||||
|
"editor.snippetFinalTabstopHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.snippetFinalTabstopHighlightBorder": "#1f1d2e",
|
||||||
|
"editor.snippetTabstopHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.snippetTabstopHighlightBorder": "#1f1d2e",
|
||||||
|
"editor.stackFrameHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.symbolHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.symbolHighlightBorder": "#0000",
|
||||||
|
"editor.wordHighlightBackground": "#6e6a8633",
|
||||||
|
"editor.wordHighlightBorder": "#0000",
|
||||||
|
"editor.wordHighlightStrongBackground": "#6e6a8633",
|
||||||
|
"editor.wordHighlightStrongBorder": "#6e6a8633",
|
||||||
|
"editorBracketHighlight.foreground1": "#eb6f9280",
|
||||||
|
"editorBracketHighlight.foreground2": "#31748f80",
|
||||||
|
"editorBracketHighlight.foreground3": "#f6c17780",
|
||||||
|
"editorBracketHighlight.foreground4": "#9ccfd880",
|
||||||
|
"editorBracketHighlight.foreground5": "#ebbcba80",
|
||||||
|
"editorBracketHighlight.foreground6": "#c4a7e780",
|
||||||
|
"editorBracketMatch.background": "#0000",
|
||||||
|
"editorBracketMatch.border": "#908caa",
|
||||||
|
"editorBracketPairGuide.activeBackground1": "#31748f",
|
||||||
|
"editorBracketPairGuide.activeBackground2": "#ebbcba",
|
||||||
|
"editorBracketPairGuide.activeBackground3": "#c4a7e7",
|
||||||
|
"editorBracketPairGuide.activeBackground4": "#9ccfd8",
|
||||||
|
"editorBracketPairGuide.activeBackground5": "#f6c177",
|
||||||
|
"editorBracketPairGuide.activeBackground6": "#eb6f92",
|
||||||
|
"editorBracketPairGuide.background1": "#31748f80",
|
||||||
|
"editorBracketPairGuide.background2": "#ebbcba80",
|
||||||
|
"editorBracketPairGuide.background3": "#c4a7e780",
|
||||||
|
"editorBracketPairGuide.background4": "#9ccfd880",
|
||||||
|
"editorBracketPairGuide.background5": "#f6c17780",
|
||||||
|
"editorBracketPairGuide.background6": "#eb6f9280",
|
||||||
|
"editorCodeLens.foreground": "#ebbcba",
|
||||||
|
"editorCursor.background": "#e0def4",
|
||||||
|
"editorCursor.foreground": "#6e6a86",
|
||||||
|
"editorError.border": "#0000",
|
||||||
|
"editorError.foreground": "#eb6f92",
|
||||||
|
"editorGhostText.foreground": "#908caa",
|
||||||
|
"editorGroup.border": "#0000",
|
||||||
|
"editorGroup.dropBackground": "#1f1d2e",
|
||||||
|
"editorGroup.emptyBackground": "#0000",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#0000",
|
||||||
|
"editorGroupHeader.noTabsBackground": "#0000",
|
||||||
|
"editorGroupHeader.tabsBackground": "#0000",
|
||||||
|
"editorGroupHeader.tabsBorder": "#0000",
|
||||||
|
"editorGutter.addedBackground": "#9ccfd8",
|
||||||
|
"editorGutter.background": "#191724",
|
||||||
|
"editorGutter.commentRangeForeground": "#26233a",
|
||||||
|
"editorGutter.deletedBackground": "#eb6f92",
|
||||||
|
"editorGutter.foldingControlForeground": "#c4a7e7",
|
||||||
|
"editorGutter.modifiedBackground": "#ebbcba",
|
||||||
|
"editorHint.border": "#0000",
|
||||||
|
"editorHint.foreground": "#908caa",
|
||||||
|
"editorHoverWidget.background": "#1f1d2e",
|
||||||
|
"editorHoverWidget.border": "#6e6a8680",
|
||||||
|
"editorHoverWidget.foreground": "#908caa",
|
||||||
|
"editorHoverWidget.highlightForeground": "#e0def4",
|
||||||
|
"editorHoverWidget.statusBarBackground": "#0000",
|
||||||
|
"editorIndentGuide.activeBackground1": "#6e6a86",
|
||||||
|
"editorIndentGuide.background1": "#6e6a8666",
|
||||||
|
"editorInfo.border": "#26233a",
|
||||||
|
"editorInfo.foreground": "#9ccfd8",
|
||||||
|
"editorInlayHint.background": "#26233a80",
|
||||||
|
"editorInlayHint.foreground": "#908caa80",
|
||||||
|
"editorInlayHint.parameterBackground": "#26233a80",
|
||||||
|
"editorInlayHint.parameterForeground": "#c4a7e780",
|
||||||
|
"editorInlayHint.typeBackground": "#26233a80",
|
||||||
|
"editorInlayHint.typeForeground": "#9ccfd880",
|
||||||
|
"editorLightBulb.foreground": "#31748f",
|
||||||
|
"editorLightBulbAutoFix.foreground": "#ebbcba",
|
||||||
|
"editorLineNumber.activeForeground": "#e0def4",
|
||||||
|
"editorLineNumber.foreground": "#908caa",
|
||||||
|
"editorLink.activeForeground": "#ebbcba",
|
||||||
|
"editorMarkerNavigation.background": "#1f1d2e",
|
||||||
|
"editorMarkerNavigationError.background": "#1f1d2e",
|
||||||
|
"editorMarkerNavigationInfo.background": "#1f1d2e",
|
||||||
|
"editorMarkerNavigationWarning.background": "#1f1d2e",
|
||||||
|
"editorOverviewRuler.addedForeground": "#9ccfd880",
|
||||||
|
"editorOverviewRuler.background": "#191724",
|
||||||
|
"editorOverviewRuler.border": "#6e6a8666",
|
||||||
|
"editorOverviewRuler.bracketMatchForeground": "#908caa",
|
||||||
|
"editorOverviewRuler.commentForeground": "#908caa80",
|
||||||
|
"editorOverviewRuler.commentUnresolvedForeground": "#f6c17780",
|
||||||
|
"editorOverviewRuler.commonContentForeground": "#6e6a861a",
|
||||||
|
"editorOverviewRuler.currentContentForeground": "#6e6a8633",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#eb6f9280",
|
||||||
|
"editorOverviewRuler.errorForeground": "#eb6f9280",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#6e6a8666",
|
||||||
|
"editorOverviewRuler.incomingContentForeground": "#c4a7e780",
|
||||||
|
"editorOverviewRuler.infoForeground": "#9ccfd880",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#ebbcba80",
|
||||||
|
"editorOverviewRuler.rangeHighlightForeground": "#6e6a8666",
|
||||||
|
"editorOverviewRuler.selectionHighlightForeground": "#6e6a8666",
|
||||||
|
"editorOverviewRuler.warningForeground": "#f6c17780",
|
||||||
|
"editorOverviewRuler.wordHighlightForeground": "#6e6a8633",
|
||||||
|
"editorOverviewRuler.wordHighlightStrongForeground": "#6e6a8666",
|
||||||
|
"editorPane.background": "#0000",
|
||||||
|
"editorRuler.foreground": "#6e6a8666",
|
||||||
|
"editorSuggestWidget.background": "#1f1d2e",
|
||||||
|
"editorSuggestWidget.border": "#0000",
|
||||||
|
"editorSuggestWidget.focusHighlightForeground": "#ebbcba",
|
||||||
|
"editorSuggestWidget.foreground": "#908caa",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#ebbcba",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#6e6a8633",
|
||||||
|
"editorSuggestWidget.selectedForeground": "#e0def4",
|
||||||
|
"editorSuggestWidget.selectedIconForeground": "#e0def4",
|
||||||
|
"editorUnnecessaryCode.border": "#0000",
|
||||||
|
"editorUnnecessaryCode.opacity": "#e0def480",
|
||||||
|
"editorWarning.border": "#0000",
|
||||||
|
"editorWarning.foreground": "#f6c177",
|
||||||
|
"editorWhitespace.foreground": "#6e6a8680",
|
||||||
|
"editorWidget.background": "#1f1d2e",
|
||||||
|
"editorWidget.border": "#26233a",
|
||||||
|
"editorWidget.foreground": "#908caa",
|
||||||
|
"editorWidget.resizeBorder": "#6e6a86",
|
||||||
|
"errorForeground": "#eb6f92",
|
||||||
|
"extensionBadge.remoteBackground": "#c4a7e7",
|
||||||
|
"extensionBadge.remoteForeground": "#191724",
|
||||||
|
"extensionButton.prominentBackground": "#ebbcba",
|
||||||
|
"extensionButton.prominentForeground": "#191724",
|
||||||
|
"extensionButton.prominentHoverBackground": "#ebbcbae6",
|
||||||
|
"extensionIcon.preReleaseForeground": "#31748f",
|
||||||
|
"extensionIcon.starForeground": "#ebbcba",
|
||||||
|
"extensionIcon.verifiedForeground": "#c4a7e7",
|
||||||
|
"focusBorder": "#6e6a8633",
|
||||||
|
"foreground": "#e0def4",
|
||||||
|
"git.blame.editorDecorationForeground": "#6e6a86",
|
||||||
|
"gitDecoration.addedResourceForeground": "#9ccfd8",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#eb6f92",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#908caa",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#6e6a86",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#ebbcba",
|
||||||
|
"gitDecoration.renamedResourceForeground": "#31748f",
|
||||||
|
"gitDecoration.stageDeletedResourceForeground": "#eb6f92",
|
||||||
|
"gitDecoration.stageModifiedResourceForeground": "#c4a7e7",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#f6c177",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#f6c177",
|
||||||
|
"icon.foreground": "#908caa",
|
||||||
|
"input.background": "#232034",
|
||||||
|
"input.border": "#6e6a8633",
|
||||||
|
"input.foreground": "#e0def4",
|
||||||
|
"input.placeholderForeground": "#908caa",
|
||||||
|
"inputOption.activeBackground": "#ebbcba26",
|
||||||
|
"inputOption.activeBorder": "#0000",
|
||||||
|
"inputOption.activeForeground": "#ebbcba",
|
||||||
|
"inputValidation.errorBackground": "#1f1d2e",
|
||||||
|
"inputValidation.errorBorder": "#6e6a8666",
|
||||||
|
"inputValidation.errorForeground": "#eb6f92",
|
||||||
|
"inputValidation.infoBackground": "#1f1d2e",
|
||||||
|
"inputValidation.infoBorder": "#6e6a8666",
|
||||||
|
"inputValidation.infoForeground": "#9ccfd8",
|
||||||
|
"inputValidation.warningBackground": "#1f1d2e",
|
||||||
|
"inputValidation.warningBorder": "#6e6a8666",
|
||||||
|
"inputValidation.warningForeground": "#9ccfd880",
|
||||||
|
"keybindingLabel.background": "#26233a",
|
||||||
|
"keybindingLabel.border": "#6e6a8666",
|
||||||
|
"keybindingLabel.bottomBorder": "#6e6a8666",
|
||||||
|
"keybindingLabel.foreground": "#c4a7e7",
|
||||||
|
"keybindingTable.headerBackground": "#26233a",
|
||||||
|
"keybindingTable.rowsBackground": "#1f1d2e",
|
||||||
|
"list.activeSelectionBackground": "#6e6a8633",
|
||||||
|
"list.activeSelectionForeground": "#e0def4",
|
||||||
|
"list.deemphasizedForeground": "#908caa",
|
||||||
|
"list.dropBackground": "#1f1d2e",
|
||||||
|
"list.errorForeground": "#eb6f92",
|
||||||
|
"list.filterMatchBackground": "#1f1d2e",
|
||||||
|
"list.filterMatchBorder": "#ebbcba",
|
||||||
|
"list.focusBackground": "#6e6a8666",
|
||||||
|
"list.focusForeground": "#e0def4",
|
||||||
|
"list.focusOutline": "#6e6a8633",
|
||||||
|
"list.highlightForeground": "#ebbcba",
|
||||||
|
"list.hoverBackground": "#6e6a861a",
|
||||||
|
"list.hoverForeground": "#e0def4",
|
||||||
|
"list.inactiveFocusBackground": "#6e6a861a",
|
||||||
|
"list.inactiveSelectionBackground": "#1f1d2e",
|
||||||
|
"list.inactiveSelectionForeground": "#e0def4",
|
||||||
|
"list.invalidItemForeground": "#eb6f92",
|
||||||
|
"list.warningForeground": "#f6c177",
|
||||||
|
"listFilterWidget.background": "#1f1d2e",
|
||||||
|
"listFilterWidget.noMatchesOutline": "#eb6f92",
|
||||||
|
"listFilterWidget.outline": "#26233a",
|
||||||
|
"menu.background": "#1f1d2e",
|
||||||
|
"menu.border": "#6e6a861a",
|
||||||
|
"menu.foreground": "#e0def4",
|
||||||
|
"menu.selectionBackground": "#6e6a8633",
|
||||||
|
"menu.selectionBorder": "#26233a",
|
||||||
|
"menu.selectionForeground": "#e0def4",
|
||||||
|
"menu.separatorBackground": "#6e6a8666",
|
||||||
|
"menubar.selectionBackground": "#6e6a8633",
|
||||||
|
"menubar.selectionBorder": "#6e6a861a",
|
||||||
|
"menubar.selectionForeground": "#e0def4",
|
||||||
|
"merge.border": "#26233a",
|
||||||
|
"merge.commonContentBackground": "#6e6a8633",
|
||||||
|
"merge.commonHeaderBackground": "#6e6a8633",
|
||||||
|
"merge.currentContentBackground": "#f6c17733",
|
||||||
|
"merge.currentHeaderBackground": "#f6c17733",
|
||||||
|
"merge.incomingContentBackground": "#9ccfd833",
|
||||||
|
"merge.incomingHeaderBackground": "#9ccfd833",
|
||||||
|
"minimap.background": "#1f1d2e",
|
||||||
|
"minimap.errorHighlight": "#eb6f9280",
|
||||||
|
"minimap.findMatchHighlight": "#6e6a8633",
|
||||||
|
"minimap.selectionHighlight": "#6e6a8633",
|
||||||
|
"minimap.warningHighlight": "#f6c17780",
|
||||||
|
"minimapGutter.addedBackground": "#9ccfd8",
|
||||||
|
"minimapGutter.deletedBackground": "#eb6f92",
|
||||||
|
"minimapGutter.modifiedBackground": "#ebbcba",
|
||||||
|
"minimapSlider.activeBackground": "#6e6a8666",
|
||||||
|
"minimapSlider.background": "#6e6a8633",
|
||||||
|
"minimapSlider.hoverBackground": "#6e6a8633",
|
||||||
|
"notebook.cellBorderColor": "#9ccfd880",
|
||||||
|
"notebook.cellEditorBackground": "#1f1d2e",
|
||||||
|
"notebook.cellHoverBackground": "#26233a80",
|
||||||
|
"notebook.focusedCellBackground": "#6e6a861a",
|
||||||
|
"notebook.focusedCellBorder": "#9ccfd8",
|
||||||
|
"notebook.outputContainerBackgroundColor": "#6e6a861a",
|
||||||
|
"notificationCenter.border": "#6e6a8633",
|
||||||
|
"notificationCenterHeader.background": "#1f1d2e",
|
||||||
|
"notificationCenterHeader.foreground": "#908caa",
|
||||||
|
"notificationLink.foreground": "#c4a7e7",
|
||||||
|
"notificationToast.border": "#6e6a8633",
|
||||||
|
"notifications.background": "#1f1d2e",
|
||||||
|
"notifications.border": "#6e6a8633",
|
||||||
|
"notifications.foreground": "#e0def4",
|
||||||
|
"notificationsErrorIcon.foreground": "#eb6f92",
|
||||||
|
"notificationsInfoIcon.foreground": "#9ccfd8",
|
||||||
|
"notificationsWarningIcon.foreground": "#f6c177",
|
||||||
|
"panel.background": "#1f1d2e",
|
||||||
|
"panel.border": "#0000",
|
||||||
|
"panel.dropBorder": "#26233a",
|
||||||
|
"panelInput.border": "#1f1d2e",
|
||||||
|
"panelSection.dropBackground": "#6e6a8633",
|
||||||
|
"panelSectionHeader.background": "#1f1d2e",
|
||||||
|
"panelSectionHeader.foreground": "#e0def4",
|
||||||
|
"panelTitle.activeBorder": "#6e6a8666",
|
||||||
|
"panelTitle.activeForeground": "#e0def4",
|
||||||
|
"panelTitle.inactiveForeground": "#908caa",
|
||||||
|
"peekView.border": "#26233a",
|
||||||
|
"peekViewEditor.background": "#1f1d2e",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#6e6a8666",
|
||||||
|
"peekViewResult.background": "#1f1d2e",
|
||||||
|
"peekViewResult.fileForeground": "#908caa",
|
||||||
|
"peekViewResult.lineForeground": "#908caa",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#6e6a8666",
|
||||||
|
"peekViewResult.selectionBackground": "#6e6a8633",
|
||||||
|
"peekViewResult.selectionForeground": "#e0def4",
|
||||||
|
"peekViewTitle.background": "#26233a",
|
||||||
|
"peekViewTitleDescription.foreground": "#908caa",
|
||||||
|
"pickerGroup.border": "#6e6a8666",
|
||||||
|
"pickerGroup.foreground": "#c4a7e7",
|
||||||
|
"ports.iconRunningProcessForeground": "#ebbcba",
|
||||||
|
"problemsErrorIcon.foreground": "#eb6f92",
|
||||||
|
"problemsInfoIcon.foreground": "#9ccfd8",
|
||||||
|
"problemsWarningIcon.foreground": "#f6c177",
|
||||||
|
"progressBar.background": "#ebbcba",
|
||||||
|
"quickInput.background": "#1f1d2e",
|
||||||
|
"quickInput.foreground": "#908caa",
|
||||||
|
"quickInputList.focusBackground": "#6e6a8633",
|
||||||
|
"quickInputList.focusForeground": "#e0def4",
|
||||||
|
"quickInputList.focusIconForeground": "#e0def4",
|
||||||
|
"scrollbar.shadow": "#1f1d2e4d",
|
||||||
|
"scrollbarSlider.activeBackground": "#31748f80",
|
||||||
|
"scrollbarSlider.background": "#6e6a8633",
|
||||||
|
"scrollbarSlider.hoverBackground": "#6e6a8666",
|
||||||
|
"searchEditor.findMatchBackground": "#6e6a8633",
|
||||||
|
"selection.background": "#6e6a8666",
|
||||||
|
"settings.focusedRowBackground": "#1f1d2e",
|
||||||
|
"settings.focusedRowBorder": "#6e6a8633",
|
||||||
|
"settings.headerForeground": "#e0def4",
|
||||||
|
"settings.modifiedItemIndicator": "#ebbcba",
|
||||||
|
"settings.rowHoverBackground": "#1f1d2e",
|
||||||
|
"sideBar.background": "#191724",
|
||||||
|
"sideBar.dropBackground": "#1f1d2e",
|
||||||
|
"sideBar.foreground": "#908caa",
|
||||||
|
"sideBarSectionHeader.background": "#0000",
|
||||||
|
"sideBarSectionHeader.border": "#6e6a8633",
|
||||||
|
"statusBar.background": "#191724",
|
||||||
|
"statusBar.debuggingBackground": "#c4a7e7",
|
||||||
|
"statusBar.debuggingForeground": "#191724",
|
||||||
|
"statusBar.foreground": "#908caa",
|
||||||
|
"statusBar.noFolderBackground": "#191724",
|
||||||
|
"statusBar.noFolderForeground": "#908caa",
|
||||||
|
"statusBarItem.activeBackground": "#6e6a8666",
|
||||||
|
"statusBarItem.errorBackground": "#191724",
|
||||||
|
"statusBarItem.errorForeground": "#eb6f92",
|
||||||
|
"statusBarItem.hoverBackground": "#6e6a8633",
|
||||||
|
"statusBarItem.prominentBackground": "#26233a",
|
||||||
|
"statusBarItem.prominentForeground": "#e0def4",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#6e6a8633",
|
||||||
|
"statusBarItem.remoteBackground": "#191724",
|
||||||
|
"statusBarItem.remoteForeground": "#f6c177",
|
||||||
|
"symbolIcon.arrayForeground": "#908caa",
|
||||||
|
"symbolIcon.classForeground": "#908caa",
|
||||||
|
"symbolIcon.colorForeground": "#908caa",
|
||||||
|
"symbolIcon.constantForeground": "#908caa",
|
||||||
|
"symbolIcon.constructorForeground": "#908caa",
|
||||||
|
"symbolIcon.enumeratorForeground": "#908caa",
|
||||||
|
"symbolIcon.enumeratorMemberForeground": "#908caa",
|
||||||
|
"symbolIcon.eventForeground": "#908caa",
|
||||||
|
"symbolIcon.fieldForeground": "#908caa",
|
||||||
|
"symbolIcon.fileForeground": "#908caa",
|
||||||
|
"symbolIcon.folderForeground": "#908caa",
|
||||||
|
"symbolIcon.functionForeground": "#908caa",
|
||||||
|
"symbolIcon.interfaceForeground": "#908caa",
|
||||||
|
"symbolIcon.keyForeground": "#908caa",
|
||||||
|
"symbolIcon.keywordForeground": "#908caa",
|
||||||
|
"symbolIcon.methodForeground": "#908caa",
|
||||||
|
"symbolIcon.moduleForeground": "#908caa",
|
||||||
|
"symbolIcon.namespaceForeground": "#908caa",
|
||||||
|
"symbolIcon.nullForeground": "#908caa",
|
||||||
|
"symbolIcon.numberForeground": "#908caa",
|
||||||
|
"symbolIcon.objectForeground": "#908caa",
|
||||||
|
"symbolIcon.operatorForeground": "#908caa",
|
||||||
|
"symbolIcon.packageForeground": "#908caa",
|
||||||
|
"symbolIcon.propertyForeground": "#908caa",
|
||||||
|
"symbolIcon.referenceForeground": "#908caa",
|
||||||
|
"symbolIcon.snippetForeground": "#908caa",
|
||||||
|
"symbolIcon.stringForeground": "#908caa",
|
||||||
|
"symbolIcon.structForeground": "#908caa",
|
||||||
|
"symbolIcon.textForeground": "#908caa",
|
||||||
|
"symbolIcon.typeParameterForeground": "#908caa",
|
||||||
|
"symbolIcon.unitForeground": "#908caa",
|
||||||
|
"symbolIcon.variableForeground": "#908caa",
|
||||||
|
"tab.activeBackground": "#6e6a861a",
|
||||||
|
"tab.activeForeground": "#e0def4",
|
||||||
|
"tab.activeModifiedBorder": "#9ccfd8",
|
||||||
|
"tab.border": "#0000",
|
||||||
|
"tab.hoverBackground": "#6e6a8633",
|
||||||
|
"tab.inactiveBackground": "#0000",
|
||||||
|
"tab.inactiveForeground": "#908caa",
|
||||||
|
"tab.inactiveModifiedBorder": "#9ccfd880",
|
||||||
|
"tab.lastPinnedBorder": "#6e6a86",
|
||||||
|
"tab.unfocusedActiveBackground": "#0000",
|
||||||
|
"tab.unfocusedHoverBackground": "#0000",
|
||||||
|
"tab.unfocusedInactiveBackground": "#0000",
|
||||||
|
"tab.unfocusedInactiveModifiedBorder": "#9ccfd880",
|
||||||
|
"terminal.ansiBlack": "#26233a",
|
||||||
|
"terminal.ansiBlue": "#9ccfd8",
|
||||||
|
"terminal.ansiBrightBlack": "#908caa",
|
||||||
|
"terminal.ansiBrightBlue": "#9ccfd8",
|
||||||
|
"terminal.ansiBrightCyan": "#ebbcba",
|
||||||
|
"terminal.ansiBrightGreen": "#31748f",
|
||||||
|
"terminal.ansiBrightMagenta": "#c4a7e7",
|
||||||
|
"terminal.ansiBrightRed": "#eb6f92",
|
||||||
|
"terminal.ansiBrightWhite": "#e0def4",
|
||||||
|
"terminal.ansiBrightYellow": "#f6c177",
|
||||||
|
"terminal.ansiCyan": "#ebbcba",
|
||||||
|
"terminal.ansiGreen": "#31748f",
|
||||||
|
"terminal.ansiMagenta": "#c4a7e7",
|
||||||
|
"terminal.ansiRed": "#eb6f92",
|
||||||
|
"terminal.ansiWhite": "#e0def4",
|
||||||
|
"terminal.ansiYellow": "#f6c177",
|
||||||
|
"terminal.dropBackground": "#6e6a8633",
|
||||||
|
"terminal.foreground": "#e0def4",
|
||||||
|
"terminal.selectionBackground": "#6e6a8633",
|
||||||
|
"terminal.tab.activeBorder": "#e0def4",
|
||||||
|
"terminalCursor.background": "#e0def4",
|
||||||
|
"terminalCursor.foreground": "#6e6a86",
|
||||||
|
"textBlockQuote.background": "#1f1d2e",
|
||||||
|
"textBlockQuote.border": "#6e6a8633",
|
||||||
|
"textCodeBlock.background": "#1f1d2e",
|
||||||
|
"textLink.activeForeground": "#c4a7e7e6",
|
||||||
|
"textLink.foreground": "#c4a7e7",
|
||||||
|
"textPreformat.foreground": "#f6c177",
|
||||||
|
"textSeparator.foreground": "#908caa",
|
||||||
|
"titleBar.activeBackground": "#191724",
|
||||||
|
"titleBar.activeForeground": "#908caa",
|
||||||
|
"titleBar.inactiveBackground": "#1f1d2e",
|
||||||
|
"titleBar.inactiveForeground": "#908caa",
|
||||||
|
"toolbar.activeBackground": "#6e6a8666",
|
||||||
|
"toolbar.hoverBackground": "#6e6a8633",
|
||||||
|
"tree.indentGuidesStroke": "#908caa",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#191724",
|
||||||
|
"welcomePage.background": "#191724",
|
||||||
|
"widget.shadow": "#1f1d2e4d",
|
||||||
|
"window.activeBorder": "#1f1d2e",
|
||||||
|
"window.inactiveBorder": "#1f1d2e"
|
||||||
|
},
|
||||||
|
"displayName": "Rosé Pine",
|
||||||
|
"name": "rose-pine",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#6e6a86"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#31748f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ebbcba"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ebbcba"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.section",
|
||||||
|
"entity.name.tag",
|
||||||
|
"entity.name.namespace",
|
||||||
|
"entity.name.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.other.inherited-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eb6f92"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid.deprecated"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#908caa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"variable.language.this"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#31748f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted.diff"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#eb6f92"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic.markdown",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff.range"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.tag",
|
||||||
|
"meta.brace"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e0def4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.import",
|
||||||
|
"meta.export"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#31748f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.directive.vue",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-name.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.property-value.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.tag.other.html",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#908caa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#908caa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.accessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#31748f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6e6a86"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#31748f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9ccfd8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f6c177"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#eb6f92"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ebbcba"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.other",
|
||||||
|
"variable.language",
|
||||||
|
"variable.function",
|
||||||
|
"variable.argument"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e0def4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c4a7e7"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,571 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#222222",
|
||||||
|
"activityBarBadge.background": "#1D978D",
|
||||||
|
"button.background": "#0077B5",
|
||||||
|
"button.foreground": "#FFF",
|
||||||
|
"button.hoverBackground": "#005076",
|
||||||
|
"debugExceptionWidget.background": "#141414",
|
||||||
|
"debugExceptionWidget.border": "#FFF",
|
||||||
|
"debugToolBar.background": "#141414",
|
||||||
|
"editor.background": "#222222",
|
||||||
|
"editor.foreground": "#E6E6E6",
|
||||||
|
"editor.inactiveSelectionBackground": "#3a3d41",
|
||||||
|
"editor.lineHighlightBackground": "#141414",
|
||||||
|
"editor.lineHighlightBorder": "#141414",
|
||||||
|
"editor.selectionHighlightBackground": "#add6ff26",
|
||||||
|
"editorIndentGuide.activeBackground": "#707070",
|
||||||
|
"editorIndentGuide.background": "#404040",
|
||||||
|
"editorLink.activeForeground": "#0077B5",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#0077B5",
|
||||||
|
"extensionButton.prominentBackground": "#0077B5",
|
||||||
|
"extensionButton.prominentForeground": "#FFF",
|
||||||
|
"extensionButton.prominentHoverBackground": "#005076",
|
||||||
|
"focusBorder": "#0077B5",
|
||||||
|
"gitDecoration.addedResourceForeground": "#ECB22E",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#FFF",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#FFF",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#877583",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
||||||
|
"input.placeholderForeground": "#7A7A7A",
|
||||||
|
"list.activeSelectionBackground": "#222222",
|
||||||
|
"list.dropBackground": "#383b3d",
|
||||||
|
"list.focusBackground": "#0077B5",
|
||||||
|
"list.hoverBackground": "#222222",
|
||||||
|
"menu.background": "#252526",
|
||||||
|
"menu.foreground": "#E6E6E6",
|
||||||
|
"notificationLink.foreground": "#0077B5",
|
||||||
|
"settings.numberInputBackground": "#292929",
|
||||||
|
"settings.textInputBackground": "#292929",
|
||||||
|
"sideBarSectionHeader.background": "#222222",
|
||||||
|
"sideBarTitle.foreground": "#E6E6E6",
|
||||||
|
"statusBar.background": "#222222",
|
||||||
|
"statusBar.debuggingBackground": "#1D978D",
|
||||||
|
"statusBar.noFolderBackground": "#141414",
|
||||||
|
"textLink.activeForeground": "#0077B5",
|
||||||
|
"textLink.foreground": "#0077B5",
|
||||||
|
"titleBar.activeBackground": "#222222",
|
||||||
|
"titleBar.activeForeground": "#E6E6E6",
|
||||||
|
"titleBar.inactiveBackground": "#222222",
|
||||||
|
"titleBar.inactiveForeground": "#7A7A7A"
|
||||||
|
},
|
||||||
|
"displayName": "Slack Dark",
|
||||||
|
"name": "slack-dark",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
|
],
|
||||||
|
"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.attribute.scss",
|
||||||
|
"entity.other.attribute-name.scss"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d7ba7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f44747"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#569cd6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#569cd6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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",
|
||||||
|
"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",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#569cd6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"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.instanceof",
|
||||||
|
"keyword.operator.logical.python"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DCDCAA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.return-type",
|
||||||
|
"support.class",
|
||||||
|
"support.type",
|
||||||
|
"entity.name.type",
|
||||||
|
"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",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#C586C0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"meta.definition.variable.name",
|
||||||
|
"support.variable",
|
||||||
|
"entity.name.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#9CDCFE"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": "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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,479 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#161F26",
|
||||||
|
"activityBar.dropBackground": "#FFF",
|
||||||
|
"activityBar.foreground": "#FFF",
|
||||||
|
"activityBarBadge.background": "#8AE773",
|
||||||
|
"activityBarBadge.foreground": "#FFF",
|
||||||
|
"badge.background": "#8AE773",
|
||||||
|
"breadcrumb.focusForeground": "#475663",
|
||||||
|
"breadcrumb.foreground": "#161F26",
|
||||||
|
"button.background": "#475663",
|
||||||
|
"button.foreground": "#FFF",
|
||||||
|
"button.hoverBackground": "#161F26",
|
||||||
|
"debugExceptionWidget.background": "#AED4FB",
|
||||||
|
"debugExceptionWidget.border": "#161F26",
|
||||||
|
"debugToolBar.background": "#161F26",
|
||||||
|
"dropdown.background": "#FFF",
|
||||||
|
"dropdown.border": "#DCDEDF",
|
||||||
|
"dropdown.foreground": "#DCDEDF",
|
||||||
|
"dropdown.listBackground": "#FFF",
|
||||||
|
"editor.background": "#FFF",
|
||||||
|
"editor.findMatchBackground": "#AED4FB",
|
||||||
|
"editor.foreground": "#000",
|
||||||
|
"editor.lineHighlightBackground": "#EEEEEE",
|
||||||
|
"editor.selectionBackground": "#AED4FB",
|
||||||
|
"editor.wordHighlightBackground": "#AED4FB",
|
||||||
|
"editor.wordHighlightStrongBackground": "#EEEEEE",
|
||||||
|
"editorActiveLineNumber.foreground": "#475663",
|
||||||
|
"editorGroup.emptyBackground": "#2D3E4C",
|
||||||
|
"editorGroup.focusedEmptyBorder": "#2D3E4C",
|
||||||
|
"editorGroupHeader.tabsBackground": "#2D3E4C",
|
||||||
|
"editorHint.border": "#F9F9F9",
|
||||||
|
"editorHint.foreground": "#F9F9F9",
|
||||||
|
"editorIndentGuide.activeBackground": "#dbdbdb",
|
||||||
|
"editorIndentGuide.background": "#F3F3F3",
|
||||||
|
"editorLineNumber.foreground": "#b9b9b9",
|
||||||
|
"editorMarkerNavigation.background": "#F9F9F9",
|
||||||
|
"editorMarkerNavigationError.background": "#F44C5E",
|
||||||
|
"editorMarkerNavigationInfo.background": "#6182b8",
|
||||||
|
"editorMarkerNavigationWarning.background": "#F6B555",
|
||||||
|
"editorPane.background": "#2D3E4C",
|
||||||
|
"editorSuggestWidget.foreground": "#2D3E4C",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#2D3E4C",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#b9b9b9",
|
||||||
|
"editorWidget.background": "#F9F9F9",
|
||||||
|
"editorWidget.border": "#dbdbdb",
|
||||||
|
"extensionButton.prominentBackground": "#475663",
|
||||||
|
"extensionButton.prominentForeground": "#F6F6F6",
|
||||||
|
"extensionButton.prominentHoverBackground": "#161F26",
|
||||||
|
"focusBorder": "#161F26",
|
||||||
|
"foreground": "#616161",
|
||||||
|
"gitDecoration.addedResourceForeground": "#ECB22E",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#FFF",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#FFF",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#877583",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
||||||
|
"input.background": "#FFF",
|
||||||
|
"input.border": "#161F26",
|
||||||
|
"input.foreground": "#000",
|
||||||
|
"input.placeholderForeground": "#a0a0a0",
|
||||||
|
"inputOption.activeBorder": "#3E313C",
|
||||||
|
"inputValidation.errorBackground": "#F44C5E",
|
||||||
|
"inputValidation.errorForeground": "#FFF",
|
||||||
|
"inputValidation.infoBackground": "#6182b8",
|
||||||
|
"inputValidation.infoForeground": "#FFF",
|
||||||
|
"inputValidation.warningBackground": "#F6B555",
|
||||||
|
"inputValidation.warningForeground": "#000",
|
||||||
|
"list.activeSelectionBackground": "#5899C5",
|
||||||
|
"list.activeSelectionForeground": "#fff",
|
||||||
|
"list.focusBackground": "#d5e1ea",
|
||||||
|
"list.focusForeground": "#fff",
|
||||||
|
"list.highlightForeground": "#2D3E4C",
|
||||||
|
"list.hoverBackground": "#d5e1ea",
|
||||||
|
"list.hoverForeground": "#fff",
|
||||||
|
"list.inactiveFocusBackground": "#161F26",
|
||||||
|
"list.inactiveSelectionBackground": "#5899C5",
|
||||||
|
"list.inactiveSelectionForeground": "#fff",
|
||||||
|
"list.invalidItemForeground": "#fff",
|
||||||
|
"menu.background": "#161F26",
|
||||||
|
"menu.foreground": "#F9FAFA",
|
||||||
|
"menu.separatorBackground": "#F9FAFA",
|
||||||
|
"notificationCenter.border": "#161F26",
|
||||||
|
"notificationCenterHeader.foreground": "#FFF",
|
||||||
|
"notificationLink.foreground": "#FFF",
|
||||||
|
"notificationToast.border": "#161F26",
|
||||||
|
"notifications.background": "#161F26",
|
||||||
|
"notifications.border": "#161F26",
|
||||||
|
"notifications.foreground": "#FFF",
|
||||||
|
"panel.border": "#2D3E4C",
|
||||||
|
"panelTitle.activeForeground": "#161F26",
|
||||||
|
"progressBar.background": "#8AE773",
|
||||||
|
"scrollbar.shadow": "#ffffff00",
|
||||||
|
"scrollbarSlider.activeBackground": "#161F267e",
|
||||||
|
"scrollbarSlider.background": "#161F267e",
|
||||||
|
"scrollbarSlider.hoverBackground": "#161F267e",
|
||||||
|
"settings.dropdownBorder": "#161F26",
|
||||||
|
"settings.dropdownForeground": "#161F26",
|
||||||
|
"settings.headerForeground": "#161F26",
|
||||||
|
"sideBar.background": "#2D3E4C",
|
||||||
|
"sideBar.foreground": "#DCDEDF",
|
||||||
|
"sideBarSectionHeader.background": "#161F26",
|
||||||
|
"sideBarSectionHeader.foreground": "#FFF",
|
||||||
|
"sideBarTitle.foreground": "#FFF",
|
||||||
|
"statusBar.background": "#5899C5",
|
||||||
|
"statusBar.debuggingBackground": "#8AE773",
|
||||||
|
"statusBar.foreground": "#FFF",
|
||||||
|
"statusBar.noFolderBackground": "#161F26",
|
||||||
|
"tab.activeBackground": "#FFF",
|
||||||
|
"tab.activeForeground": "#000",
|
||||||
|
"tab.border": "#F3F3F3",
|
||||||
|
"tab.inactiveBackground": "#F3F3F3",
|
||||||
|
"tab.inactiveForeground": "#686868",
|
||||||
|
"terminal.ansiBlack": "#000000",
|
||||||
|
"terminal.ansiBlue": "#6182b8",
|
||||||
|
"terminal.ansiBrightBlack": "#90a4ae",
|
||||||
|
"terminal.ansiBrightBlue": "#6182b8",
|
||||||
|
"terminal.ansiBrightCyan": "#39adb5",
|
||||||
|
"terminal.ansiBrightGreen": "#91b859",
|
||||||
|
"terminal.ansiBrightMagenta": "#7c4dff",
|
||||||
|
"terminal.ansiBrightRed": "#e53935",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#ffb62c",
|
||||||
|
"terminal.ansiCyan": "#39adb5",
|
||||||
|
"terminal.ansiGreen": "#91b859",
|
||||||
|
"terminal.ansiMagenta": "#7c4dff",
|
||||||
|
"terminal.ansiRed": "#e53935",
|
||||||
|
"terminal.ansiWhite": "#ffffff",
|
||||||
|
"terminal.ansiYellow": "#ffb62c",
|
||||||
|
"terminal.border": "#2D3E4C",
|
||||||
|
"terminal.foreground": "#161F26",
|
||||||
|
"terminal.selectionBackground": "#0006",
|
||||||
|
"textPreformat.foreground": "#161F26",
|
||||||
|
"titleBar.activeBackground": "#2D3E4C",
|
||||||
|
"titleBar.activeForeground": "#FFF",
|
||||||
|
"titleBar.border": "#2D3E4C",
|
||||||
|
"titleBar.inactiveBackground": "#161F26",
|
||||||
|
"titleBar.inactiveForeground": "#685C66",
|
||||||
|
"welcomePage.buttonBackground": "#F3F3F3",
|
||||||
|
"welcomePage.buttonHoverBackground": "#ECECEC",
|
||||||
|
"widget.shadow": "#161F2694"
|
||||||
|
},
|
||||||
|
"displayName": "Slack Ochin",
|
||||||
|
"name": "slack-ochin",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#002339"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.paragraph.markdown",
|
||||||
|
"string.other.link.description.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#110000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.section.markdown",
|
||||||
|
"punctuation.definition.heading.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#034c7c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown",
|
||||||
|
"markup.quote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00AC8F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#003494"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold.markdown",
|
||||||
|
"punctuation.definition.bold.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#4e76b5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic.markdown",
|
||||||
|
"punctuation.definition.italic.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#C792EA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inline.raw.string.markdown",
|
||||||
|
"markup.fenced_code.block.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#0460b1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.metadata.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00AC8F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link.image.markdown",
|
||||||
|
"markup.underline.link.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#924205"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#357b42"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a44185"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#174781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#174781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "language.method",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#174781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character",
|
||||||
|
"constant.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#174781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#2f86d2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.language.this",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#000000"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#7b30d0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#da5221"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#0991b6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1172c7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.inherited-class",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#b02767"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#7eb233"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#b1108e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#0444ac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "text.html.basic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#0071ce"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.type",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#0444ac"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#df8618"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#1ab394"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#174781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type",
|
||||||
|
"support.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dc3eb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.other.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#224555"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": " italic bold underline",
|
||||||
|
"foreground": "#207bb8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": " bold italic underline",
|
||||||
|
"foreground": "#207bb8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.json support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6dbdfa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json string",
|
||||||
|
"source.json punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00820f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#207bb8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading punctuation.definition.heading",
|
||||||
|
"entity.name.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#4FB4D8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown meta.paragraph meta.link.inline",
|
||||||
|
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
|
||||||
|
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#87429A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#87429A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#08134A"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic",
|
||||||
|
"punctuation.definition.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#174781"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#87429A"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,402 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#003847",
|
||||||
|
"agentsBottomPanel.border": "#00000000",
|
||||||
|
"agentsCard.border": "#00000000",
|
||||||
|
"agentsChatInput.border": "#586E7566",
|
||||||
|
"agentsChatInput.focusBorder": "#2AA19899",
|
||||||
|
"agentsNewSessionButton.border": "#586E7566",
|
||||||
|
"agentsPanel.border": "#586E7566",
|
||||||
|
"badge.background": "#047aa6",
|
||||||
|
"button.background": "#2AA19899",
|
||||||
|
"debugExceptionWidget.background": "#00212B",
|
||||||
|
"debugExceptionWidget.border": "#AB395B",
|
||||||
|
"debugToolBar.background": "#00212B",
|
||||||
|
"dropdown.background": "#00212B",
|
||||||
|
"dropdown.border": "#2AA19899",
|
||||||
|
"editor.background": "#002B36",
|
||||||
|
"editor.foreground": "#839496",
|
||||||
|
"editor.lineHighlightBackground": "#073642",
|
||||||
|
"editor.selectionBackground": "#274642",
|
||||||
|
"editor.selectionHighlightBackground": "#005A6FAA",
|
||||||
|
"editor.wordHighlightBackground": "#004454AA",
|
||||||
|
"editor.wordHighlightStrongBackground": "#005A6FAA",
|
||||||
|
"editorBracketHighlight.foreground1": "#cdcdcdff",
|
||||||
|
"editorBracketHighlight.foreground2": "#b58900ff",
|
||||||
|
"editorBracketHighlight.foreground3": "#d33682ff",
|
||||||
|
"editorCursor.foreground": "#D30102",
|
||||||
|
"editorGroup.border": "#00212B",
|
||||||
|
"editorGroup.dropBackground": "#2AA19844",
|
||||||
|
"editorGroupHeader.tabsBackground": "#004052",
|
||||||
|
"editorHoverWidget.background": "#004052",
|
||||||
|
"editorIndentGuide.activeBackground": "#C3E1E180",
|
||||||
|
"editorIndentGuide.background": "#93A1A180",
|
||||||
|
"editorLineNumber.activeForeground": "#949494",
|
||||||
|
"editorMarkerNavigationError.background": "#AB395B",
|
||||||
|
"editorMarkerNavigationWarning.background": "#5B7E7A",
|
||||||
|
"editorWhitespace.foreground": "#93A1A180",
|
||||||
|
"editorWidget.background": "#00212B",
|
||||||
|
"errorForeground": "#ffeaea",
|
||||||
|
"focusBorder": "#2AA19899",
|
||||||
|
"input.background": "#003847",
|
||||||
|
"input.foreground": "#93A1A1",
|
||||||
|
"input.placeholderForeground": "#93A1A1AA",
|
||||||
|
"inputOption.activeBorder": "#2AA19899",
|
||||||
|
"inputValidation.errorBackground": "#571b26",
|
||||||
|
"inputValidation.errorBorder": "#a92049",
|
||||||
|
"inputValidation.infoBackground": "#052730",
|
||||||
|
"inputValidation.infoBorder": "#363b5f",
|
||||||
|
"inputValidation.warningBackground": "#5d5938",
|
||||||
|
"inputValidation.warningBorder": "#9d8a5e",
|
||||||
|
"list.activeSelectionBackground": "#005A6F",
|
||||||
|
"list.dropBackground": "#00445488",
|
||||||
|
"list.highlightForeground": "#1ebcc5",
|
||||||
|
"list.hoverBackground": "#004454AA",
|
||||||
|
"list.inactiveSelectionBackground": "#00445488",
|
||||||
|
"minimap.selectionHighlight": "#274642",
|
||||||
|
"modernActivityBarItem.activeBackground": "#005A6F",
|
||||||
|
"modernActivityBarItem.hoverBackground": "#005A6F87",
|
||||||
|
"panel.border": "#2b2b4a",
|
||||||
|
"peekView.border": "#2b2b4a",
|
||||||
|
"peekViewEditor.background": "#10192c",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#7744AA40",
|
||||||
|
"peekViewResult.background": "#00212B",
|
||||||
|
"peekViewTitle.background": "#00212B",
|
||||||
|
"pickerGroup.border": "#2AA19899",
|
||||||
|
"pickerGroup.foreground": "#2AA19899",
|
||||||
|
"ports.iconRunningProcessForeground": "#369432",
|
||||||
|
"progressBar.background": "#047aa6",
|
||||||
|
"quickInputList.focusBackground": "#005A6F",
|
||||||
|
"selection.background": "#2AA19899",
|
||||||
|
"sideBar.background": "#00212B",
|
||||||
|
"sideBarTitle.foreground": "#93A1A1",
|
||||||
|
"statusBar.background": "#00212B",
|
||||||
|
"statusBar.debuggingBackground": "#00212B",
|
||||||
|
"statusBar.foreground": "#93A1A1",
|
||||||
|
"statusBar.noFolderBackground": "#00212B",
|
||||||
|
"statusBarItem.prominentBackground": "#003847",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#003847",
|
||||||
|
"statusBarItem.remoteBackground": "#2AA19899",
|
||||||
|
"surface.border": "#00222c",
|
||||||
|
"tab.activeBackground": "#002B37",
|
||||||
|
"tab.activeForeground": "#d6dbdb",
|
||||||
|
"tab.border": "#003847",
|
||||||
|
"tab.inactiveBackground": "#004052",
|
||||||
|
"tab.inactiveForeground": "#93A1A1",
|
||||||
|
"tab.lastPinnedBorder": "#2AA19844",
|
||||||
|
"terminal.ansiBlack": "#073642",
|
||||||
|
"terminal.ansiBlue": "#268bd2",
|
||||||
|
"terminal.ansiBrightBlack": "#002b36",
|
||||||
|
"terminal.ansiBrightBlue": "#839496",
|
||||||
|
"terminal.ansiBrightCyan": "#93a1a1",
|
||||||
|
"terminal.ansiBrightGreen": "#586e75",
|
||||||
|
"terminal.ansiBrightMagenta": "#6c71c4",
|
||||||
|
"terminal.ansiBrightRed": "#cb4b16",
|
||||||
|
"terminal.ansiBrightWhite": "#fdf6e3",
|
||||||
|
"terminal.ansiBrightYellow": "#657b83",
|
||||||
|
"terminal.ansiCyan": "#2aa198",
|
||||||
|
"terminal.ansiGreen": "#859900",
|
||||||
|
"terminal.ansiMagenta": "#d33682",
|
||||||
|
"terminal.ansiRed": "#dc322f",
|
||||||
|
"terminal.ansiWhite": "#eee8d5",
|
||||||
|
"terminal.ansiYellow": "#b58900",
|
||||||
|
"titleBar.activeBackground": "#002C39"
|
||||||
|
},
|
||||||
|
"displayName": "Solarized Dark",
|
||||||
|
"name": "solarized-dark",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#839496"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"string meta.image.inline.markdown",
|
||||||
|
"variable.legacy.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#839496"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#586E75"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2AA198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D33682"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language",
|
||||||
|
"variable.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#93A1A1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.class",
|
||||||
|
"entity.name.type",
|
||||||
|
"entity.name.namespace",
|
||||||
|
"entity.name.scope-resolution"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded.begin",
|
||||||
|
"punctuation.section.embedded.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language",
|
||||||
|
"meta.preprocessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B58900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function.construct",
|
||||||
|
"keyword.other.new"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character",
|
||||||
|
"constant.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"punctuation.separator.namespace.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6C71C4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#586E75"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#93A1A1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.separator.continuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant",
|
||||||
|
"support.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type",
|
||||||
|
"support.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.exception",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.other.variable",
|
||||||
|
"settings": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.deleted",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.changed",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inserted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B58900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D33682"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.strikethrough",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#2AA198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading.setext",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,392 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#DDD6C1",
|
||||||
|
"activityBar.foreground": "#584c27",
|
||||||
|
"activityBarBadge.background": "#B58900",
|
||||||
|
"agentsChatInput.border": "#DDD6C1",
|
||||||
|
"agentsChatInput.focusBorder": "#b49471",
|
||||||
|
"agentsNewSessionButton.border": "#DDD6C1",
|
||||||
|
"agentsPanel.border": "#DDD6C1",
|
||||||
|
"badge.background": "#B58900AA",
|
||||||
|
"button.background": "#AC9D57",
|
||||||
|
"debugExceptionWidget.background": "#DDD6C1",
|
||||||
|
"debugExceptionWidget.border": "#AB395B",
|
||||||
|
"debugToolBar.background": "#DDD6C1",
|
||||||
|
"dropdown.background": "#EEE8D5",
|
||||||
|
"dropdown.border": "#D3AF86",
|
||||||
|
"editor.background": "#FDF6E3",
|
||||||
|
"editor.foreground": "#657B83",
|
||||||
|
"editor.lineHighlightBackground": "#EEE8D5",
|
||||||
|
"editor.selectionBackground": "#EEE8D5",
|
||||||
|
"editorCursor.foreground": "#657B83",
|
||||||
|
"editorGroup.border": "#DDD6C1",
|
||||||
|
"editorGroup.dropBackground": "#DDD6C1AA",
|
||||||
|
"editorGroupHeader.tabsBackground": "#D9D2C2",
|
||||||
|
"editorHoverWidget.background": "#CCC4B0",
|
||||||
|
"editorIndentGuide.activeBackground": "#081E2580",
|
||||||
|
"editorIndentGuide.background": "#586E7580",
|
||||||
|
"editorLineNumber.activeForeground": "#567983",
|
||||||
|
"editorWhitespace.foreground": "#586E7580",
|
||||||
|
"editorWidget.background": "#EEE8D5",
|
||||||
|
"extensionButton.prominentBackground": "#b58900",
|
||||||
|
"extensionButton.prominentHoverBackground": "#584c27aa",
|
||||||
|
"focusBorder": "#b49471",
|
||||||
|
"input.background": "#DDD6C1",
|
||||||
|
"input.foreground": "#586E75",
|
||||||
|
"input.placeholderForeground": "#586E75AA",
|
||||||
|
"inputOption.activeBorder": "#D3AF86",
|
||||||
|
"list.activeSelectionBackground": "#DFCA88",
|
||||||
|
"list.activeSelectionForeground": "#6C6C6C",
|
||||||
|
"list.highlightForeground": "#B58900",
|
||||||
|
"list.hoverBackground": "#DFCA8844",
|
||||||
|
"list.inactiveSelectionBackground": "#D1CBB8",
|
||||||
|
"minimap.selectionHighlight": "#EEE8D5",
|
||||||
|
"modernActivityBar.background": "#00000000",
|
||||||
|
"modernActivityBarItem.activeBackground": "#DFCA88",
|
||||||
|
"notebook.cellEditorBackground": "#F7F0E0",
|
||||||
|
"panel.border": "#DDD6C1",
|
||||||
|
"peekView.border": "#B58900",
|
||||||
|
"peekViewEditor.background": "#FFFBF2",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#7744AA40",
|
||||||
|
"peekViewResult.background": "#EEE8D5",
|
||||||
|
"peekViewTitle.background": "#EEE8D5",
|
||||||
|
"pickerGroup.border": "#2AA19899",
|
||||||
|
"pickerGroup.foreground": "#2AA19899",
|
||||||
|
"ports.iconRunningProcessForeground": "#2AA19899",
|
||||||
|
"progressBar.background": "#B58900",
|
||||||
|
"quickInputList.focusBackground": "#DFCA8866",
|
||||||
|
"selection.background": "#878b9180",
|
||||||
|
"sideBar.background": "#EEE8D5",
|
||||||
|
"sideBarTitle.foreground": "#586E75",
|
||||||
|
"statusBar.background": "#EEE8D5",
|
||||||
|
"statusBar.debuggingBackground": "#EEE8D5",
|
||||||
|
"statusBar.foreground": "#586E75",
|
||||||
|
"statusBar.noFolderBackground": "#EEE8D5",
|
||||||
|
"statusBarItem.prominentBackground": "#DDD6C1",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#DDD6C199",
|
||||||
|
"statusBarItem.remoteBackground": "#AC9D57",
|
||||||
|
"surface.border": "#ddd6c1",
|
||||||
|
"tab.activeBackground": "#FDF6E3",
|
||||||
|
"tab.activeModifiedBorder": "#cb4b16",
|
||||||
|
"tab.border": "#DDD6C1",
|
||||||
|
"tab.inactiveBackground": "#D3CBB7",
|
||||||
|
"tab.inactiveForeground": "#586E75",
|
||||||
|
"tab.lastPinnedBorder": "#FDF6E3",
|
||||||
|
"terminal.ansiBlack": "#073642",
|
||||||
|
"terminal.ansiBlue": "#268bd2",
|
||||||
|
"terminal.ansiBrightBlack": "#002b36",
|
||||||
|
"terminal.ansiBrightBlue": "#839496",
|
||||||
|
"terminal.ansiBrightCyan": "#93a1a1",
|
||||||
|
"terminal.ansiBrightGreen": "#586e75",
|
||||||
|
"terminal.ansiBrightMagenta": "#6c71c4",
|
||||||
|
"terminal.ansiBrightRed": "#cb4b16",
|
||||||
|
"terminal.ansiBrightWhite": "#fdf6e3",
|
||||||
|
"terminal.ansiBrightYellow": "#657b83",
|
||||||
|
"terminal.ansiCyan": "#2aa198",
|
||||||
|
"terminal.ansiGreen": "#859900",
|
||||||
|
"terminal.ansiMagenta": "#d33682",
|
||||||
|
"terminal.ansiRed": "#dc322f",
|
||||||
|
"terminal.ansiWhite": "#eee8d5",
|
||||||
|
"terminal.ansiYellow": "#b58900",
|
||||||
|
"terminal.background": "#FDF6E3",
|
||||||
|
"titleBar.activeBackground": "#EEE8D5",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#00000014"
|
||||||
|
},
|
||||||
|
"displayName": "Solarized Light",
|
||||||
|
"name": "solarized-light",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#657B83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"string meta.image.inline.markdown",
|
||||||
|
"variable.legacy.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#657B83"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "comment",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#93A1A1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2AA198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D33682"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language",
|
||||||
|
"variable.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#586E75"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.class",
|
||||||
|
"entity.name.type",
|
||||||
|
"entity.name.namespace",
|
||||||
|
"entity.name.scope-resolution"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.section.embedded.begin",
|
||||||
|
"punctuation.section.embedded.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language",
|
||||||
|
"meta.preprocessor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B58900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.function.construct",
|
||||||
|
"keyword.other.new"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character",
|
||||||
|
"constant.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.inherited-class",
|
||||||
|
"punctuation.separator.namespace.ruby"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6C71C4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#93A1A1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#93A1A1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.separator.continuation",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant",
|
||||||
|
"support.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type",
|
||||||
|
"support.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.type.exception",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.other.variable",
|
||||||
|
"settings": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.diff",
|
||||||
|
"meta.diff.header"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.deleted",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#DC322F"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.changed",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#CB4B16"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inserted",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#859900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#B58900"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D33682"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.strikethrough",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "strikethrough"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.inline.raw",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#2AA198"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.heading.setext",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "",
|
||||||
|
"foreground": "#268BD2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -0,0 +1,816 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#171520",
|
||||||
|
"activityBar.dropBackground": "#34294f66",
|
||||||
|
"activityBar.foreground": "#ffffffCC",
|
||||||
|
"activityBarBadge.background": "#f97e72",
|
||||||
|
"activityBarBadge.foreground": "#2a2139",
|
||||||
|
"badge.background": "#2a2139",
|
||||||
|
"badge.foreground": "#ffffff",
|
||||||
|
"breadcrumbPicker.background": "#232530",
|
||||||
|
"button.background": "#614D85",
|
||||||
|
"debugToolBar.background": "#463465",
|
||||||
|
"diffEditor.insertedTextBackground": "#0beb9935",
|
||||||
|
"diffEditor.removedTextBackground": "#fe445035",
|
||||||
|
"dropdown.background": "#232530",
|
||||||
|
"dropdown.listBackground": "#2a2139",
|
||||||
|
"editor.background": "#262335",
|
||||||
|
"editor.findMatchBackground": "#D18616bb",
|
||||||
|
"editor.findMatchHighlightBackground": "#D1861655",
|
||||||
|
"editor.findRangeHighlightBackground": "#34294f1a",
|
||||||
|
"editor.hoverHighlightBackground": "#463564",
|
||||||
|
"editor.lineHighlightBorder": "#7059AB66",
|
||||||
|
"editor.rangeHighlightBackground": "#49549539",
|
||||||
|
"editor.selectionBackground": "#ffffff20",
|
||||||
|
"editor.selectionHighlightBackground": "#ffffff20",
|
||||||
|
"editor.wordHighlightBackground": "#34294f88",
|
||||||
|
"editor.wordHighlightStrongBackground": "#34294f88",
|
||||||
|
"editorBracketMatch.background": "#34294f66",
|
||||||
|
"editorBracketMatch.border": "#495495",
|
||||||
|
"editorCodeLens.foreground": "#ffffff7c",
|
||||||
|
"editorCursor.background": "#241b2f",
|
||||||
|
"editorCursor.foreground": "#f97e72",
|
||||||
|
"editorError.foreground": "#fe4450",
|
||||||
|
"editorGroup.border": "#495495",
|
||||||
|
"editorGroup.dropBackground": "#4954954a",
|
||||||
|
"editorGroupHeader.tabsBackground": "#241b2f",
|
||||||
|
"editorGutter.addedBackground": "#206d4bd6",
|
||||||
|
"editorGutter.deletedBackground": "#fa2e46a4",
|
||||||
|
"editorGutter.modifiedBackground": "#b893ce8f",
|
||||||
|
"editorIndentGuide.activeBackground": "#A148AB80",
|
||||||
|
"editorIndentGuide.background": "#444251",
|
||||||
|
"editorLineNumber.activeForeground": "#ffffffcc",
|
||||||
|
"editorLineNumber.foreground": "#ffffff73",
|
||||||
|
"editorOverviewRuler.addedForeground": "#09f7a099",
|
||||||
|
"editorOverviewRuler.border": "#34294fb3",
|
||||||
|
"editorOverviewRuler.deletedForeground": "#fe445099",
|
||||||
|
"editorOverviewRuler.errorForeground": "#fe4450dd",
|
||||||
|
"editorOverviewRuler.findMatchForeground": "#D1861699",
|
||||||
|
"editorOverviewRuler.modifiedForeground": "#b893ce99",
|
||||||
|
"editorOverviewRuler.warningForeground": "#72f1b8cc",
|
||||||
|
"editorRuler.foreground": "#A148AB80",
|
||||||
|
"editorSuggestWidget.highlightForeground": "#f97e72",
|
||||||
|
"editorSuggestWidget.selectedBackground": "#ffffff36",
|
||||||
|
"editorWarning.foreground": "#72f1b8cc",
|
||||||
|
"editorWidget.background": "#171520DC",
|
||||||
|
"editorWidget.border": "#ffffff22",
|
||||||
|
"editorWidget.resizeBorder": "#ffffff44",
|
||||||
|
"errorForeground": "#fe4450",
|
||||||
|
"extensionButton.prominentBackground": "#f97e72",
|
||||||
|
"extensionButton.prominentHoverBackground": "#ff7edb",
|
||||||
|
"focusBorder": "#1f212b",
|
||||||
|
"foreground": "#ffffff",
|
||||||
|
"gitDecoration.addedResourceForeground": "#72f1b8cc",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#fe4450",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#ffffff59",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#b893ceee",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#72f1b8",
|
||||||
|
"input.background": "#2a2139",
|
||||||
|
"inputOption.activeBorder": "#ff7edb99",
|
||||||
|
"inputValidation.errorBackground": "#fe445080",
|
||||||
|
"inputValidation.errorBorder": "#fe445000",
|
||||||
|
"list.activeSelectionBackground": "#ffffff20",
|
||||||
|
"list.activeSelectionForeground": "#ffffff",
|
||||||
|
"list.dropBackground": "#34294f66",
|
||||||
|
"list.errorForeground": "#fe4450E6",
|
||||||
|
"list.focusBackground": "#ffffff20",
|
||||||
|
"list.focusForeground": "#ffffff",
|
||||||
|
"list.highlightForeground": "#f97e72",
|
||||||
|
"list.hoverBackground": "#37294d99",
|
||||||
|
"list.hoverForeground": "#ffffff",
|
||||||
|
"list.inactiveFocusBackground": "#2a213999",
|
||||||
|
"list.inactiveSelectionBackground": "#ffffff20",
|
||||||
|
"list.inactiveSelectionForeground": "#ffffff",
|
||||||
|
"list.warningForeground": "#72f1b8bb",
|
||||||
|
"menu.background": "#463465",
|
||||||
|
"minimapGutter.addedBackground": "#09f7a099",
|
||||||
|
"minimapGutter.deletedBackground": "#fe4450",
|
||||||
|
"minimapGutter.modifiedBackground": "#b893ce",
|
||||||
|
"panelTitle.activeBorder": "#f97e72",
|
||||||
|
"peekView.border": "#495495",
|
||||||
|
"peekViewEditor.background": "#232530",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#D18616bb",
|
||||||
|
"peekViewResult.background": "#232530",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#D1861655",
|
||||||
|
"peekViewResult.selectionBackground": "#2a213980",
|
||||||
|
"peekViewTitle.background": "#232530",
|
||||||
|
"pickerGroup.foreground": "#f97e72ea",
|
||||||
|
"progressBar.background": "#f97e72",
|
||||||
|
"scrollbar.shadow": "#2a2139",
|
||||||
|
"scrollbarSlider.activeBackground": "#9d8bca20",
|
||||||
|
"scrollbarSlider.background": "#9d8bca30",
|
||||||
|
"scrollbarSlider.hoverBackground": "#9d8bca50",
|
||||||
|
"selection.background": "#ffffff20",
|
||||||
|
"sideBar.background": "#241b2f",
|
||||||
|
"sideBar.dropBackground": "#34294f4c",
|
||||||
|
"sideBar.foreground": "#ffffff99",
|
||||||
|
"sideBarSectionHeader.background": "#241b2f",
|
||||||
|
"sideBarSectionHeader.foreground": "#ffffffca",
|
||||||
|
"statusBar.background": "#241b2f",
|
||||||
|
"statusBar.debuggingBackground": "#f97e72",
|
||||||
|
"statusBar.debuggingForeground": "#08080f",
|
||||||
|
"statusBar.foreground": "#ffffff80",
|
||||||
|
"statusBar.noFolderBackground": "#241b2f",
|
||||||
|
"statusBarItem.prominentBackground": "#2a2139",
|
||||||
|
"statusBarItem.prominentHoverBackground": "#34294f",
|
||||||
|
"tab.activeBorder": "#880088",
|
||||||
|
"tab.border": "#241b2f00",
|
||||||
|
"tab.inactiveBackground": "#262335",
|
||||||
|
"terminal.ansiBlue": "#03edf9",
|
||||||
|
"terminal.ansiBrightBlue": "#03edf9",
|
||||||
|
"terminal.ansiBrightCyan": "#03edf9",
|
||||||
|
"terminal.ansiBrightGreen": "#72f1b8",
|
||||||
|
"terminal.ansiBrightMagenta": "#ff7edb",
|
||||||
|
"terminal.ansiBrightRed": "#fe4450",
|
||||||
|
"terminal.ansiBrightYellow": "#fede5d",
|
||||||
|
"terminal.ansiCyan": "#03edf9",
|
||||||
|
"terminal.ansiGreen": "#72f1b8",
|
||||||
|
"terminal.ansiMagenta": "#ff7edb",
|
||||||
|
"terminal.ansiRed": "#fe4450",
|
||||||
|
"terminal.ansiYellow": "#f3e70f",
|
||||||
|
"terminal.foreground": "#ffffff",
|
||||||
|
"terminal.selectionBackground": "#ffffff20",
|
||||||
|
"terminalCursor.background": "#ffffff",
|
||||||
|
"terminalCursor.foreground": "#03edf9",
|
||||||
|
"textLink.activeForeground": "#ff7edb",
|
||||||
|
"textLink.foreground": "#f97e72",
|
||||||
|
"titleBar.activeBackground": "#241b2f",
|
||||||
|
"titleBar.inactiveBackground": "#241b2f",
|
||||||
|
"walkThrough.embeddedEditorBackground": "#232530",
|
||||||
|
"widget.shadow": "#2a2139"
|
||||||
|
},
|
||||||
|
"displayName": "Synthwave '84",
|
||||||
|
"name": "synthwave-84",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"string.quoted.docstring.multi.python",
|
||||||
|
"string.quoted.docstring.multi.python punctuation.definition.string.begin.python",
|
||||||
|
"string.quoted.docstring.multi.python punctuation.definition.string.end.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#848bbd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.quoted",
|
||||||
|
"string.template",
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff8b39"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.template meta.embedded.line",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b6b1b1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"entity.name.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.language",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.numeric",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.language",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.tag",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.html",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"meta.attribute.class.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.inherited-class",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"variable.function"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.export.js",
|
||||||
|
"keyword.control.import.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.decimal.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2EE2FA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.control",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.operator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.new",
|
||||||
|
"keyword.operator.expression",
|
||||||
|
"keyword.operator.logical"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "keyword.other.unit",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.object-literal.key",
|
||||||
|
"support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.separator.key-value",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b6b1b1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.section.embedded",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.template-expression.begin",
|
||||||
|
"punctuation.definition.template-expression.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name.css",
|
||||||
|
"support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "switch-block.expr.js",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.other.constant.property.js, variable.other.property.js",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2ee2fa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.other.color",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.constant.font-name",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.other.attribute-name.id",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.pseudo-element",
|
||||||
|
"entity.other.attribute-name.pseudo-class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support.function.misc.css",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"entity.name.section"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html",
|
||||||
|
"keyword.operator.assignment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ffffffee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b6b1b1cc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "beginning.punctuation.definition.list",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.underline.link",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#D50"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.other.link.description",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.function-call.generic.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function-call.python",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.type.cs",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.variable.local.cs",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.variable.field.cs",
|
||||||
|
"entity.name.variable.property.cs"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.other.placeholder.c",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.directive.include.c",
|
||||||
|
"keyword.control.directive.define.c"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.modifier.c",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.cpp keyword.operator",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "constant.other.placeholder.cpp",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control.directive.include.cpp",
|
||||||
|
"keyword.control.directive.define.cpp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "storage.modifier.specifier.const.cpp",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.elixir support.type.elixir",
|
||||||
|
"source.elixir meta.module.elixir entity.name.class.elixir"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.elixir entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.elixir constant.other.symbol.elixir",
|
||||||
|
"source.elixir constant.other.keywords.elixir"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.elixir punctuation.definition.string",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.elixir variable.other.readwrite.module.elixir",
|
||||||
|
"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.elixir .punctuation.binary.elixir",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.global.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage.control.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.metadata.simple.clojure",
|
||||||
|
"meta.metadata.map.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fe4450"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.quoted-expression.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.symbol.clojure"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.go",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "source.go meta.function-call.go",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#36f9f6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.go keyword.package.go",
|
||||||
|
"source.go keyword.import.go",
|
||||||
|
"source.go keyword.function.go",
|
||||||
|
"source.go keyword.type.go",
|
||||||
|
"source.go keyword.const.go",
|
||||||
|
"source.go keyword.var.go",
|
||||||
|
"source.go keyword.map.go",
|
||||||
|
"source.go keyword.channel.go",
|
||||||
|
"source.go keyword.control.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.go storage.type",
|
||||||
|
"source.go keyword.struct.go",
|
||||||
|
"source.go keyword.interface.go"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.go constant.language.go",
|
||||||
|
"source.go constant.other.placeholder.go",
|
||||||
|
"source.go variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2EE2FA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link.markdown",
|
||||||
|
"markup.inline.raw.string.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fede5d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading.markdown",
|
||||||
|
"entity.name.section.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#ff7edb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#2EE2FA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#2EE2FA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.quote.begin.markdown",
|
||||||
|
"markup.quote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.dart",
|
||||||
|
"source.python",
|
||||||
|
"source.scala"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff7edbff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.interpolated.single.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#f97e72"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2EE2FA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.parameter.scala"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2EE2FA"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.template.expression.scala"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#72f1b8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,637 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.background": "#101010",
|
||||||
|
"activityBar.foreground": "#A0A0A0",
|
||||||
|
"activityBarBadge.background": "#FFC799",
|
||||||
|
"activityBarBadge.foreground": "#000",
|
||||||
|
"badge.background": "#FFC799",
|
||||||
|
"badge.foreground": "#000",
|
||||||
|
"button.background": "#FFC799",
|
||||||
|
"button.foreground": "#000",
|
||||||
|
"button.hoverBackground": "#FFCFA8",
|
||||||
|
"diffEditor.insertedLineBackground": "#99FFE415",
|
||||||
|
"diffEditor.insertedTextBackground": "#99FFE415",
|
||||||
|
"diffEditor.removedLineBackground": "#FF808015",
|
||||||
|
"diffEditor.removedTextBackground": "#FF808015",
|
||||||
|
"editor.background": "#101010",
|
||||||
|
"editor.foreground": "#FFF",
|
||||||
|
"editor.selectionBackground": "#FFFFFF25",
|
||||||
|
"editor.selectionHighlightBackground": "#FFFFFF25",
|
||||||
|
"editorBracketHighlight.foreground1": "#A0A0A0",
|
||||||
|
"editorBracketHighlight.foreground2": "#A0A0A0",
|
||||||
|
"editorBracketHighlight.foreground3": "#A0A0A0",
|
||||||
|
"editorBracketHighlight.foreground4": "#A0A0A0",
|
||||||
|
"editorBracketHighlight.foreground5": "#A0A0A0",
|
||||||
|
"editorBracketHighlight.foreground6": "#A0A0A0",
|
||||||
|
"editorBracketHighlight.unexpectedBracket.foreground": "#FF8080",
|
||||||
|
"editorError.foreground": "#FF8080",
|
||||||
|
"editorGroupHeader.tabsBackground": "#101010",
|
||||||
|
"editorGutter.addedBackground": "#99FFE4",
|
||||||
|
"editorGutter.deletedBackground": "#FF8080",
|
||||||
|
"editorGutter.modifiedBackground": "#FFC799",
|
||||||
|
"editorHoverWidget.background": "#161616",
|
||||||
|
"editorHoverWidget.border": "#282828",
|
||||||
|
"editorInlayHint.background": "#1C1C1C",
|
||||||
|
"editorInlayHint.foreground": "#A0A0A0",
|
||||||
|
"editorLineNumber.foreground": "#505050",
|
||||||
|
"editorOverviewRuler.border": "#101010",
|
||||||
|
"editorWarning.foreground": "#FFC799",
|
||||||
|
"editorWidget.background": "#101010",
|
||||||
|
"focusBorder": "#FFC799",
|
||||||
|
"icon.foreground": "#A0A0A0",
|
||||||
|
"input.background": "#1C1C1C",
|
||||||
|
"list.activeSelectionBackground": "#232323",
|
||||||
|
"list.activeSelectionForeground": "#FFC799",
|
||||||
|
"list.errorForeground": "#FF8080",
|
||||||
|
"list.highlightForeground": "#FFC799",
|
||||||
|
"list.hoverBackground": "#282828",
|
||||||
|
"list.inactiveSelectionBackground": "#232323",
|
||||||
|
"scrollbarSlider.background": "#34343480",
|
||||||
|
"scrollbarSlider.hoverBackground": "#343434",
|
||||||
|
"selection.background": "#666",
|
||||||
|
"settings.modifiedItemIndicator": "#FFC799",
|
||||||
|
"sideBar.background": "#101010",
|
||||||
|
"sideBarSectionHeader.background": "#101010",
|
||||||
|
"sideBarSectionHeader.foreground": "#A0A0A0",
|
||||||
|
"sideBarTitle.foreground": "#A0A0A0",
|
||||||
|
"statusBar.background": "#101010",
|
||||||
|
"statusBar.debuggingBackground": "#FF7300",
|
||||||
|
"statusBar.debuggingForeground": "#FFF",
|
||||||
|
"statusBar.foreground": "#A0A0A0",
|
||||||
|
"statusBar.noFolderBackground": "#101010",
|
||||||
|
"statusBarItem.remoteBackground": "#FFC799",
|
||||||
|
"statusBarItem.remoteForeground": "#000",
|
||||||
|
"tab.activeBackground": "#161616",
|
||||||
|
"tab.activeBorder": "#FFC799",
|
||||||
|
"tab.border": "#101010",
|
||||||
|
"tab.inactiveBackground": "#101010",
|
||||||
|
"textLink.activeForeground": "#FFCFA8",
|
||||||
|
"textLink.foreground": "#FFC799",
|
||||||
|
"titleBar.activeBackground": "#101010",
|
||||||
|
"titleBar.activeForeground": "#7E7E7E",
|
||||||
|
"titleBar.inactiveBackground": "#101010",
|
||||||
|
"titleBar.inactiveForeground": "#707070"
|
||||||
|
},
|
||||||
|
"displayName": "Vesper",
|
||||||
|
"name": "vesper",
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8b8b8b94"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"string constant.other.placeholder",
|
||||||
|
"entity.name.tag"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.color"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid",
|
||||||
|
"invalid.illegal"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF8080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.control",
|
||||||
|
"constant.other.color",
|
||||||
|
"punctuation.definition.tag",
|
||||||
|
"punctuation.separator.inheritance.php",
|
||||||
|
"punctuation.definition.tag.html",
|
||||||
|
"punctuation.definition.tag.begin.html",
|
||||||
|
"punctuation.definition.tag.end.html",
|
||||||
|
"punctuation.section.embedded",
|
||||||
|
"keyword.other.template",
|
||||||
|
"keyword.other.substitution"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"meta.tag.sgml",
|
||||||
|
"markup.deleted.git_gutter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"variable.function",
|
||||||
|
"support.function",
|
||||||
|
"keyword.other.special-method"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.block variable.other"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.other.variable",
|
||||||
|
"string.other.link"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"support.constant",
|
||||||
|
"constant.character",
|
||||||
|
"constant.escape",
|
||||||
|
"keyword.other.unit",
|
||||||
|
"keyword.other",
|
||||||
|
"constant.language.boolean"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"constant.other.symbol",
|
||||||
|
"constant.other.key",
|
||||||
|
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#99FFE4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name",
|
||||||
|
"support.type",
|
||||||
|
"support.class",
|
||||||
|
"support.other.namespace.use.php",
|
||||||
|
"meta.use.php",
|
||||||
|
"support.other.namespace.php",
|
||||||
|
"markup.changed.git_gutter",
|
||||||
|
"support.type.sys-types"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.css support.type.property-name",
|
||||||
|
"source.sass support.type.property-name",
|
||||||
|
"source.scss support.type.property-name",
|
||||||
|
"source.less support.type.property-name",
|
||||||
|
"source.stylus support.type.property-name",
|
||||||
|
"source.postcss support.type.property-name",
|
||||||
|
"source.postcss support.type.property-name",
|
||||||
|
"support.type.vendored.property-name.css",
|
||||||
|
"source.css.scss entity.name.tag",
|
||||||
|
"variable.parameter.keyframe-list.css",
|
||||||
|
"meta.property-name.css",
|
||||||
|
"variable.parameter.url.scss",
|
||||||
|
"meta.property-value.scss",
|
||||||
|
"meta.property-value.css"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.module.js",
|
||||||
|
"variable.import.parameter.js",
|
||||||
|
"variable.other.class.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF8080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.method.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.class-method.js entity.name.function.js",
|
||||||
|
"variable.function.constructor"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"meta.property-list.scss",
|
||||||
|
"meta.attribute-selector.scss",
|
||||||
|
"meta.property-value.css",
|
||||||
|
"entity.other.keyframe-offset.css",
|
||||||
|
"meta.selector.css",
|
||||||
|
"entity.name.tag.reference.scss",
|
||||||
|
"entity.name.tag.nesting.css",
|
||||||
|
"punctuation.separator.key-value.css"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.basic entity.other.attribute-name.html",
|
||||||
|
"text.html.basic entity.other.attribute-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.class",
|
||||||
|
"entity.other.attribute-name.id",
|
||||||
|
"meta.attribute-selector.scss",
|
||||||
|
"variable.parameter.misc.css"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.sass keyword.control",
|
||||||
|
"meta.attribute-selector.scss"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#99FFE4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#99FFE4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FF8080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.character.escape"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"*url*",
|
||||||
|
"*link*",
|
||||||
|
"*uri*"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"tag.decorator.js entity.name.tag.js",
|
||||||
|
"tag.decorator.js punctuation.definition.tag.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#FF8080"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown",
|
||||||
|
"punctuation.definition.list_item.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markdown.heading",
|
||||||
|
"markup.heading | markup.heading entity.name",
|
||||||
|
"markup.heading.markdown punctuation.definition.heading.markdown",
|
||||||
|
"markup.heading",
|
||||||
|
"markup.inserted.git_gutter"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.italic"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold",
|
||||||
|
"markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.bold markup.italic",
|
||||||
|
"markup.italic markup.bold",
|
||||||
|
"markup.quote markup.bold",
|
||||||
|
"markup.bold markup.italic string",
|
||||||
|
"markup.italic markup.bold string",
|
||||||
|
"markup.quote markup.bold string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote punctuation.definition.blockquote.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.quote"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.other.link.description.title.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFC799"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#A0A0A0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00000050"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#00000050"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.raw.block.fenced.markdown",
|
||||||
|
"variable.language.fenced.markdown",
|
||||||
|
"punctuation.section.class.end"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable.language.fenced.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.separator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#65737E"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.table"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#FFF"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,693 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#4d9375",
|
||||||
|
"activityBar.background": "#000",
|
||||||
|
"activityBar.border": "#191919",
|
||||||
|
"activityBar.foreground": "#dbd7cacc",
|
||||||
|
"activityBar.inactiveForeground": "#dedcd550",
|
||||||
|
"activityBarBadge.background": "#bfbaaa",
|
||||||
|
"activityBarBadge.foreground": "#000",
|
||||||
|
"badge.background": "#dedcd590",
|
||||||
|
"badge.foreground": "#000",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#eeeeee18",
|
||||||
|
"breadcrumb.background": "#121212",
|
||||||
|
"breadcrumb.focusForeground": "#dbd7cacc",
|
||||||
|
"breadcrumb.foreground": "#959da5",
|
||||||
|
"breadcrumbPicker.background": "#000",
|
||||||
|
"button.background": "#4d9375",
|
||||||
|
"button.foreground": "#000",
|
||||||
|
"button.hoverBackground": "#4d9375",
|
||||||
|
"checkbox.background": "#121212",
|
||||||
|
"checkbox.border": "#2f363d",
|
||||||
|
"debugToolBar.background": "#000",
|
||||||
|
"descriptionForeground": "#dedcd590",
|
||||||
|
"diffEditor.insertedTextBackground": "#4d937550",
|
||||||
|
"diffEditor.removedTextBackground": "#ab595950",
|
||||||
|
"dropdown.background": "#000",
|
||||||
|
"dropdown.border": "#191919",
|
||||||
|
"dropdown.foreground": "#dbd7cacc",
|
||||||
|
"dropdown.listBackground": "#121212",
|
||||||
|
"editor.background": "#000",
|
||||||
|
"editor.findMatchBackground": "#e6cc7722",
|
||||||
|
"editor.findMatchHighlightBackground": "#e6cc7744",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#b808",
|
||||||
|
"editor.foldBackground": "#eeeeee10",
|
||||||
|
"editor.foreground": "#dbd7cacc",
|
||||||
|
"editor.inactiveSelectionBackground": "#eeeeee10",
|
||||||
|
"editor.lineHighlightBackground": "#121212",
|
||||||
|
"editor.selectionBackground": "#eeeeee18",
|
||||||
|
"editor.selectionHighlightBackground": "#eeeeee10",
|
||||||
|
"editor.stackFrameHighlightBackground": "#a707",
|
||||||
|
"editor.wordHighlightBackground": "#1c6b4805",
|
||||||
|
"editor.wordHighlightStrongBackground": "#1c6b4810",
|
||||||
|
"editorBracketHighlight.foreground1": "#5eaab5",
|
||||||
|
"editorBracketHighlight.foreground2": "#4d9375",
|
||||||
|
"editorBracketHighlight.foreground3": "#d4976c",
|
||||||
|
"editorBracketHighlight.foreground4": "#d9739f",
|
||||||
|
"editorBracketHighlight.foreground5": "#e6cc77",
|
||||||
|
"editorBracketHighlight.foreground6": "#6394bf",
|
||||||
|
"editorBracketMatch.background": "#4d937520",
|
||||||
|
"editorError.foreground": "#cb7676",
|
||||||
|
"editorGroup.border": "#191919",
|
||||||
|
"editorGroupHeader.tabsBackground": "#000",
|
||||||
|
"editorGroupHeader.tabsBorder": "#191919",
|
||||||
|
"editorGutter.addedBackground": "#4d9375",
|
||||||
|
"editorGutter.commentRangeForeground": "#dedcd550",
|
||||||
|
"editorGutter.deletedBackground": "#cb7676",
|
||||||
|
"editorGutter.foldingControlForeground": "#dedcd590",
|
||||||
|
"editorGutter.modifiedBackground": "#6394bf",
|
||||||
|
"editorHint.foreground": "#4d9375",
|
||||||
|
"editorIndentGuide.activeBackground": "#ffffff30",
|
||||||
|
"editorIndentGuide.background": "#ffffff15",
|
||||||
|
"editorInfo.foreground": "#6394bf",
|
||||||
|
"editorInlayHint.background": "#121212",
|
||||||
|
"editorInlayHint.foreground": "#444444",
|
||||||
|
"editorLineNumber.activeForeground": "#bfbaaa",
|
||||||
|
"editorLineNumber.foreground": "#dedcd550",
|
||||||
|
"editorOverviewRuler.border": "#111",
|
||||||
|
"editorStickyScroll.background": "#121212",
|
||||||
|
"editorStickyScrollHover.background": "#121212",
|
||||||
|
"editorWarning.foreground": "#d4976c",
|
||||||
|
"editorWhitespace.foreground": "#ffffff15",
|
||||||
|
"editorWidget.background": "#000",
|
||||||
|
"errorForeground": "#cb7676",
|
||||||
|
"focusBorder": "#00000000",
|
||||||
|
"foreground": "#dbd7cacc",
|
||||||
|
"gitDecoration.addedResourceForeground": "#4d9375",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#d4976c",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#cb7676",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#dedcd550",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#6394bf",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#dedcd590",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#5eaab5",
|
||||||
|
"input.background": "#121212",
|
||||||
|
"input.border": "#191919",
|
||||||
|
"input.foreground": "#dbd7cacc",
|
||||||
|
"input.placeholderForeground": "#dedcd590",
|
||||||
|
"inputOption.activeBackground": "#dedcd550",
|
||||||
|
"list.activeSelectionBackground": "#121212",
|
||||||
|
"list.activeSelectionForeground": "#dbd7cacc",
|
||||||
|
"list.focusBackground": "#121212",
|
||||||
|
"list.highlightForeground": "#4d9375",
|
||||||
|
"list.hoverBackground": "#121212",
|
||||||
|
"list.hoverForeground": "#dbd7cacc",
|
||||||
|
"list.inactiveFocusBackground": "#000",
|
||||||
|
"list.inactiveSelectionBackground": "#121212",
|
||||||
|
"list.inactiveSelectionForeground": "#dbd7cacc",
|
||||||
|
"menu.separatorBackground": "#191919",
|
||||||
|
"notificationCenterHeader.background": "#000",
|
||||||
|
"notificationCenterHeader.foreground": "#959da5",
|
||||||
|
"notifications.background": "#000",
|
||||||
|
"notifications.border": "#191919",
|
||||||
|
"notifications.foreground": "#dbd7cacc",
|
||||||
|
"notificationsErrorIcon.foreground": "#cb7676",
|
||||||
|
"notificationsInfoIcon.foreground": "#6394bf",
|
||||||
|
"notificationsWarningIcon.foreground": "#d4976c",
|
||||||
|
"panel.background": "#000",
|
||||||
|
"panel.border": "#191919",
|
||||||
|
"panelInput.border": "#2f363d",
|
||||||
|
"panelTitle.activeBorder": "#4d9375",
|
||||||
|
"panelTitle.activeForeground": "#dbd7cacc",
|
||||||
|
"panelTitle.inactiveForeground": "#959da5",
|
||||||
|
"peekViewEditor.background": "#000",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#ffd33d33",
|
||||||
|
"peekViewResult.background": "#000",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#ffd33d33",
|
||||||
|
"pickerGroup.border": "#191919",
|
||||||
|
"pickerGroup.foreground": "#dbd7cacc",
|
||||||
|
"problemsErrorIcon.foreground": "#cb7676",
|
||||||
|
"problemsInfoIcon.foreground": "#6394bf",
|
||||||
|
"problemsWarningIcon.foreground": "#d4976c",
|
||||||
|
"progressBar.background": "#4d9375",
|
||||||
|
"quickInput.background": "#000",
|
||||||
|
"quickInput.foreground": "#dbd7cacc",
|
||||||
|
"quickInputList.focusBackground": "#121212",
|
||||||
|
"scrollbar.shadow": "#0000",
|
||||||
|
"scrollbarSlider.activeBackground": "#dedcd550",
|
||||||
|
"scrollbarSlider.background": "#dedcd510",
|
||||||
|
"scrollbarSlider.hoverBackground": "#dedcd550",
|
||||||
|
"settings.headerForeground": "#dbd7cacc",
|
||||||
|
"settings.modifiedItemIndicator": "#4d9375",
|
||||||
|
"sideBar.background": "#000",
|
||||||
|
"sideBar.border": "#191919",
|
||||||
|
"sideBar.foreground": "#bfbaaa",
|
||||||
|
"sideBarSectionHeader.background": "#000",
|
||||||
|
"sideBarSectionHeader.border": "#191919",
|
||||||
|
"sideBarSectionHeader.foreground": "#dbd7cacc",
|
||||||
|
"sideBarTitle.foreground": "#dbd7cacc",
|
||||||
|
"statusBar.background": "#000",
|
||||||
|
"statusBar.border": "#191919",
|
||||||
|
"statusBar.debuggingBackground": "#121212",
|
||||||
|
"statusBar.debuggingForeground": "#bfbaaa",
|
||||||
|
"statusBar.foreground": "#bfbaaa",
|
||||||
|
"statusBar.noFolderBackground": "#000",
|
||||||
|
"statusBarItem.prominentBackground": "#121212",
|
||||||
|
"tab.activeBackground": "#000",
|
||||||
|
"tab.activeBorder": "#191919",
|
||||||
|
"tab.activeBorderTop": "#dedcd590",
|
||||||
|
"tab.activeForeground": "#dbd7cacc",
|
||||||
|
"tab.border": "#191919",
|
||||||
|
"tab.hoverBackground": "#121212",
|
||||||
|
"tab.inactiveBackground": "#000",
|
||||||
|
"tab.inactiveForeground": "#959da5",
|
||||||
|
"tab.unfocusedActiveBorder": "#191919",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#191919",
|
||||||
|
"tab.unfocusedHoverBackground": "#000",
|
||||||
|
"terminal.ansiBlack": "#393a34",
|
||||||
|
"terminal.ansiBlue": "#6394bf",
|
||||||
|
"terminal.ansiBrightBlack": "#777777",
|
||||||
|
"terminal.ansiBrightBlue": "#6394bf",
|
||||||
|
"terminal.ansiBrightCyan": "#5eaab5",
|
||||||
|
"terminal.ansiBrightGreen": "#4d9375",
|
||||||
|
"terminal.ansiBrightMagenta": "#d9739f",
|
||||||
|
"terminal.ansiBrightRed": "#cb7676",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#e6cc77",
|
||||||
|
"terminal.ansiCyan": "#5eaab5",
|
||||||
|
"terminal.ansiGreen": "#4d9375",
|
||||||
|
"terminal.ansiMagenta": "#d9739f",
|
||||||
|
"terminal.ansiRed": "#cb7676",
|
||||||
|
"terminal.ansiWhite": "#dbd7ca",
|
||||||
|
"terminal.ansiYellow": "#e6cc77",
|
||||||
|
"terminal.foreground": "#dbd7cacc",
|
||||||
|
"terminal.selectionBackground": "#eeeeee18",
|
||||||
|
"textBlockQuote.background": "#000",
|
||||||
|
"textBlockQuote.border": "#191919",
|
||||||
|
"textCodeBlock.background": "#000",
|
||||||
|
"textLink.activeForeground": "#4d9375",
|
||||||
|
"textLink.foreground": "#4d9375",
|
||||||
|
"textPreformat.foreground": "#d1d5da",
|
||||||
|
"textSeparator.foreground": "#586069",
|
||||||
|
"titleBar.activeBackground": "#000",
|
||||||
|
"titleBar.activeForeground": "#bfbaaa",
|
||||||
|
"titleBar.border": "#121212",
|
||||||
|
"titleBar.inactiveBackground": "#000",
|
||||||
|
"titleBar.inactiveForeground": "#959da5",
|
||||||
|
"tree.indentGuidesStroke": "#2f363d",
|
||||||
|
"welcomePage.buttonBackground": "#2f363d",
|
||||||
|
"welcomePage.buttonHoverBackground": "#444d56"
|
||||||
|
},
|
||||||
|
"displayName": "Vitesse Black",
|
||||||
|
"name": "vitesse-black",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"class": "#6872ab",
|
||||||
|
"interface": "#5d99a9",
|
||||||
|
"namespace": "#db889a",
|
||||||
|
"property": "#b8a965",
|
||||||
|
"type": "#5d99a9"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#758575dd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"delimiter.bracket",
|
||||||
|
"delimiter",
|
||||||
|
"invalid.illegal.character-not-allowed-here.html",
|
||||||
|
"keyword.operator.rest",
|
||||||
|
"keyword.operator.spread",
|
||||||
|
"keyword.operator.type.annotation",
|
||||||
|
"keyword.operator.relational",
|
||||||
|
"keyword.operator.assignment",
|
||||||
|
"keyword.operator.type",
|
||||||
|
"meta.brace",
|
||||||
|
"meta.tag.block.any.html",
|
||||||
|
"meta.tag.inline.any.html",
|
||||||
|
"meta.tag.structure.input.void.html",
|
||||||
|
"meta.type.annotation",
|
||||||
|
"meta.embedded.block.github-actions-expression",
|
||||||
|
"storage.type.function.arrow",
|
||||||
|
"meta.objectliteral.ts",
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.definition.string.begin.html.vue",
|
||||||
|
"punctuation.definition.string.end.html.vue"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#444444"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.language",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c99076"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity",
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80a665"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbd7cacc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"tag.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80a665"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"storage.type.class.jsdoc",
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type",
|
||||||
|
"support.type.builtin",
|
||||||
|
"constant.language.undefined",
|
||||||
|
"constant.language.null",
|
||||||
|
"constant.language.import-export-all.ts"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cb7676"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.derivative",
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbd7cacc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source",
|
||||||
|
"attribute.value"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d77"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b8a96577"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b8a965"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"property",
|
||||||
|
"meta.property-name",
|
||||||
|
"meta.object-literal.key",
|
||||||
|
"entity.name.tag.yaml",
|
||||||
|
"attribute.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b8a965"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"invalid.deprecated.entity.other.attribute-name.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bd976a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"identifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bd976a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.primitive",
|
||||||
|
"entity.name.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5DA994"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#db889a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator",
|
||||||
|
"keyword.operator.assignment.compound",
|
||||||
|
"meta.var.expr.ts"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cb7676"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#f97583",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c4704f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6cc77"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c99076"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.quantifier.regexp",
|
||||||
|
"constant.numeric",
|
||||||
|
"number"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4C9A91"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unit"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cb7676"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language.boolean",
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d4976c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5d99a9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#dbd7cacc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#dbd7cacc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#86181d",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#144620",
|
||||||
|
"foreground": "#85e89d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#c24e00",
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#79b8ff",
|
||||||
|
"foreground": "#2f363d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d1d5da"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link",
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link.markdown",
|
||||||
|
"markup.underline.link.image.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#dedcd590"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"type.identifier",
|
||||||
|
"constant.other.character-class.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6872ab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.html.vue"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80a665"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid.illegal.unrecognized-tag.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,693 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#4d9375",
|
||||||
|
"activityBar.background": "#121212",
|
||||||
|
"activityBar.border": "#191919",
|
||||||
|
"activityBar.foreground": "#dbd7caee",
|
||||||
|
"activityBar.inactiveForeground": "#dedcd550",
|
||||||
|
"activityBarBadge.background": "#bfbaaa",
|
||||||
|
"activityBarBadge.foreground": "#121212",
|
||||||
|
"badge.background": "#dedcd590",
|
||||||
|
"badge.foreground": "#121212",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#eeeeee18",
|
||||||
|
"breadcrumb.background": "#181818",
|
||||||
|
"breadcrumb.focusForeground": "#dbd7caee",
|
||||||
|
"breadcrumb.foreground": "#959da5",
|
||||||
|
"breadcrumbPicker.background": "#121212",
|
||||||
|
"button.background": "#4d9375",
|
||||||
|
"button.foreground": "#121212",
|
||||||
|
"button.hoverBackground": "#4d9375",
|
||||||
|
"checkbox.background": "#181818",
|
||||||
|
"checkbox.border": "#2f363d",
|
||||||
|
"debugToolBar.background": "#121212",
|
||||||
|
"descriptionForeground": "#dedcd590",
|
||||||
|
"diffEditor.insertedTextBackground": "#4d937550",
|
||||||
|
"diffEditor.removedTextBackground": "#ab595950",
|
||||||
|
"dropdown.background": "#121212",
|
||||||
|
"dropdown.border": "#191919",
|
||||||
|
"dropdown.foreground": "#dbd7caee",
|
||||||
|
"dropdown.listBackground": "#181818",
|
||||||
|
"editor.background": "#121212",
|
||||||
|
"editor.findMatchBackground": "#e6cc7722",
|
||||||
|
"editor.findMatchHighlightBackground": "#e6cc7744",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#b808",
|
||||||
|
"editor.foldBackground": "#eeeeee10",
|
||||||
|
"editor.foreground": "#dbd7caee",
|
||||||
|
"editor.inactiveSelectionBackground": "#eeeeee10",
|
||||||
|
"editor.lineHighlightBackground": "#181818",
|
||||||
|
"editor.selectionBackground": "#eeeeee18",
|
||||||
|
"editor.selectionHighlightBackground": "#eeeeee10",
|
||||||
|
"editor.stackFrameHighlightBackground": "#a707",
|
||||||
|
"editor.wordHighlightBackground": "#1c6b4805",
|
||||||
|
"editor.wordHighlightStrongBackground": "#1c6b4810",
|
||||||
|
"editorBracketHighlight.foreground1": "#5eaab5",
|
||||||
|
"editorBracketHighlight.foreground2": "#4d9375",
|
||||||
|
"editorBracketHighlight.foreground3": "#d4976c",
|
||||||
|
"editorBracketHighlight.foreground4": "#d9739f",
|
||||||
|
"editorBracketHighlight.foreground5": "#e6cc77",
|
||||||
|
"editorBracketHighlight.foreground6": "#6394bf",
|
||||||
|
"editorBracketMatch.background": "#4d937520",
|
||||||
|
"editorError.foreground": "#cb7676",
|
||||||
|
"editorGroup.border": "#191919",
|
||||||
|
"editorGroupHeader.tabsBackground": "#121212",
|
||||||
|
"editorGroupHeader.tabsBorder": "#191919",
|
||||||
|
"editorGutter.addedBackground": "#4d9375",
|
||||||
|
"editorGutter.commentRangeForeground": "#dedcd550",
|
||||||
|
"editorGutter.deletedBackground": "#cb7676",
|
||||||
|
"editorGutter.foldingControlForeground": "#dedcd590",
|
||||||
|
"editorGutter.modifiedBackground": "#6394bf",
|
||||||
|
"editorHint.foreground": "#4d9375",
|
||||||
|
"editorIndentGuide.activeBackground": "#ffffff30",
|
||||||
|
"editorIndentGuide.background": "#ffffff15",
|
||||||
|
"editorInfo.foreground": "#6394bf",
|
||||||
|
"editorInlayHint.background": "#181818",
|
||||||
|
"editorInlayHint.foreground": "#666666",
|
||||||
|
"editorLineNumber.activeForeground": "#bfbaaa",
|
||||||
|
"editorLineNumber.foreground": "#dedcd550",
|
||||||
|
"editorOverviewRuler.border": "#111",
|
||||||
|
"editorStickyScroll.background": "#181818",
|
||||||
|
"editorStickyScrollHover.background": "#181818",
|
||||||
|
"editorWarning.foreground": "#d4976c",
|
||||||
|
"editorWhitespace.foreground": "#ffffff15",
|
||||||
|
"editorWidget.background": "#121212",
|
||||||
|
"errorForeground": "#cb7676",
|
||||||
|
"focusBorder": "#00000000",
|
||||||
|
"foreground": "#dbd7caee",
|
||||||
|
"gitDecoration.addedResourceForeground": "#4d9375",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#d4976c",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#cb7676",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#dedcd550",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#6394bf",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#dedcd590",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#5eaab5",
|
||||||
|
"input.background": "#181818",
|
||||||
|
"input.border": "#191919",
|
||||||
|
"input.foreground": "#dbd7caee",
|
||||||
|
"input.placeholderForeground": "#dedcd590",
|
||||||
|
"inputOption.activeBackground": "#dedcd550",
|
||||||
|
"list.activeSelectionBackground": "#181818",
|
||||||
|
"list.activeSelectionForeground": "#dbd7caee",
|
||||||
|
"list.focusBackground": "#181818",
|
||||||
|
"list.highlightForeground": "#4d9375",
|
||||||
|
"list.hoverBackground": "#181818",
|
||||||
|
"list.hoverForeground": "#dbd7caee",
|
||||||
|
"list.inactiveFocusBackground": "#121212",
|
||||||
|
"list.inactiveSelectionBackground": "#181818",
|
||||||
|
"list.inactiveSelectionForeground": "#dbd7caee",
|
||||||
|
"menu.separatorBackground": "#191919",
|
||||||
|
"notificationCenterHeader.background": "#121212",
|
||||||
|
"notificationCenterHeader.foreground": "#959da5",
|
||||||
|
"notifications.background": "#121212",
|
||||||
|
"notifications.border": "#191919",
|
||||||
|
"notifications.foreground": "#dbd7caee",
|
||||||
|
"notificationsErrorIcon.foreground": "#cb7676",
|
||||||
|
"notificationsInfoIcon.foreground": "#6394bf",
|
||||||
|
"notificationsWarningIcon.foreground": "#d4976c",
|
||||||
|
"panel.background": "#121212",
|
||||||
|
"panel.border": "#191919",
|
||||||
|
"panelInput.border": "#2f363d",
|
||||||
|
"panelTitle.activeBorder": "#4d9375",
|
||||||
|
"panelTitle.activeForeground": "#dbd7caee",
|
||||||
|
"panelTitle.inactiveForeground": "#959da5",
|
||||||
|
"peekViewEditor.background": "#121212",
|
||||||
|
"peekViewEditor.matchHighlightBackground": "#ffd33d33",
|
||||||
|
"peekViewResult.background": "#121212",
|
||||||
|
"peekViewResult.matchHighlightBackground": "#ffd33d33",
|
||||||
|
"pickerGroup.border": "#191919",
|
||||||
|
"pickerGroup.foreground": "#dbd7caee",
|
||||||
|
"problemsErrorIcon.foreground": "#cb7676",
|
||||||
|
"problemsInfoIcon.foreground": "#6394bf",
|
||||||
|
"problemsWarningIcon.foreground": "#d4976c",
|
||||||
|
"progressBar.background": "#4d9375",
|
||||||
|
"quickInput.background": "#121212",
|
||||||
|
"quickInput.foreground": "#dbd7caee",
|
||||||
|
"quickInputList.focusBackground": "#181818",
|
||||||
|
"scrollbar.shadow": "#0000",
|
||||||
|
"scrollbarSlider.activeBackground": "#dedcd550",
|
||||||
|
"scrollbarSlider.background": "#dedcd510",
|
||||||
|
"scrollbarSlider.hoverBackground": "#dedcd550",
|
||||||
|
"settings.headerForeground": "#dbd7caee",
|
||||||
|
"settings.modifiedItemIndicator": "#4d9375",
|
||||||
|
"sideBar.background": "#121212",
|
||||||
|
"sideBar.border": "#191919",
|
||||||
|
"sideBar.foreground": "#bfbaaa",
|
||||||
|
"sideBarSectionHeader.background": "#121212",
|
||||||
|
"sideBarSectionHeader.border": "#191919",
|
||||||
|
"sideBarSectionHeader.foreground": "#dbd7caee",
|
||||||
|
"sideBarTitle.foreground": "#dbd7caee",
|
||||||
|
"statusBar.background": "#121212",
|
||||||
|
"statusBar.border": "#191919",
|
||||||
|
"statusBar.debuggingBackground": "#181818",
|
||||||
|
"statusBar.debuggingForeground": "#bfbaaa",
|
||||||
|
"statusBar.foreground": "#bfbaaa",
|
||||||
|
"statusBar.noFolderBackground": "#121212",
|
||||||
|
"statusBarItem.prominentBackground": "#181818",
|
||||||
|
"tab.activeBackground": "#121212",
|
||||||
|
"tab.activeBorder": "#191919",
|
||||||
|
"tab.activeBorderTop": "#dedcd590",
|
||||||
|
"tab.activeForeground": "#dbd7caee",
|
||||||
|
"tab.border": "#191919",
|
||||||
|
"tab.hoverBackground": "#181818",
|
||||||
|
"tab.inactiveBackground": "#121212",
|
||||||
|
"tab.inactiveForeground": "#959da5",
|
||||||
|
"tab.unfocusedActiveBorder": "#191919",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#191919",
|
||||||
|
"tab.unfocusedHoverBackground": "#121212",
|
||||||
|
"terminal.ansiBlack": "#393a34",
|
||||||
|
"terminal.ansiBlue": "#6394bf",
|
||||||
|
"terminal.ansiBrightBlack": "#777777",
|
||||||
|
"terminal.ansiBrightBlue": "#6394bf",
|
||||||
|
"terminal.ansiBrightCyan": "#5eaab5",
|
||||||
|
"terminal.ansiBrightGreen": "#4d9375",
|
||||||
|
"terminal.ansiBrightMagenta": "#d9739f",
|
||||||
|
"terminal.ansiBrightRed": "#cb7676",
|
||||||
|
"terminal.ansiBrightWhite": "#ffffff",
|
||||||
|
"terminal.ansiBrightYellow": "#e6cc77",
|
||||||
|
"terminal.ansiCyan": "#5eaab5",
|
||||||
|
"terminal.ansiGreen": "#4d9375",
|
||||||
|
"terminal.ansiMagenta": "#d9739f",
|
||||||
|
"terminal.ansiRed": "#cb7676",
|
||||||
|
"terminal.ansiWhite": "#dbd7ca",
|
||||||
|
"terminal.ansiYellow": "#e6cc77",
|
||||||
|
"terminal.foreground": "#dbd7caee",
|
||||||
|
"terminal.selectionBackground": "#eeeeee18",
|
||||||
|
"textBlockQuote.background": "#121212",
|
||||||
|
"textBlockQuote.border": "#191919",
|
||||||
|
"textCodeBlock.background": "#121212",
|
||||||
|
"textLink.activeForeground": "#4d9375",
|
||||||
|
"textLink.foreground": "#4d9375",
|
||||||
|
"textPreformat.foreground": "#d1d5da",
|
||||||
|
"textSeparator.foreground": "#586069",
|
||||||
|
"titleBar.activeBackground": "#121212",
|
||||||
|
"titleBar.activeForeground": "#bfbaaa",
|
||||||
|
"titleBar.border": "#181818",
|
||||||
|
"titleBar.inactiveBackground": "#121212",
|
||||||
|
"titleBar.inactiveForeground": "#959da5",
|
||||||
|
"tree.indentGuidesStroke": "#2f363d",
|
||||||
|
"welcomePage.buttonBackground": "#2f363d",
|
||||||
|
"welcomePage.buttonHoverBackground": "#444d56"
|
||||||
|
},
|
||||||
|
"displayName": "Vitesse Dark",
|
||||||
|
"name": "vitesse-dark",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"class": "#6872ab",
|
||||||
|
"interface": "#5d99a9",
|
||||||
|
"namespace": "#db889a",
|
||||||
|
"property": "#b8a965",
|
||||||
|
"type": "#5d99a9"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#758575dd"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"delimiter.bracket",
|
||||||
|
"delimiter",
|
||||||
|
"invalid.illegal.character-not-allowed-here.html",
|
||||||
|
"keyword.operator.rest",
|
||||||
|
"keyword.operator.spread",
|
||||||
|
"keyword.operator.type.annotation",
|
||||||
|
"keyword.operator.relational",
|
||||||
|
"keyword.operator.assignment",
|
||||||
|
"keyword.operator.type",
|
||||||
|
"meta.brace",
|
||||||
|
"meta.tag.block.any.html",
|
||||||
|
"meta.tag.inline.any.html",
|
||||||
|
"meta.tag.structure.input.void.html",
|
||||||
|
"meta.type.annotation",
|
||||||
|
"meta.embedded.block.github-actions-expression",
|
||||||
|
"storage.type.function.arrow",
|
||||||
|
"meta.objectliteral.ts",
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.definition.string.begin.html.vue",
|
||||||
|
"punctuation.definition.string.end.html.vue"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#666666"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.language",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c99076"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity",
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80a665"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbd7caee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"tag.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80a665"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"storage.type.class.jsdoc",
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type",
|
||||||
|
"support.type.builtin",
|
||||||
|
"constant.language.undefined",
|
||||||
|
"constant.language.null",
|
||||||
|
"constant.language.import-export-all.ts"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cb7676"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.derivative",
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#dbd7caee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source",
|
||||||
|
"attribute.value"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d77"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b8a96577"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b8a965"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"property",
|
||||||
|
"meta.property-name",
|
||||||
|
"meta.object-literal.key",
|
||||||
|
"entity.name.tag.yaml",
|
||||||
|
"attribute.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b8a965"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"invalid.deprecated.entity.other.attribute-name.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bd976a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"identifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bd976a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.primitive",
|
||||||
|
"entity.name.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5DA994"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#db889a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator",
|
||||||
|
"keyword.operator.assignment.compound",
|
||||||
|
"meta.var.expr.ts"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cb7676"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#f97583",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#24292e"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c4704f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e6cc77"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c99076"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.quantifier.regexp",
|
||||||
|
"constant.numeric",
|
||||||
|
"number"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4C9A91"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unit"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#cb7676"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language.boolean",
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d4976c"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5d99a9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#dbd7caee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#dbd7caee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#4d9375"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#86181d",
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#144620",
|
||||||
|
"foreground": "#85e89d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#c24e00",
|
||||||
|
"foreground": "#ffab70"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#79b8ff",
|
||||||
|
"foreground": "#2f363d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#b392f0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#79b8ff"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d1d5da"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#fdaeb7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link",
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c98a7d"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link.markdown",
|
||||||
|
"markup.underline.link.image.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#dedcd590"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"type.identifier",
|
||||||
|
"constant.other.character-class.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6872ab"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.html.vue"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80a665"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid.illegal.unrecognized-tag.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "dark"
|
||||||
|
}
|
||||||
@@ -0,0 +1,691 @@
|
|||||||
|
{
|
||||||
|
"colors": {
|
||||||
|
"activityBar.activeBorder": "#1c6b48",
|
||||||
|
"activityBar.background": "#ffffff",
|
||||||
|
"activityBar.border": "#f0f0f0",
|
||||||
|
"activityBar.foreground": "#393a34",
|
||||||
|
"activityBar.inactiveForeground": "#393a3450",
|
||||||
|
"activityBarBadge.background": "#4e4f47",
|
||||||
|
"activityBarBadge.foreground": "#ffffff",
|
||||||
|
"badge.background": "#393a3490",
|
||||||
|
"badge.foreground": "#ffffff",
|
||||||
|
"breadcrumb.activeSelectionForeground": "#22222218",
|
||||||
|
"breadcrumb.background": "#f7f7f7",
|
||||||
|
"breadcrumb.focusForeground": "#393a34",
|
||||||
|
"breadcrumb.foreground": "#6a737d",
|
||||||
|
"breadcrumbPicker.background": "#ffffff",
|
||||||
|
"button.background": "#1c6b48",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"button.hoverBackground": "#1c6b48",
|
||||||
|
"checkbox.background": "#f7f7f7",
|
||||||
|
"checkbox.border": "#d1d5da",
|
||||||
|
"debugToolBar.background": "#ffffff",
|
||||||
|
"descriptionForeground": "#393a3490",
|
||||||
|
"diffEditor.insertedTextBackground": "#1c6b4830",
|
||||||
|
"diffEditor.removedTextBackground": "#ab595940",
|
||||||
|
"dropdown.background": "#ffffff",
|
||||||
|
"dropdown.border": "#f0f0f0",
|
||||||
|
"dropdown.foreground": "#393a34",
|
||||||
|
"dropdown.listBackground": "#f7f7f7",
|
||||||
|
"editor.background": "#ffffff",
|
||||||
|
"editor.findMatchBackground": "#e6cc7744",
|
||||||
|
"editor.findMatchHighlightBackground": "#e6cc7766",
|
||||||
|
"editor.focusedStackFrameHighlightBackground": "#fff5b1",
|
||||||
|
"editor.foldBackground": "#22222210",
|
||||||
|
"editor.foreground": "#393a34",
|
||||||
|
"editor.inactiveSelectionBackground": "#22222210",
|
||||||
|
"editor.lineHighlightBackground": "#f7f7f7",
|
||||||
|
"editor.selectionBackground": "#22222218",
|
||||||
|
"editor.selectionHighlightBackground": "#22222210",
|
||||||
|
"editor.stackFrameHighlightBackground": "#fffbdd",
|
||||||
|
"editor.wordHighlightBackground": "#1c6b4805",
|
||||||
|
"editor.wordHighlightStrongBackground": "#1c6b4810",
|
||||||
|
"editorBracketHighlight.foreground1": "#2993a3",
|
||||||
|
"editorBracketHighlight.foreground2": "#1e754f",
|
||||||
|
"editorBracketHighlight.foreground3": "#a65e2b",
|
||||||
|
"editorBracketHighlight.foreground4": "#a13865",
|
||||||
|
"editorBracketHighlight.foreground5": "#bda437",
|
||||||
|
"editorBracketHighlight.foreground6": "#296aa3",
|
||||||
|
"editorBracketMatch.background": "#1c6b4820",
|
||||||
|
"editorError.foreground": "#ab5959",
|
||||||
|
"editorGroup.border": "#f0f0f0",
|
||||||
|
"editorGroupHeader.tabsBackground": "#ffffff",
|
||||||
|
"editorGroupHeader.tabsBorder": "#f0f0f0",
|
||||||
|
"editorGutter.addedBackground": "#1e754f",
|
||||||
|
"editorGutter.commentRangeForeground": "#393a3450",
|
||||||
|
"editorGutter.deletedBackground": "#ab5959",
|
||||||
|
"editorGutter.foldingControlForeground": "#393a3490",
|
||||||
|
"editorGutter.modifiedBackground": "#296aa3",
|
||||||
|
"editorHint.foreground": "#1e754f",
|
||||||
|
"editorIndentGuide.activeBackground": "#00000030",
|
||||||
|
"editorIndentGuide.background": "#00000015",
|
||||||
|
"editorInfo.foreground": "#296aa3",
|
||||||
|
"editorInlayHint.background": "#f7f7f7",
|
||||||
|
"editorInlayHint.foreground": "#999999",
|
||||||
|
"editorLineNumber.activeForeground": "#4e4f47",
|
||||||
|
"editorLineNumber.foreground": "#393a3450",
|
||||||
|
"editorOverviewRuler.border": "#fff",
|
||||||
|
"editorStickyScroll.background": "#f7f7f7",
|
||||||
|
"editorStickyScrollHover.background": "#f7f7f7",
|
||||||
|
"editorWarning.foreground": "#a65e2b",
|
||||||
|
"editorWhitespace.foreground": "#00000015",
|
||||||
|
"editorWidget.background": "#ffffff",
|
||||||
|
"errorForeground": "#ab5959",
|
||||||
|
"focusBorder": "#00000000",
|
||||||
|
"foreground": "#393a34",
|
||||||
|
"gitDecoration.addedResourceForeground": "#1e754f",
|
||||||
|
"gitDecoration.conflictingResourceForeground": "#a65e2b",
|
||||||
|
"gitDecoration.deletedResourceForeground": "#ab5959",
|
||||||
|
"gitDecoration.ignoredResourceForeground": "#393a3450",
|
||||||
|
"gitDecoration.modifiedResourceForeground": "#296aa3",
|
||||||
|
"gitDecoration.submoduleResourceForeground": "#393a3490",
|
||||||
|
"gitDecoration.untrackedResourceForeground": "#2993a3",
|
||||||
|
"input.background": "#f7f7f7",
|
||||||
|
"input.border": "#f0f0f0",
|
||||||
|
"input.foreground": "#393a34",
|
||||||
|
"input.placeholderForeground": "#393a3490",
|
||||||
|
"inputOption.activeBackground": "#393a3450",
|
||||||
|
"list.activeSelectionBackground": "#f7f7f7",
|
||||||
|
"list.activeSelectionForeground": "#393a34",
|
||||||
|
"list.focusBackground": "#f7f7f7",
|
||||||
|
"list.highlightForeground": "#1c6b48",
|
||||||
|
"list.hoverBackground": "#f7f7f7",
|
||||||
|
"list.hoverForeground": "#393a34",
|
||||||
|
"list.inactiveFocusBackground": "#ffffff",
|
||||||
|
"list.inactiveSelectionBackground": "#f7f7f7",
|
||||||
|
"list.inactiveSelectionForeground": "#393a34",
|
||||||
|
"menu.separatorBackground": "#f0f0f0",
|
||||||
|
"notificationCenterHeader.background": "#ffffff",
|
||||||
|
"notificationCenterHeader.foreground": "#6a737d",
|
||||||
|
"notifications.background": "#ffffff",
|
||||||
|
"notifications.border": "#f0f0f0",
|
||||||
|
"notifications.foreground": "#393a34",
|
||||||
|
"notificationsErrorIcon.foreground": "#ab5959",
|
||||||
|
"notificationsInfoIcon.foreground": "#296aa3",
|
||||||
|
"notificationsWarningIcon.foreground": "#a65e2b",
|
||||||
|
"panel.background": "#ffffff",
|
||||||
|
"panel.border": "#f0f0f0",
|
||||||
|
"panelInput.border": "#e1e4e8",
|
||||||
|
"panelTitle.activeBorder": "#1c6b48",
|
||||||
|
"panelTitle.activeForeground": "#393a34",
|
||||||
|
"panelTitle.inactiveForeground": "#6a737d",
|
||||||
|
"peekViewEditor.background": "#ffffff",
|
||||||
|
"peekViewResult.background": "#ffffff",
|
||||||
|
"pickerGroup.border": "#f0f0f0",
|
||||||
|
"pickerGroup.foreground": "#393a34",
|
||||||
|
"problemsErrorIcon.foreground": "#ab5959",
|
||||||
|
"problemsInfoIcon.foreground": "#296aa3",
|
||||||
|
"problemsWarningIcon.foreground": "#a65e2b",
|
||||||
|
"progressBar.background": "#1c6b48",
|
||||||
|
"quickInput.background": "#ffffff",
|
||||||
|
"quickInput.foreground": "#393a34",
|
||||||
|
"quickInputList.focusBackground": "#f7f7f7",
|
||||||
|
"scrollbar.shadow": "#6a737d33",
|
||||||
|
"scrollbarSlider.activeBackground": "#393a3450",
|
||||||
|
"scrollbarSlider.background": "#393a3410",
|
||||||
|
"scrollbarSlider.hoverBackground": "#393a3450",
|
||||||
|
"settings.headerForeground": "#393a34",
|
||||||
|
"settings.modifiedItemIndicator": "#1c6b48",
|
||||||
|
"sideBar.background": "#ffffff",
|
||||||
|
"sideBar.border": "#f0f0f0",
|
||||||
|
"sideBar.foreground": "#4e4f47",
|
||||||
|
"sideBarSectionHeader.background": "#ffffff",
|
||||||
|
"sideBarSectionHeader.border": "#f0f0f0",
|
||||||
|
"sideBarSectionHeader.foreground": "#393a34",
|
||||||
|
"sideBarTitle.foreground": "#393a34",
|
||||||
|
"statusBar.background": "#ffffff",
|
||||||
|
"statusBar.border": "#f0f0f0",
|
||||||
|
"statusBar.debuggingBackground": "#f7f7f7",
|
||||||
|
"statusBar.debuggingForeground": "#4e4f47",
|
||||||
|
"statusBar.foreground": "#4e4f47",
|
||||||
|
"statusBar.noFolderBackground": "#ffffff",
|
||||||
|
"statusBarItem.prominentBackground": "#f7f7f7",
|
||||||
|
"tab.activeBackground": "#ffffff",
|
||||||
|
"tab.activeBorder": "#f0f0f0",
|
||||||
|
"tab.activeBorderTop": "#393a3490",
|
||||||
|
"tab.activeForeground": "#393a34",
|
||||||
|
"tab.border": "#f0f0f0",
|
||||||
|
"tab.hoverBackground": "#f7f7f7",
|
||||||
|
"tab.inactiveBackground": "#ffffff",
|
||||||
|
"tab.inactiveForeground": "#6a737d",
|
||||||
|
"tab.unfocusedActiveBorder": "#f0f0f0",
|
||||||
|
"tab.unfocusedActiveBorderTop": "#f0f0f0",
|
||||||
|
"tab.unfocusedHoverBackground": "#ffffff",
|
||||||
|
"terminal.ansiBlack": "#121212",
|
||||||
|
"terminal.ansiBlue": "#296aa3",
|
||||||
|
"terminal.ansiBrightBlack": "#aaaaaa",
|
||||||
|
"terminal.ansiBrightBlue": "#296aa3",
|
||||||
|
"terminal.ansiBrightCyan": "#2993a3",
|
||||||
|
"terminal.ansiBrightGreen": "#1e754f",
|
||||||
|
"terminal.ansiBrightMagenta": "#a13865",
|
||||||
|
"terminal.ansiBrightRed": "#ab5959",
|
||||||
|
"terminal.ansiBrightWhite": "#dddddd",
|
||||||
|
"terminal.ansiBrightYellow": "#bda437",
|
||||||
|
"terminal.ansiCyan": "#2993a3",
|
||||||
|
"terminal.ansiGreen": "#1e754f",
|
||||||
|
"terminal.ansiMagenta": "#a13865",
|
||||||
|
"terminal.ansiRed": "#ab5959",
|
||||||
|
"terminal.ansiWhite": "#dbd7ca",
|
||||||
|
"terminal.ansiYellow": "#bda437",
|
||||||
|
"terminal.foreground": "#393a34",
|
||||||
|
"terminal.selectionBackground": "#22222218",
|
||||||
|
"textBlockQuote.background": "#ffffff",
|
||||||
|
"textBlockQuote.border": "#f0f0f0",
|
||||||
|
"textCodeBlock.background": "#ffffff",
|
||||||
|
"textLink.activeForeground": "#1c6b48",
|
||||||
|
"textLink.foreground": "#1c6b48",
|
||||||
|
"textPreformat.foreground": "#586069",
|
||||||
|
"textSeparator.foreground": "#d1d5da",
|
||||||
|
"titleBar.activeBackground": "#ffffff",
|
||||||
|
"titleBar.activeForeground": "#4e4f47",
|
||||||
|
"titleBar.border": "#f7f7f7",
|
||||||
|
"titleBar.inactiveBackground": "#ffffff",
|
||||||
|
"titleBar.inactiveForeground": "#6a737d",
|
||||||
|
"tree.indentGuidesStroke": "#e1e4e8",
|
||||||
|
"welcomePage.buttonBackground": "#f6f8fa",
|
||||||
|
"welcomePage.buttonHoverBackground": "#e1e4e8"
|
||||||
|
},
|
||||||
|
"displayName": "Vitesse Light",
|
||||||
|
"name": "vitesse-light",
|
||||||
|
"semanticHighlighting": true,
|
||||||
|
"semanticTokenColors": {
|
||||||
|
"class": "#5a6aa6",
|
||||||
|
"interface": "#2e808f",
|
||||||
|
"namespace": "#b05a78",
|
||||||
|
"property": "#998418",
|
||||||
|
"type": "#2e808f"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"comment",
|
||||||
|
"punctuation.definition.comment",
|
||||||
|
"string.comment"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a0ada0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"delimiter.bracket",
|
||||||
|
"delimiter",
|
||||||
|
"invalid.illegal.character-not-allowed-here.html",
|
||||||
|
"keyword.operator.rest",
|
||||||
|
"keyword.operator.spread",
|
||||||
|
"keyword.operator.type.annotation",
|
||||||
|
"keyword.operator.relational",
|
||||||
|
"keyword.operator.assignment",
|
||||||
|
"keyword.operator.type",
|
||||||
|
"meta.brace",
|
||||||
|
"meta.tag.block.any.html",
|
||||||
|
"meta.tag.inline.any.html",
|
||||||
|
"meta.tag.structure.input.void.html",
|
||||||
|
"meta.type.annotation",
|
||||||
|
"meta.embedded.block.github-actions-expression",
|
||||||
|
"storage.type.function.arrow",
|
||||||
|
"meta.objectliteral.ts",
|
||||||
|
"punctuation",
|
||||||
|
"punctuation.definition.string.begin.html.vue",
|
||||||
|
"punctuation.definition.string.end.html.vue"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#999999"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant",
|
||||||
|
"entity.name.constant",
|
||||||
|
"variable.language",
|
||||||
|
"meta.definition.variable"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a65e2b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity",
|
||||||
|
"entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59873a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "variable.parameter.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#393a34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.tag",
|
||||||
|
"tag.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1e754f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "entity.name.function",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59873a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"storage.type.class.jsdoc",
|
||||||
|
"punctuation.definition.template-expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1e754f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"storage",
|
||||||
|
"storage.type",
|
||||||
|
"support.type.builtin",
|
||||||
|
"constant.language.undefined",
|
||||||
|
"constant.language.null",
|
||||||
|
"constant.language.import-export-all.ts"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ab5959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"text.html.derivative",
|
||||||
|
"storage.modifier.package",
|
||||||
|
"storage.modifier.import",
|
||||||
|
"storage.type.java"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#393a34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string punctuation.section.embedded source",
|
||||||
|
"attribute.value"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b56959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b5695977"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"punctuation.support.type.property-name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#99841877"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "support",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#998418"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"property",
|
||||||
|
"meta.property-name",
|
||||||
|
"meta.object-literal.key",
|
||||||
|
"entity.name.tag.yaml",
|
||||||
|
"attribute.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#998418"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"invalid.deprecated.entity.other.attribute-name.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b07d48"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"identifier"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b07d48"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.primitive",
|
||||||
|
"entity.name.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2e8f82"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "namespace",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b05a78"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator",
|
||||||
|
"keyword.operator.assignment.compound",
|
||||||
|
"meta.var.expr.ts"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ab5959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.broken",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.deprecated",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.illegal",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "invalid.unimplemented",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "carriage-return",
|
||||||
|
"settings": {
|
||||||
|
"background": "#d73a49",
|
||||||
|
"content": "^M",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"foreground": "#fafbfc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "message.error",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string variable",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b56959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.regexp",
|
||||||
|
"string.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ab5e3f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string.regexp.character-class",
|
||||||
|
"string.regexp constant.character.escape",
|
||||||
|
"string.regexp source.ruby.embedded",
|
||||||
|
"string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b56959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "string.regexp constant.character.escape",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#bda437"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a65e2b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.quantifier.regexp",
|
||||||
|
"constant.numeric",
|
||||||
|
"number"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2f798a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unit"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ab5959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.language.boolean",
|
||||||
|
"constant.language"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1e754f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.module-reference",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1c6b48"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "punctuation.definition.list.begin.markdown",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#a65e2b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.heading",
|
||||||
|
"markup.heading entity.name"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#1c6b48"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.quote",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#2e808f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.italic",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"foreground": "#393a34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.bold",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#393a34"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "markup.raw",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#1c6b48"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.deleted",
|
||||||
|
"meta.diff.header.from-file",
|
||||||
|
"punctuation.definition.deleted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffeef0",
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.inserted",
|
||||||
|
"meta.diff.header.to-file",
|
||||||
|
"punctuation.definition.inserted"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#f0fff4",
|
||||||
|
"foreground": "#22863a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.changed",
|
||||||
|
"punctuation.definition.changed"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#ffebda",
|
||||||
|
"foreground": "#e36209"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.ignored",
|
||||||
|
"markup.untracked"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"background": "#005cc5",
|
||||||
|
"foreground": "#f6f8fa"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.range",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#6f42c1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.diff.header",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.separator",
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "meta.output",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#005cc5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"brackethighlighter.tag",
|
||||||
|
"brackethighlighter.curly",
|
||||||
|
"brackethighlighter.round",
|
||||||
|
"brackethighlighter.square",
|
||||||
|
"brackethighlighter.angle",
|
||||||
|
"brackethighlighter.quote"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#586069"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": "brackethighlighter.unmatched",
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b31d28"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.other.reference.link",
|
||||||
|
"string.other.link",
|
||||||
|
"punctuation.definition.string.begin.markdown",
|
||||||
|
"punctuation.definition.string.end.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#b56959"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"markup.underline.link.markdown",
|
||||||
|
"markup.underline.link.image.markdown"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"foreground": "#393a3490"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"type.identifier",
|
||||||
|
"constant.other.character-class.regexp"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#5a6aa6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name.html.vue"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#59873a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"invalid.illegal.unrecognized-tag.html"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "normal"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "light"
|
||||||
|
}
|
||||||
@@ -17,6 +17,7 @@ use crate::color::{
|
|||||||
Srgb, adjust, contrast_foreground, find_color_with_luminance, mix, relative_luminance,
|
Srgb, adjust, contrast_foreground, find_color_with_luminance, mix, relative_luminance,
|
||||||
};
|
};
|
||||||
use crate::palette::Palette;
|
use crate::palette::Palette;
|
||||||
|
use crate::terminal::TerminalPalette;
|
||||||
|
|
||||||
/// The luminance step between the chrome and the work surface.
|
/// The luminance step between the chrome and the work surface.
|
||||||
///
|
///
|
||||||
@@ -43,6 +44,15 @@ pub struct ThemeAnchors {
|
|||||||
pub added: Option<Srgb>,
|
pub added: Option<Srgb>,
|
||||||
pub deleted: Option<Srgb>,
|
pub deleted: Option<Srgb>,
|
||||||
pub modified: Option<Srgb>,
|
pub modified: Option<Srgb>,
|
||||||
|
/// The theme's own sixteen ANSI colours.
|
||||||
|
///
|
||||||
|
/// Not derived by [`derive`]: the terminal palette is extracted from the
|
||||||
|
/// theme file rather than computed from the anchors, because a theme that
|
||||||
|
/// ships `terminal.ansi*` keys has already made those choices and guessing
|
||||||
|
/// over them would be inventing a value. Where a theme ships none, the
|
||||||
|
/// catalog generator derives them once, at generation time, and writes down
|
||||||
|
/// what it did.
|
||||||
|
pub terminal: TerminalPalette,
|
||||||
/// Exact values for roles that would otherwise be derived.
|
/// Exact values for roles that would otherwise be derived.
|
||||||
pub overrides: RoleOverrides,
|
pub overrides: RoleOverrides,
|
||||||
}
|
}
|
||||||
@@ -67,6 +77,26 @@ pub struct RoleOverrides {
|
|||||||
pub attention: Option<Srgb>,
|
pub attention: Option<Srgb>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl RoleOverrides {
|
||||||
|
/// No overrides at all: every role is derived.
|
||||||
|
///
|
||||||
|
/// The same value as [`RoleOverrides::default`], but usable in a `const`
|
||||||
|
/// item, which is what the generated catalog needs. Every catalog theme
|
||||||
|
/// spells this out rather than pinning a role, because a catalog theme that
|
||||||
|
/// set one would be defeating the engine.
|
||||||
|
pub const NONE: Self = Self {
|
||||||
|
chrome: None,
|
||||||
|
surface: None,
|
||||||
|
surface_raised: None,
|
||||||
|
surface_active: None,
|
||||||
|
border: None,
|
||||||
|
border_quiet: None,
|
||||||
|
accent: None,
|
||||||
|
success: None,
|
||||||
|
attention: None,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
impl ThemeAnchors {
|
impl ThemeAnchors {
|
||||||
#[must_use]
|
#[must_use]
|
||||||
pub fn is_dark(&self) -> bool {
|
pub fn is_dark(&self) -> bool {
|
||||||
@@ -166,6 +196,30 @@ pub fn derive(anchors: &ThemeAnchors, accent: Srgb) -> Palette {
|
|||||||
mod tests {
|
mod tests {
|
||||||
use super::{RoleOverrides, ThemeAnchors, chrome_and_surface, derive};
|
use super::{RoleOverrides, ThemeAnchors, chrome_and_surface, derive};
|
||||||
use crate::color::Srgb;
|
use crate::color::Srgb;
|
||||||
|
use crate::terminal::TerminalPalette;
|
||||||
|
|
||||||
|
/// A terminal palette for fixtures. The derivation never reads it, so the
|
||||||
|
/// values only have to be distinct enough that a mix-up would show.
|
||||||
|
fn ramp(bg: u32, fg: u32) -> TerminalPalette {
|
||||||
|
let mut ansi = [Srgb::from_hex(bg); 16];
|
||||||
|
for (index, slot) in ansi.iter_mut().enumerate() {
|
||||||
|
#[expect(
|
||||||
|
clippy::cast_possible_truncation,
|
||||||
|
reason = "the loop runs over exactly sixteen slots"
|
||||||
|
)]
|
||||||
|
let step = (index * 16) as u8;
|
||||||
|
slot.r = step;
|
||||||
|
slot.g = step;
|
||||||
|
slot.b = step;
|
||||||
|
}
|
||||||
|
TerminalPalette {
|
||||||
|
background: Srgb::from_hex(bg),
|
||||||
|
foreground: Srgb::from_hex(fg),
|
||||||
|
cursor: Srgb::from_hex(fg),
|
||||||
|
cursor_text: Srgb::from_hex(bg),
|
||||||
|
ansi,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fn anchors(bg: u32, fg: u32, comment: u32) -> ThemeAnchors {
|
fn anchors(bg: u32, fg: u32, comment: u32) -> ThemeAnchors {
|
||||||
ThemeAnchors {
|
ThemeAnchors {
|
||||||
@@ -177,6 +231,7 @@ mod tests {
|
|||||||
added: None,
|
added: None,
|
||||||
deleted: None,
|
deleted: None,
|
||||||
modified: None,
|
modified: None,
|
||||||
|
terminal: ramp(bg, fg),
|
||||||
overrides: RoleOverrides::default(),
|
overrides: RoleOverrides::default(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,15 @@
|
|||||||
|
//! Files written by `tools/theme-gen`.
|
||||||
|
//!
|
||||||
|
//! Nothing in here is hand-edited. The generator reads `assets/themes/` and
|
||||||
|
//! writes text, and the text is checked in, so a colour that changes because an
|
||||||
|
//! upstream theme changed turns up in a review diff rather than inside a build
|
||||||
|
//! directory. `cargo run -p theme-gen -- --check` fails if these have drifted
|
||||||
|
//! from the assets they were made from.
|
||||||
|
|
||||||
|
pub mod catalog;
|
||||||
|
|
||||||
|
/// The reference implementation's answers, for the test that compares against
|
||||||
|
/// them. Test-only: the same colours ship inside [`catalog`], so building this
|
||||||
|
/// into the binary would put a second copy of the catalog in it for nothing.
|
||||||
|
#[cfg(test)]
|
||||||
|
pub mod reference_vectors;
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -22,12 +22,15 @@
|
|||||||
pub mod accent;
|
pub mod accent;
|
||||||
pub mod color;
|
pub mod color;
|
||||||
pub mod derive;
|
pub mod derive;
|
||||||
|
pub mod generated;
|
||||||
pub mod palette;
|
pub mod palette;
|
||||||
|
pub mod terminal;
|
||||||
|
|
||||||
pub use accent::{ACCENTS, Accent, DEFAULT_ACCENT, accent_or_default};
|
pub use accent::{ACCENTS, Accent, DEFAULT_ACCENT, accent_or_default};
|
||||||
pub use color::{Srgb, contrast_ratio, relative_luminance};
|
pub use color::{Srgb, contrast_ratio, relative_luminance};
|
||||||
pub use derive::{RoleOverrides, ThemeAnchors, derive};
|
pub use derive::{RoleOverrides, ThemeAnchors, derive};
|
||||||
pub use palette::{Palette, Provenance};
|
pub use palette::{Palette, Provenance};
|
||||||
|
pub use terminal::{AnsiColor, TerminalPalette};
|
||||||
|
|
||||||
/// The default theme's identifier.
|
/// The default theme's identifier.
|
||||||
pub const DEFAULT_THEME: &str = "lumbridge-slate";
|
pub const DEFAULT_THEME: &str = "lumbridge-slate";
|
||||||
@@ -49,6 +52,36 @@ pub const LUMBRIDGE_SLATE: ThemeAnchors = ThemeAnchors {
|
|||||||
added: Some(Srgb::from_hex(0x70d6a8)),
|
added: Some(Srgb::from_hex(0x70d6a8)),
|
||||||
deleted: Some(Srgb::from_hex(0xff6b6b)),
|
deleted: Some(Srgb::from_hex(0xff6b6b)),
|
||||||
modified: Some(Srgb::from_hex(0xf1b96a)),
|
modified: Some(Srgb::from_hex(0xf1b96a)),
|
||||||
|
// The sixteen values `main.rs` already hard-codes for indexed terminal
|
||||||
|
// colours, moved here unchanged, so adopting per-theme terminal palettes
|
||||||
|
// costs the default theme no pixels either. The cursor colour is the one
|
||||||
|
// `main.rs` uses; the colour of the glyph *under* a block cursor was never
|
||||||
|
// chosen, so it derives the way every catalog theme's does — from the
|
||||||
|
// background — rather than being guessed at.
|
||||||
|
terminal: TerminalPalette {
|
||||||
|
background: Srgb::from_hex(0x101620),
|
||||||
|
foreground: Srgb::from_hex(0xdbe5f4),
|
||||||
|
cursor: Srgb::from_hex(0xf4f8ff),
|
||||||
|
cursor_text: Srgb::from_hex(0x101620),
|
||||||
|
ansi: [
|
||||||
|
Srgb::from_hex(0x1d2430),
|
||||||
|
Srgb::from_hex(0xff6b6b),
|
||||||
|
Srgb::from_hex(0x70d6a8),
|
||||||
|
Srgb::from_hex(0xf1c76a),
|
||||||
|
Srgb::from_hex(0x68b5f8),
|
||||||
|
Srgb::from_hex(0xc79bf2),
|
||||||
|
Srgb::from_hex(0x63d5da),
|
||||||
|
Srgb::from_hex(0xdbe5f4),
|
||||||
|
Srgb::from_hex(0x6d7a91),
|
||||||
|
Srgb::from_hex(0xff8b8b),
|
||||||
|
Srgb::from_hex(0x93e6be),
|
||||||
|
Srgb::from_hex(0xf8d98c),
|
||||||
|
Srgb::from_hex(0x8bc8ff),
|
||||||
|
Srgb::from_hex(0xd9b4fb),
|
||||||
|
Srgb::from_hex(0x86e7eb),
|
||||||
|
Srgb::from_hex(0xf4f8ff),
|
||||||
|
],
|
||||||
|
},
|
||||||
overrides: RoleOverrides {
|
overrides: RoleOverrides {
|
||||||
chrome: Some(Srgb::from_hex(0x090c12)),
|
chrome: Some(Srgb::from_hex(0x090c12)),
|
||||||
surface: Some(Srgb::from_hex(0x101620)),
|
surface: Some(Srgb::from_hex(0x101620)),
|
||||||
@@ -62,8 +95,30 @@ pub const LUMBRIDGE_SLATE: ThemeAnchors = ThemeAnchors {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Every theme available. One for now; the catalog lands separately.
|
/// The number of themes on offer: the first-party one plus the generated set.
|
||||||
pub const CATALOG: &[ThemeAnchors] = &[LUMBRIDGE_SLATE];
|
const CATALOG_LEN: usize = 1 + generated::catalog::CATALOG.len();
|
||||||
|
|
||||||
|
/// Assembles the catalog with the first-party theme in front.
|
||||||
|
///
|
||||||
|
/// Written out rather than folded into the generated file so that the ordering
|
||||||
|
/// rule lives where a reader looks for it. Decision 0018 requires the default
|
||||||
|
/// theme to keep reproducing the appearance it replaced, and it is the only
|
||||||
|
/// theme allowed to carry `RoleOverrides`; a generated file that knew about it
|
||||||
|
/// could quietly stop putting it first.
|
||||||
|
const fn build_catalog() -> [ThemeAnchors; CATALOG_LEN] {
|
||||||
|
let mut catalog = [LUMBRIDGE_SLATE; CATALOG_LEN];
|
||||||
|
let mut index = 0;
|
||||||
|
while index < generated::catalog::CATALOG.len() {
|
||||||
|
catalog[index + 1] = generated::catalog::CATALOG[index];
|
||||||
|
index += 1;
|
||||||
|
}
|
||||||
|
catalog
|
||||||
|
}
|
||||||
|
|
||||||
|
const CATALOG_STORAGE: [ThemeAnchors; CATALOG_LEN] = build_catalog();
|
||||||
|
|
||||||
|
/// Every theme available, `lumbridge-slate` first.
|
||||||
|
pub const CATALOG: &[ThemeAnchors] = &CATALOG_STORAGE;
|
||||||
|
|
||||||
/// Looks a theme up by name, falling back to the default.
|
/// Looks a theme up by name, falling back to the default.
|
||||||
///
|
///
|
||||||
@@ -90,6 +145,12 @@ mod tests {
|
|||||||
derive(&LUMBRIDGE_SLATE, accent.resolve(true, LUMBRIDGE_SLATE.fg))
|
derive(&LUMBRIDGE_SLATE, accent.resolve(true, LUMBRIDGE_SLATE.fg))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// A theme as the interface will paint it out of the box.
|
||||||
|
fn catalog_palette(theme: &crate::ThemeAnchors) -> crate::Palette {
|
||||||
|
let accent = accent_or_default(crate::DEFAULT_ACCENT);
|
||||||
|
derive(theme, accent.resolve(theme.is_dark(), theme.fg))
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn the_default_theme_reproduces_the_palette_it_replaced() {
|
fn the_default_theme_reproduces_the_palette_it_replaced() {
|
||||||
// The eleven constants that lived in main.rs. If the engine ever stops
|
// The eleven constants that lived in main.rs. If the engine ever stops
|
||||||
@@ -139,22 +200,61 @@ mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// The catalog is only usable if every theme in it is readable, so the gate
|
||||||
|
/// is here rather than only in the generator: a theme added by hand, or a
|
||||||
|
/// generator whose contrast rule regressed, has to fail somewhere the test
|
||||||
|
/// suite runs.
|
||||||
#[test]
|
#[test]
|
||||||
fn every_catalog_theme_keeps_text_readable_on_its_own_surface() {
|
fn every_catalog_theme_keeps_body_text_readable_on_its_own_surface() {
|
||||||
for theme in CATALOG {
|
for theme in CATALOG {
|
||||||
let accent = accent_or_default(crate::DEFAULT_ACCENT);
|
let palette = catalog_palette(theme);
|
||||||
let palette = derive(theme, accent.resolve(theme.is_dark(), theme.fg));
|
|
||||||
let text = contrast_ratio(palette.text, palette.surface);
|
let text = contrast_ratio(palette.text, palette.surface);
|
||||||
assert!(
|
assert!(
|
||||||
text >= 4.5,
|
text >= 4.5,
|
||||||
"{}: body text is {text:.2}:1 against its own surface",
|
"{}: body text is {text:.2}:1 against its own surface, below WCAG AA; \
|
||||||
|
the generator should have held this theme back",
|
||||||
theme.name
|
theme.name
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Secondary text is the theme author's comment colour, and a comment is
|
||||||
|
/// meant to recede, so a handful of themes put it below the 3:1 large-text
|
||||||
|
/// floor. That is a fact about those themes rather than a defect, and the
|
||||||
|
/// generated list is where it is written down — checked in both directions
|
||||||
|
/// so it can neither grow quietly nor go stale.
|
||||||
|
#[test]
|
||||||
|
fn secondary_text_below_the_readable_floor_is_named_in_the_catalog() {
|
||||||
|
let listed = crate::generated::catalog::SECONDARY_TEXT_BELOW_3_TO_1;
|
||||||
|
for theme in CATALOG {
|
||||||
|
let palette = catalog_palette(theme);
|
||||||
let muted = contrast_ratio(palette.muted, palette.surface);
|
let muted = contrast_ratio(palette.muted, palette.surface);
|
||||||
assert!(
|
let recorded = listed.iter().find(|(name, _)| *name == theme.name);
|
||||||
|
match recorded {
|
||||||
|
None => assert!(
|
||||||
muted >= 3.0,
|
muted >= 3.0,
|
||||||
"{}: secondary text is {muted:.2}:1",
|
"{}: secondary text is {muted:.2}:1 but the catalog does not say so; \
|
||||||
|
regenerate with `cargo run -p theme-gen`",
|
||||||
theme.name
|
theme.name
|
||||||
|
),
|
||||||
|
Some((_, ratio)) => {
|
||||||
|
assert!(
|
||||||
|
muted < 3.0,
|
||||||
|
"{}: listed as below 3:1 but measures {muted:.2}:1; the list is stale",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
assert!(
|
||||||
|
(muted - ratio).abs() < 0.01,
|
||||||
|
"{}: recorded {ratio:.3}:1 but measures {muted:.3}:1",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (name, _) in listed {
|
||||||
|
assert!(
|
||||||
|
CATALOG.iter().any(|theme| theme.name == *name),
|
||||||
|
"{name} is listed as low-contrast but is not in the catalog"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -164,14 +264,14 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn provenance_colours_stay_distinguishable_in_every_theme() {
|
fn provenance_colours_stay_distinguishable_in_every_theme() {
|
||||||
for theme in CATALOG {
|
for theme in CATALOG {
|
||||||
let accent = accent_or_default(crate::DEFAULT_ACCENT);
|
let palette = catalog_palette(theme);
|
||||||
let palette = derive(theme, accent.resolve(theme.is_dark(), theme.fg));
|
|
||||||
let roles = palette.provenance_roles();
|
let roles = palette.provenance_roles();
|
||||||
for (index, first) in roles.iter().enumerate() {
|
for (index, first) in roles.iter().enumerate() {
|
||||||
for second in &roles[index + 1..] {
|
for second in &roles[index + 1..] {
|
||||||
assert_ne!(
|
assert_ne!(
|
||||||
first, second,
|
first, second,
|
||||||
"{}: two provenance colours are identical",
|
"{}: two provenance colours are identical, so a usage value's \
|
||||||
|
source would be unreadable",
|
||||||
theme.name
|
theme.name
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -179,6 +279,63 @@ mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// A terminal that paints two different escape codes the same colour has
|
||||||
|
/// dropped information the running program encoded. The generator forces the
|
||||||
|
/// eight base hues apart; this is the assertion that says it must.
|
||||||
|
#[test]
|
||||||
|
fn every_theme_keeps_its_eight_base_ansi_hues_apart() {
|
||||||
|
for theme in CATALOG {
|
||||||
|
let hues = theme.terminal.base_hues();
|
||||||
|
for (index, first) in hues.iter().enumerate() {
|
||||||
|
for second in &hues[index + 1..] {
|
||||||
|
assert_ne!(
|
||||||
|
first,
|
||||||
|
second,
|
||||||
|
"{}: ANSI slots {index} and later share {:06x}",
|
||||||
|
theme.name,
|
||||||
|
first.to_hex()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn the_catalog_leads_with_the_first_party_theme_and_nothing_else_pins_a_role() {
|
||||||
|
assert_eq!(
|
||||||
|
CATALOG.first().map(|theme| theme.name),
|
||||||
|
Some(DEFAULT_THEME),
|
||||||
|
"decision 0018 puts the first-party theme first"
|
||||||
|
);
|
||||||
|
for theme in &CATALOG[1..] {
|
||||||
|
assert_eq!(
|
||||||
|
theme.overrides,
|
||||||
|
crate::RoleOverrides::NONE,
|
||||||
|
"{}: a catalog theme that pins a role is defeating the engine",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn every_catalog_theme_has_an_identifier_no_other_theme_uses() {
|
||||||
|
let mut seen: Vec<&str> = Vec::with_capacity(CATALOG.len());
|
||||||
|
for theme in CATALOG {
|
||||||
|
assert!(!theme.name.is_empty(), "a theme has no identifier");
|
||||||
|
assert!(
|
||||||
|
!theme.display_name.is_empty(),
|
||||||
|
"{}: no display name to show in a picker",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
assert!(
|
||||||
|
!seen.contains(&theme.name),
|
||||||
|
"{} appears twice; theme_or_default would resolve to whichever came first",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
seen.push(theme.name);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn provenance_maps_to_a_role_and_cannot_see_a_value() {
|
fn provenance_maps_to_a_role_and_cannot_see_a_value() {
|
||||||
let palette = slate_palette();
|
let palette = slate_palette();
|
||||||
@@ -193,3 +350,266 @@ mod tests {
|
|||||||
assert_eq!(theme_or_default(DEFAULT_THEME).name, DEFAULT_THEME);
|
assert_eq!(theme_or_default(DEFAULT_THEME).name, DEFAULT_THEME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// The catalog and the derivation, checked against Buzz's original TypeScript.
|
||||||
|
///
|
||||||
|
/// The vectors in [`generated::reference_vectors`] were produced by running that
|
||||||
|
/// TypeScript under Node over the same theme files this catalog was generated
|
||||||
|
/// from — not by re-deriving them, which decision 0018 records as having gone
|
||||||
|
/// wrong once already. A failure here means the Rust port drifted from the
|
||||||
|
/// implementation the catalog's colours were promised to match.
|
||||||
|
#[cfg(test)]
|
||||||
|
mod reference_tests {
|
||||||
|
use crate::color::Srgb;
|
||||||
|
use crate::derive::{RoleOverrides, ThemeAnchors, derive};
|
||||||
|
use crate::generated::catalog::{ANSI_SUBSTITUTIONS, COMMENT_SOURCES, SKIPPED_GIT_KEYS};
|
||||||
|
use crate::generated::reference_vectors::{REFERENCE_VECTORS, ReferenceVector};
|
||||||
|
use crate::palette::Palette;
|
||||||
|
use crate::terminal::TerminalPalette;
|
||||||
|
use crate::{CATALOG, DEFAULT_THEME};
|
||||||
|
|
||||||
|
fn palette_of(vector: &ReferenceVector) -> Palette {
|
||||||
|
let anchors = ThemeAnchors {
|
||||||
|
name: vector.name,
|
||||||
|
display_name: vector.name,
|
||||||
|
bg: vector.bg,
|
||||||
|
fg: vector.fg,
|
||||||
|
comment: vector.comment,
|
||||||
|
added: vector.added,
|
||||||
|
deleted: vector.deleted,
|
||||||
|
modified: vector.modified,
|
||||||
|
terminal: TerminalPalette {
|
||||||
|
background: vector.bg,
|
||||||
|
foreground: vector.fg,
|
||||||
|
cursor: vector.fg,
|
||||||
|
cursor_text: vector.bg,
|
||||||
|
ansi: vector.ansi,
|
||||||
|
},
|
||||||
|
overrides: RoleOverrides::NONE,
|
||||||
|
};
|
||||||
|
derive(&anchors, Srgb::from_hex(0x3b82f6))
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Sixty-four real backgrounds through the luminance bisection, compared
|
||||||
|
/// against the answers the reference gives for each one.
|
||||||
|
#[test]
|
||||||
|
fn the_derivation_reproduces_the_reference_for_every_vendored_theme() {
|
||||||
|
assert!(
|
||||||
|
REFERENCE_VECTORS.len() > 60,
|
||||||
|
"the reference vectors look truncated: {} themes",
|
||||||
|
REFERENCE_VECTORS.len()
|
||||||
|
);
|
||||||
|
for vector in REFERENCE_VECTORS {
|
||||||
|
let palette = palette_of(vector);
|
||||||
|
for (role, ours, theirs) in [
|
||||||
|
("chrome", palette.chrome, vector.chrome),
|
||||||
|
("surface", palette.surface, vector.surface),
|
||||||
|
(
|
||||||
|
"surface_raised",
|
||||||
|
palette.surface_raised,
|
||||||
|
vector.surface_raised,
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"surface_active",
|
||||||
|
palette.surface_active,
|
||||||
|
vector.surface_active,
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"surface_overlay",
|
||||||
|
palette.surface_overlay,
|
||||||
|
vector.surface_overlay,
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"surface_between",
|
||||||
|
palette.surface_between,
|
||||||
|
vector.surface_between,
|
||||||
|
),
|
||||||
|
("border", palette.border, vector.border),
|
||||||
|
("border_quiet", palette.border_quiet, vector.border_quiet),
|
||||||
|
] {
|
||||||
|
assert_eq!(
|
||||||
|
ours.to_hex(),
|
||||||
|
theirs.to_hex(),
|
||||||
|
"{}: {role} derived {:06x}, reference says {:06x}",
|
||||||
|
vector.name,
|
||||||
|
ours.to_hex(),
|
||||||
|
theirs.to_hex()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
assert_eq!(
|
||||||
|
palette.is_dark, vector.is_dark,
|
||||||
|
"{}: light/dark classification disagrees",
|
||||||
|
vector.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Every catalog theme's anchors, against what the reference extracted from
|
||||||
|
/// the same file. The comment colour is the one field the two can disagree
|
||||||
|
/// on, and only for the themes the catalog names and says why.
|
||||||
|
#[test]
|
||||||
|
fn the_extracted_anchors_reproduce_the_reference() {
|
||||||
|
for theme in &CATALOG[1..] {
|
||||||
|
let vector = reference_for(theme.name);
|
||||||
|
assert_eq!(
|
||||||
|
theme.bg.to_hex(),
|
||||||
|
vector.bg.to_hex(),
|
||||||
|
"{}: background disagrees with the reference",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
assert_eq!(
|
||||||
|
theme.fg.to_hex(),
|
||||||
|
vector.fg.to_hex(),
|
||||||
|
"{}: foreground disagrees with the reference",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
match COMMENT_SOURCES.iter().find(|(name, _)| *name == theme.name) {
|
||||||
|
None => assert_eq!(
|
||||||
|
theme.comment.to_hex(),
|
||||||
|
vector.comment.to_hex(),
|
||||||
|
"{}: comment colour disagrees with the reference and is not \
|
||||||
|
recorded as one of the themes the reference cannot read",
|
||||||
|
theme.name
|
||||||
|
),
|
||||||
|
Some((_, why)) => {
|
||||||
|
assert_eq!(
|
||||||
|
vector.comment.to_hex(),
|
||||||
|
vector.fg.to_hex(),
|
||||||
|
"{}: recorded as unreadable by the reference ({why}), but the \
|
||||||
|
reference did read a colour for it",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
assert_ne!(
|
||||||
|
theme.comment.to_hex(),
|
||||||
|
theme.fg.to_hex(),
|
||||||
|
"{}: recorded as recovered ({why}), yet secondary text is still \
|
||||||
|
the same colour as body text",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// The terminal palette, slot by slot, with the recorded collisions as the
|
||||||
|
/// only permitted disagreements.
|
||||||
|
#[test]
|
||||||
|
fn the_terminal_palette_reproduces_the_reference_except_where_a_collision_was_recorded() {
|
||||||
|
for theme in &CATALOG[1..] {
|
||||||
|
let vector = reference_for(theme.name);
|
||||||
|
for (index, ours) in theme.terminal.ansi.iter().enumerate() {
|
||||||
|
let substituted = ANSI_SUBSTITUTIONS.contains(&(theme.name, index));
|
||||||
|
let theirs = vector.ansi[index];
|
||||||
|
if substituted {
|
||||||
|
assert_ne!(
|
||||||
|
ours.to_hex(),
|
||||||
|
theirs.to_hex(),
|
||||||
|
"{}: slot {index} is recorded as substituted but matches the \
|
||||||
|
reference, so the record is stale",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
assert_eq!(
|
||||||
|
ours.to_hex(),
|
||||||
|
theirs.to_hex(),
|
||||||
|
"{}: slot {index} is {:06x}, reference says {:06x}, and no \
|
||||||
|
substitution is recorded for it",
|
||||||
|
theme.name,
|
||||||
|
ours.to_hex(),
|
||||||
|
theirs.to_hex()
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// A substitution recorded for a theme that no longer ships would hide a
|
||||||
|
/// real disagreement behind a name nobody checks.
|
||||||
|
#[test]
|
||||||
|
fn every_recorded_substitution_belongs_to_a_theme_that_ships() {
|
||||||
|
for (name, slot) in ANSI_SUBSTITUTIONS {
|
||||||
|
assert!(
|
||||||
|
CATALOG.iter().any(|theme| theme.name == *name),
|
||||||
|
"{name} has a recorded ANSI substitution for slot {slot} but is not in \
|
||||||
|
the catalog"
|
||||||
|
);
|
||||||
|
assert!(
|
||||||
|
*slot < 8 || ANSI_SUBSTITUTIONS.contains(&(*name, slot - 8)),
|
||||||
|
"{name}: bright slot {slot} is recorded as substituted but its base is \
|
||||||
|
not, so nothing explains why it moved"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
for (name, why) in COMMENT_SOURCES {
|
||||||
|
assert!(
|
||||||
|
CATALOG.iter().any(|theme| theme.name == *name),
|
||||||
|
"{name} has a recorded comment source ({why}) but is not in the catalog"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
for (name, role, key) in SKIPPED_GIT_KEYS {
|
||||||
|
assert!(
|
||||||
|
CATALOG.iter().any(|theme| theme.name == *name),
|
||||||
|
"{name} records skipping `{key}` for {role} but is not in the catalog"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// The three git-derived role colours, against what the reference read from
|
||||||
|
/// the same file. A role whose first key the catalog passed over is allowed
|
||||||
|
/// to differ, and only that role.
|
||||||
|
#[test]
|
||||||
|
fn the_git_role_colours_reproduce_the_reference_except_where_a_key_was_skipped() {
|
||||||
|
for theme in &CATALOG[1..] {
|
||||||
|
let vector = reference_for(theme.name);
|
||||||
|
for (role, ours, theirs) in [
|
||||||
|
("added", theme.added, vector.added),
|
||||||
|
("deleted", theme.deleted, vector.deleted),
|
||||||
|
("modified", theme.modified, vector.modified),
|
||||||
|
] {
|
||||||
|
if SKIPPED_GIT_KEYS
|
||||||
|
.iter()
|
||||||
|
.any(|(name, skipped, _)| *name == theme.name && *skipped == role)
|
||||||
|
{
|
||||||
|
assert_ne!(
|
||||||
|
ours, theirs,
|
||||||
|
"{}: {role} is recorded as having skipped a key but matches the \
|
||||||
|
reference, so the record is stale",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
assert_eq!(
|
||||||
|
ours.map(Srgb::to_hex),
|
||||||
|
theirs.map(Srgb::to_hex),
|
||||||
|
"{}: {role} disagrees with the reference and no skipped key is \
|
||||||
|
recorded for it",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fn reference_for(name: &str) -> &'static ReferenceVector {
|
||||||
|
REFERENCE_VECTORS
|
||||||
|
.iter()
|
||||||
|
.find(|vector| vector.name == name)
|
||||||
|
.unwrap_or_else(|| {
|
||||||
|
panic!(
|
||||||
|
"{name} is in the catalog but has no reference vector; rerun \
|
||||||
|
tools/theme-gen/reference/emit-reference-vectors.mjs"
|
||||||
|
)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
/// The first-party theme has no upstream file, so it has no vector either.
|
||||||
|
#[test]
|
||||||
|
fn the_first_party_theme_is_the_only_one_without_a_reference_vector() {
|
||||||
|
assert_eq!(CATALOG[0].name, DEFAULT_THEME);
|
||||||
|
for theme in &CATALOG[1..] {
|
||||||
|
assert!(
|
||||||
|
REFERENCE_VECTORS.iter().any(|v| v.name == theme.name),
|
||||||
|
"{} has no reference vector",
|
||||||
|
theme.name
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user