diff --git a/CHANGELOG.md b/CHANGELOG.md
index 094b602..9fe2170 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,14 +5,29 @@ All notable changes to the **Alone** theme will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [2.0.0] - 2026-08-18
-### Changed — Internal: verifier v2, tests, CI (no palette changes)
+### Changed — Palette retune (visible look change)
-- **Verifier v2** (`scripts/verify-palette.mjs`). New checks alongside the L\* ladder, wavelength band, and key parity: an **APCA Lc** column and per-role floors (body 60 / syntax 40 / special 37 / punctuation 28 / comments 22, overridable per variant via `verify.apcaFloors` — Alone Soft declares a scaled set); **ΔE2000** on every tight ladder gap; a **colour-vision-deficiency** table (Viénot protan/deutan/tritan simulation) over the ten most confusable role pairs, passing on ΔE2000 ≥ 5 or a font-style difference; **ANSI** pairwise ΔE2000 among the eight normal terminal slots (≥ 10); and a **whole-theme wavelength scan** — every chromatic hex in every variant, not just the ten headline roles, must have a dominant wavelength ≥ 575 nm. The new perceptual checks report as **warnings** in this release (the current palette misses several — comments Lc 16, ANSI blue/cyan ΔE 5.2, Variables/Parameter under CVD); they become hard failures with the 2.0.0 retune. Each check's severity is a one-line `POLICY` entry.
+The first palette change since 1.0. Everything below was made in `themes/_src/variants/*.yaml` and mirrored into the four `terminal/` files; the verifier's perceptual checks (APCA floors, CVD confusability, ANSI ΔE2000, tight-gap ΔE2000, whole-theme wavelength scan) are now **hard failures** and the shipped palette passes all of them. Numbers below are for Alone / Alone Focused against `#0C0A09`; Alone Soft received the same transforms scaled to its dimmer range.
+
+- **Neutrals lose blue-subpixel drive.** The foreground/operator/punctuation grays kept a residual blue channel that lit the display's short-wavelength subpixel for every character on screen. Each neutral was shifted at (near-)constant L\* by pulling the B channel down 10–20 hex and warming the hue: foreground / variables / ANSI white `#C4B8A4→#C8B89A`, operators `#D4C8B8→#D8C8A8`, brightest text / ANSI bright-white `#E8DCD0→#EDDCC4`, mid grays `#9A9080→#9D9078`, `#8A8278→#8D8271`, `#7A7268→#7C7262`, dim UI gray `#5C544A→#5E5446`.
+- **Comments up to the readable floor.** `#5C544A→#6E665B` (APCA Lc 16 → 23, WCAG 2.7:1 → 3.5:1) for comments, CodeLens and ANSI bright-black; doc comments `#6B635A→#787062`; line numbers `#4A4540→#56504A`. Still clearly de-emphasised, no longer below the "non-essential text" floor. Soft comments `#4A433B→#625A50` (Lc 18).
+- **Ghost text (inline suggestions) no longer identical to comments.** Foreground `#5C544A→#6B635A` plus a faint translucent backing (`editorGhostText.background: #1E191580`, Soft `#18151280`) so a suggestion reads as "proposed", not "commented out". (The italic slant on ghost text is VS Code's own CSS and cannot be changed by a theme.)
+- **Accent solid fills dimmed.** `badge.background`, `activityBarBadge.background`, `statusBarItem.remoteBackground` and `extensionBadge.remoteBackground` `#D4A048→#A87C34` — the bright gold rectangles were the largest lit areas in the UI; the dimmer fill still carries Lc 39 for its dark label. Buttons, focus border and cursor keep `#D4A048`.
+- **`*.defaultLibrary` becomes a real step.** `variable.defaultLibrary`, `property.defaultLibrary` and `this`/`self`/`super` `#B89860→#B08C50` — one L\* step below Types instead of a near-duplicate.
+- **Numbers `#E0A850→#DEA64E`** (L\* 72.5 → 71.8) so Variables→Numbers clears the 3 L\* tight-gap floor without touching the foreground.
+- **Parameters `#BCA890→#B8AA9C`.** Separated from Variables on the yellow–blue axis (which red-green-deficient readers retain) instead of the red-green axis; protan/deutan ΔE2000 vs Variables 4.7 → 6.6.
+- **Soft Functions `#9A6D53→#976D56`** (ΔE 1.2 from before) so Soft's Types/Functions pair clears the CVD floor; Standard Functions unchanged.
+- **ANSI blue and cyan.** Blue is now a warm gray `#9C948E` (was `#8B8178`, Lc 36 → 45 — `ls`, `grep`, `man` output on black is readable again) and cyan is the terracotta already used for functions, `#C08868` (was `#9A8B7A`). The two former slots were near-identical warm grays (ΔE2000 5.2, indistinguishable under CVD); every pair among the eight normal slots is now ≥ ΔE2000 10 (min 13.6). Bright slots follow: `#A89A8C→#B2AAA3`, `#B8A898→#CEA284`. Black/red/green/yellow/magenta unchanged. Kitty, iTerm2, Alacritty (normal + dim) and Windows Terminal files updated to match.
+- **`themes/_snapshot/`** stays as the immutable v1.2.0 reference; the pipeline test now checks structural coverage — every snapshot colour key, tokenColors rule (name/scope/fontStyle) and semantic selector is still present and styled the same, additions allowed — rather than hex equality.
+
+### Changed — Internal: verifier v2, tests, CI
+
+- **Verifier v2** (`scripts/verify-palette.mjs`). New checks alongside the L\* ladder, wavelength band, and key parity: an **APCA Lc** column and per-role floors (body 60 / syntax 40 / special 37 / punctuation 28 / comments 22, overridable per variant via `verify.apcaFloors` — Alone Soft declares a scaled set); **ΔE2000** on every tight ladder gap; a **colour-vision-deficiency** table (Viénot protan/deutan/tritan simulation) over the ten most confusable role pairs, passing on ΔE2000 ≥ 5 or a font-style difference; **ANSI** pairwise ΔE2000 among the eight normal terminal slots (≥ 10); and a **whole-theme wavelength scan** — every chromatic hex in every variant, not just the ten headline roles, must have a dominant wavelength ≥ 575 nm. The perceptual checks were introduced as warnings against the 1.3.1 palette (which missed several — comments Lc 16, ANSI blue/cyan ΔE 5.2, Variables/Parameter under CVD) and are hard failures from 2.0.0. Each check's severity is a one-line `POLICY` entry.
- **README tables are now rendered by the verifier.** The L\* ladder, Syntax Colors table, bracket list, contrast table (now WCAG **and** APCA) and a new ANSI table live between `` markers; `node scripts/verify-palette.mjs --write-readme` re-renders them, and the default run fails on drift.
- **Colour math extracted** to `scripts/lib/color.mjs` (sRGB/XYZ/Lab, WCAG, APCA 0.0.98G-4, CIEDE2000, CVD matrices, dominant wavelength) and the generator's substitution/validation rules to `scripts/lib/build.mjs`, so both are unit-testable. `build-themes.mjs` output is byte-identical.
-- **Tests** (`npm test`, `node:test`): colour-math sanity (21:1, L\* 100, APCA ±106/108, ΔE2000 red/green ≈ 86.6, sRGB primaries' λd), generator edge cases (bare vs interpolated tokens, unknown/unused tokens, non-object variant roots, path-escaping filenames), build determinism, committed-JSON freshness, `$schema` presence, v1.2.0 snapshot parity (skippable with `PALETTE_CHANGED=1`), and a verifier smoke run.
+- **Tests** (`npm test`, `node:test`): colour-math sanity (21:1, L\* 100, APCA ±106/108, ΔE2000 red/green ≈ 86.6, sRGB primaries' λd), generator edge cases (bare vs interpolated tokens, unknown/unused tokens, non-object variant roots, path-escaping filenames), build determinism, committed-JSON freshness, `$schema` presence, v1.2.0 snapshot structural coverage, and a verifier smoke run.
- **CI** (`.github/workflows/ci.yml`): Node 22 + 24 — `npm ci` → build → `git diff --exit-code themes/` → verify → test → `vsce package` (VSIX uploaded as an artifact). Dependabot for npm and GitHub Actions, monthly.
- `@vscode/vsce` added as a devDependency; `npm run package` builds the VSIX.
diff --git a/README.md b/README.md
index 8211a94..2faae3e 100644
--- a/README.md
+++ b/README.md
@@ -52,19 +52,19 @@ On calibrated OLED and miniLED displays, subtle color differences disappear. **A
```text
L* 81 ███████████████████████████ Operators
L* 75 █████████████████████████ Variables
-L* 73 ████████████████████████ Numbers
+L* 72 ████████████████████████ Numbers
L* 68 ███████████████████████ Keywords (bold)
L* 65 ██████████████████████ Types
L* 61 ████████████████████ Functions
L* 58 ███████████████████ Strings (italic)
L* 55 ██████████████████ Special
-L* 48 ████████████████ Punctuation
-L* 36 ████████████ Comments (italic)
+L* 49 ████████████████ Punctuation
+L* 44 ███████████████ Comments (italic)
```
-The ladder is monotonic descending. The warm-only palette can't deliver large gaps across all ten tiers — Operators (L\* 81) down to Comments (L\* 36) is a ~45-unit range. The largest gaps cluster at the top and bottom (Operators→Variables 5.9, Special→Punctuation 6.7, Punctuation→Comments 12.3); the middle tiers run in the ~3 L\* range and rely on font style (italic strings/comments/interfaces/`defaultLibrary`, bold keywords/escapes) and hue (gold vs olive vs dusty-rose) to carry the differentiation that lightness alone can't. The ladder above is rendered by `scripts/verify-palette.mjs` from the live theme files; the verifier hard-fails on out-of-order roles and warns on any adjacent gap below 3 L\* (or ΔE2000 below 4).
+The ladder is monotonic descending. The warm-only palette can't deliver large gaps across all ten tiers — the whole run from Operators to Comments spans under 40 L\*. The largest gaps sit at the top and bottom (Operators→Variables, Special→Punctuation, Punctuation→Comments); the middle tiers run in the 3–4 L\* range and rely on font style (italic strings/comments/interfaces/`defaultLibrary`, bold keywords/escapes) and hue (gold vs olive vs dusty-rose) to carry the differentiation that lightness alone can't. The ladder above is rendered by `scripts/verify-palette.mjs` from the live theme files (exact per-rung L\* and gaps are in its section 1 output); the verifier hard-fails on out-of-order roles and on any adjacent gap below 3 L\* or ΔE2000 below 4.
---
@@ -76,9 +76,9 @@ The ladder is monotonic descending. The warm-only palette can't deliver large ga
| Element | Hex | Style |
| -------------------- | --------- | ------------------ |
-| Operators | `#D4C8B8` | Normal |
-| Variables | `#C4B8A4` | Normal |
-| Numbers | `#E0A850` | Normal |
+| Operators | `#D8C8A8` | Normal |
+| Variables | `#C8B89A` | Normal |
+| Numbers | `#DEA64E` | Normal |
| Keywords | `#C8A040` | **Bold** |
| Types | `#BC9858` | Normal |
| Interface/Type-param | `#BC9858` | _Italic_ |
@@ -87,7 +87,7 @@ The ladder is monotonic descending. The warm-only palette can't deliver large ga
| Strings | `#9A8B60` | _Italic_ |
| Escapes | `#D4B088` | **Bold** |
| Regex / decorators | `#A87878` | _Italic_ |
-| Comments | `#5C544A` | _Italic_ |
+| Comments | `#6E665B` | _Italic_ |
| Errors | `#D46A66` | **Bold** underline |
@@ -300,7 +300,7 @@ Matching terminal themes are included in the `terminal/` directory:
| **Alacritty** | `terminal/alone.toml` | Import in your `alacritty.toml` config |
| **Windows Terminal** | `terminal/alone-windows-terminal.json` | Add scheme to `settings.json` |
-All terminal themes use the same warm color palette with intentionally muted blue/cyan (replaced with warm grays).
+All terminal themes use the same warm color palette. The blue and cyan slots carry no short-wavelength light: blue is a warm gray (`#9C948E`) and cyan is the terracotta used for functions (`#C08868`) — two hues a red-green-deficient reader can still tell apart (ΔE2000 ≥ 10 across all eight normal slots), instead of the two near-identical grays that shipped before 2.0.0. Programs that print blue-on-black (`ls`, `grep`, `man`) stay readable (blue Lc 45 against the terminal background).
The sixteen ANSI slots (as shipped in the VS Code theme and mirrored in the terminal files):
@@ -308,14 +308,14 @@ The sixteen ANSI slots (as shipped in the VS Code theme and mirrored in the term
| Slot | Hex | L\* | Bright slot | Hex | L\* |
| ------- | --------- | --- | ------------- | --------- | --- |
-| Black | `#0C0A09` | 3 | BrightBlack | `#5C544A` | 36 |
+| Black | `#0C0A09` | 3 | BrightBlack | `#6E665B` | 44 |
| Red | `#B85450` | 48 | BrightRed | `#D46A66` | 57 |
| Green | `#9A8B60` | 58 | BrightGreen | `#C4B078` | 72 |
| Yellow | `#D4A048` | 69 | BrightYellow | `#E8B850` | 77 |
-| Blue | `#8B8178` | 55 | BrightBlue | `#A89A8C` | 64 |
+| Blue | `#9C948E` | 62 | BrightBlue | `#B2AAA3` | 70 |
| Magenta | `#A87878` | 55 | BrightMagenta | `#C89088` | 65 |
-| Cyan | `#9A8B7A` | 59 | BrightCyan | `#B8A898` | 70 |
-| White | `#C4B8A4` | 75 | BrightWhite | `#E8DCD0` | 88 |
+| Cyan | `#C08868` | 61 | BrightCyan | `#CEA284` | 70 |
+| White | `#C8B89A` | 75 | BrightWhite | `#EDDCC4` | 89 |
@@ -350,14 +350,14 @@ Key contrast ratios against the editor background (`#0C0A09`):
| Element | Color | WCAG | WCAG level | APCA Lc |
| --------- | --------- | ------ | ---------- | ------- |
-| Operators | `#D4C8B8` | 12.0:1 | AAA | 74 |
-| Variables | `#C4B8A4` | 10.1:1 | AAA | 65 |
-| Numbers | `#E0A850` | 9.3:1 | AAA | 61 |
+| Operators | `#D8C8A8` | 12.0:1 | AAA | 74 |
+| Variables | `#C8B89A` | 10.1:1 | AAA | 65 |
+| Numbers | `#DEA64E` | 9.1:1 | AAA | 60 |
| Keywords | `#C8A040` | 8.1:1 | AAA | 54 |
| Types | `#BC9858` | 7.3:1 | AAA | 49 |
| Functions | `#C08868` | 6.6:1 | AA | 45 |
| Strings | `#9A8B60` | 5.9:1 | AA | 40 |
-| Comments | `#5C544A` | 2.7:1 | — | 16 |
+| Comments | `#6E665B` | 3.5:1 | AA (large) | 23 |
diff --git a/package-lock.json b/package-lock.json
index 11743ec..30d8a6f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "alone",
- "version": "1.3.1",
+ "version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alone",
- "version": "1.3.1",
+ "version": "2.0.0",
"license": "MIT",
"devDependencies": {
"@vscode/vsce": "^3.9.2",
diff --git a/package.json b/package.json
index 1247b08..f6b25b7 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "alone",
"displayName": "Alone",
"description": "A theme for those who thrive coding alone in the dark. The ultimate expression of vision science—protect your dark adaptation during extended sessions.",
- "version": "1.3.1",
+ "version": "2.0.0",
"publisher": "crypticpy",
"author": {
"name": "Chris",
diff --git a/scripts/verify-palette.mjs b/scripts/verify-palette.mjs
index 9374b95..f8ae6ba 100644
--- a/scripts/verify-palette.mjs
+++ b/scripts/verify-palette.mjs
@@ -5,8 +5,8 @@
* Discovers every variant under themes/_src/variants/*.yaml, loads the
* corresponding built JSON from themes/, and runs these checks. Each check
* has a severity in POLICY below — `fail` exits non-zero, `warn` is reported
- * but does not fail the run. (v2 introduced the perceptual checks as
- * warnings; they flip to `fail` once the palette meets them.)
+ * but does not fail the run. Since the 2.0.0 retune every check is `fail`;
+ * demote one to `warn` only while a deliberate palette change is in flight.
*
* 1. L* ladder (standard variant) — the ten headline roles descend in the
* documented order. Out-of-order → fail. Adjacent gaps below
@@ -56,15 +56,16 @@ const README = path.join(ROOT, 'README.md');
const WRITE_README = process.argv.includes('--write-readme');
// ─── Policy & thresholds ─────────────────────────────────────────────
-// Severity per check. Flip a `warn` to `fail` once the palette meets it.
+// Severity per check. All hard since 2.0.0; demote to `warn` only while a
+// deliberate palette change is in flight.
const POLICY = {
ladderOrder: 'fail',
- tightGap: 'warn',
- apca: 'warn',
- cvd: 'warn',
- ansi: 'warn',
+ tightGap: 'fail',
+ apca: 'fail',
+ cvd: 'fail',
+ ansi: 'fail',
wavelengthBand: 'fail',
- wavelengthScan: 'warn',
+ wavelengthScan: 'fail',
parity: 'fail',
readme: 'fail',
};
diff --git a/terminal/alone-windows-terminal.json b/terminal/alone-windows-terminal.json
index 7f84c24..1da6172 100644
--- a/terminal/alone-windows-terminal.json
+++ b/terminal/alone-windows-terminal.json
@@ -1,23 +1,23 @@
{
"name": "Alone",
"background": "#0C0A09",
- "foreground": "#C4B8A4",
+ "foreground": "#C8B89A",
"cursorColor": "#E8B850",
"selectionBackground": "#D4A048",
"black": "#0C0A09",
"red": "#B85450",
"green": "#9A8B60",
"yellow": "#D4A048",
- "blue": "#8B8178",
+ "blue": "#9C948E",
"purple": "#A87878",
- "cyan": "#9A8B7A",
- "white": "#C4B8A4",
- "brightBlack": "#5C544A",
+ "cyan": "#C08868",
+ "white": "#C8B89A",
+ "brightBlack": "#6E665B",
"brightRed": "#D46A66",
"brightGreen": "#C4B078",
"brightYellow": "#E8B850",
- "brightBlue": "#A89A8C",
+ "brightBlue": "#B2AAA3",
"brightPurple": "#C89088",
- "brightCyan": "#B8A898",
- "brightWhite": "#E8DCD0"
+ "brightCyan": "#CEA284",
+ "brightWhite": "#EDDCC4"
}
diff --git a/terminal/alone.conf b/terminal/alone.conf
index 96e35ec..eb4c0d6 100644
--- a/terminal/alone.conf
+++ b/terminal/alone.conf
@@ -2,7 +2,7 @@
# A warm, earthy terminal color scheme
# Basic colors
-foreground #C4B8A4
+foreground #C8B89A
background #0C0A09
selection_foreground #0C0A09
selection_background #D4A048
@@ -14,20 +14,20 @@ color0 #0C0A09
color1 #B85450
color2 #9A8B60
color3 #D4A048
-color4 #8B8178
+color4 #9C948E
color5 #A87878
-color6 #9A8B7A
-color7 #C4B8A4
+color6 #C08868
+color7 #C8B89A
# Bright colors
-color8 #5C544A
+color8 #6E665B
color9 #D46A66
color10 #C4B078
color11 #E8B850
-color12 #A89A8C
+color12 #B2AAA3
color13 #C89088
-color14 #B8A898
-color15 #E8DCD0
+color14 #CEA284
+color15 #EDDCC4
# URL color
url_color #D4A048
@@ -35,5 +35,5 @@ url_color #D4A048
# Tab bar colors
active_tab_foreground #0C0A09
active_tab_background #D4A048
-inactive_tab_foreground #C4B8A4
-inactive_tab_background #5C544A
+inactive_tab_foreground #C8B89A
+inactive_tab_background #6E665B
diff --git a/terminal/alone.itermcolors b/terminal/alone.itermcolors
index bf2c4db..c408e20 100644
--- a/terminal/alone.itermcolors
+++ b/terminal/alone.itermcolors
@@ -59,11 +59,11 @@
Color Space
sRGB
Red Component
- 0.54509803921568623
+ 0.61176470588235299
Green Component
- 0.50588235294117645
+ 0.58039215686274515
Blue Component
- 0.47058823529411764
+ 0.55686274509803924
Alpha Component
1
@@ -85,11 +85,11 @@
Color Space
sRGB
Red Component
- 0.60392156862745094
+ 0.75294117647058822
Green Component
- 0.54509803921568623
+ 0.53333333333333333
Blue Component
- 0.47843137254901963
+ 0.40784313725490196
Alpha Component
1
@@ -98,11 +98,11 @@
Color Space
sRGB
Red Component
- 0.76862745098039220
+ 0.78431372549019607
Green Component
0.72156862745098038
Blue Component
- 0.64313725490196083
+ 0.60392156862745094
Alpha Component
1
@@ -111,11 +111,11 @@
Color Space
sRGB
Red Component
- 0.36078431372549019
+ 0.43137254901960786
Green Component
- 0.32941176470588235
+ 0.40000000000000002
Blue Component
- 0.29019607843137257
+ 0.35686274509803922
Alpha Component
1
@@ -163,11 +163,11 @@
Color Space
sRGB
Red Component
- 0.65882352941176470
+ 0.69803921568627447
Green Component
- 0.60392156862745094
+ 0.66666666666666663
Blue Component
- 0.54901960784313730
+ 0.63921568627450975
Alpha Component
1
@@ -189,11 +189,11 @@
Color Space
sRGB
Red Component
- 0.72156862745098038
+ 0.80784313725490198
Green Component
- 0.65882352941176470
+ 0.63529411764705879
Blue Component
- 0.59607843137254901
+ 0.51764705882352946
Alpha Component
1
@@ -202,11 +202,11 @@
Color Space
sRGB
Red Component
- 0.90980392156862744
+ 0.92941176470588238
Green Component
0.86274509803921573
Blue Component
- 0.81568627450980391
+ 0.76862745098039220
Alpha Component
1
@@ -228,11 +228,11 @@
Color Space
sRGB
Red Component
- 0.90980392156862744
+ 0.92941176470588238
Green Component
0.86274509803921573
Blue Component
- 0.81568627450980391
+ 0.76862745098039220
Alpha Component
1
@@ -254,11 +254,11 @@
Color Space
sRGB
Red Component
- 0.76862745098039220
+ 0.78431372549019607
Green Component
0.72156862745098038
Blue Component
- 0.64313725490196083
+ 0.60392156862745094
Alpha Component
0.25
@@ -280,11 +280,11 @@
Color Space
sRGB
Red Component
- 0.76862745098039220
+ 0.78431372549019607
Green Component
0.72156862745098038
Blue Component
- 0.64313725490196083
+ 0.60392156862745094
Alpha Component
1
diff --git a/terminal/alone.toml b/terminal/alone.toml
index 44a38f8..a8a6b8a 100644
--- a/terminal/alone.toml
+++ b/terminal/alone.toml
@@ -4,7 +4,7 @@
[colors.primary]
background = "#0C0A09"
-foreground = "#C4B8A4"
+foreground = "#C8B89A"
[colors.cursor]
text = "#0C0A09"
@@ -39,35 +39,35 @@ foreground = "None"
background = "None"
[colors.footer_bar]
-foreground = "#C4B8A4"
-background = "#5C544A"
+foreground = "#C8B89A"
+background = "#6E665B"
[colors.normal]
black = "#0C0A09"
red = "#B85450"
green = "#9A8B60"
yellow = "#D4A048"
-blue = "#8B8178"
+blue = "#9C948E"
magenta = "#A87878"
-cyan = "#9A8B7A"
-white = "#C4B8A4"
+cyan = "#C08868"
+white = "#C8B89A"
[colors.bright]
-black = "#5C544A"
+black = "#6E665B"
red = "#D46A66"
green = "#C4B078"
yellow = "#E8B850"
-blue = "#A89A8C"
+blue = "#B2AAA3"
magenta = "#C89088"
-cyan = "#B8A898"
-white = "#E8DCD0"
+cyan = "#CEA284"
+white = "#EDDCC4"
[colors.dim]
black = "#0C0A09"
red = "#8A3F3C"
green = "#746A48"
yellow = "#9F7836"
-blue = "#68615A"
+blue = "#756F6B"
magenta = "#7E5A5A"
-cyan = "#74685C"
-white = "#93897B"
+cyan = "#90664E"
+white = "#968A74"
diff --git a/tests/pipeline.test.mjs b/tests/pipeline.test.mjs
index 2b9263a..2585576 100644
--- a/tests/pipeline.test.mjs
+++ b/tests/pipeline.test.mjs
@@ -1,8 +1,9 @@
/**
* End-to-end checks on the real _src tree: the build is deterministic, the
- * committed themes/*.json are what the build produces, and (unless the
- * palette has intentionally moved — PALETTE_CHANGED=1) each variant is still
- * value-identical to the immutable v1.2.0 snapshot apart from `$schema`.
+ * committed themes/*.json are what the build produces, and each variant still
+ * styles everything the immutable v1.2.0 snapshot styled (keys, tokenColors
+ * rules, semantic selectors, font styles) — values may move (2.0.0 retune)
+ * and coverage may grow, but nothing is silently dropped.
*/
import { test } from 'node:test';
import assert from 'node:assert/strict';
@@ -51,14 +52,38 @@ test('every generated theme carries the color-theme $schema as its first key', (
}
});
-test('v1.2.0 snapshot parity (skip with PALETTE_CHANGED=1 on intentional palette changes)', { skip: process.env.PALETTE_CHANGED === '1' }, () => {
+test('v1.2.0 snapshot structural coverage (nothing the snapshot styled is dropped or restyled)', () => {
+ // The palette was retuned in 2.0.0, so hex values legitimately differ from
+ // the immutable v1.2.0 snapshot. What must NOT drift silently is that everything the snapshot
+ // styled is still styled the same way: every colour key still present,
+ // every tokenColors rule still present with the same scopes and fontStyle,
+ // every semanticTokenColors selector still present with the same font
+ // style. New keys/rules/selectors are allowed (additions only).
+ const STYLE_FLAGS = ['italic', 'bold', 'underline', 'strikethrough'];
+ const shape = (theme) => ({
+ colors: new Set(Object.keys(theme.colors)),
+ tokenColors: new Map(theme.tokenColors.map((r) => [
+ r.name, JSON.stringify({ scope: r.scope, fontStyle: r.settings?.fontStyle ?? null }),
+ ])),
+ // Semantic entries carry style as boolean flags (italic/bold/underline/
+ // strikethrough), not a fontStyle string.
+ semantic: new Map(Object.entries(theme.semanticTokenColors).map(([k, v]) => [
+ k, typeof v === 'string' ? '' : STYLE_FLAGS.filter((f) => v[f] === true).join(' '),
+ ])),
+ });
for (const { f, doc } of variants) {
const snapPath = path.join(SNAPSHOT, doc.filename);
if (!fs.existsSync(snapPath)) continue; // variants added after v1.2.0 have no snapshot
- const built = buildTheme(base, doc, f);
- delete built.$schema;
- const snap = JSON.parse(fs.readFileSync(snapPath, 'utf8'));
- assert.deepEqual(built, snap, `${doc.filename} diverges from themes/_snapshot (intentional? set PALETTE_CHANGED=1)`);
+ const built = shape(buildTheme(base, doc, f));
+ const snap = shape(JSON.parse(fs.readFileSync(snapPath, 'utf8')));
+ for (const k of snap.colors) assert.ok(built.colors.has(k), `${doc.filename}: colour key "${k}" dropped since v1.2.0`);
+ for (const [name, sig] of snap.tokenColors) {
+ assert.equal(built.tokenColors.get(name), sig, `${doc.filename}: tokenColors rule "${name}" dropped or restyled since v1.2.0`);
+ }
+ for (const [sel, style] of snap.semantic) {
+ assert.ok(built.semantic.has(sel), `${doc.filename}: semantic selector "${sel}" dropped since v1.2.0`);
+ assert.equal(built.semantic.get(sel), style, `${doc.filename}: semantic selector "${sel}" font style changed since v1.2.0`);
+ }
}
});
diff --git a/themes/_src/base.yaml b/themes/_src/base.yaml
index 53d0510..7cd5f63 100644
--- a/themes/_src/base.yaml
+++ b/themes/_src/base.yaml
@@ -906,7 +906,7 @@ colors:
editorHoverWidget.statusBarBackground: ${colors.editorHoverWidget.statusBarBackground}
editorGhostText.foreground: ${colors.editorGhostText.foreground}
editorGhostText.border: "#00000000"
- editorGhostText.background: "#00000000"
+ editorGhostText.background: ${colors.editorGhostText.background}
editorStickyScroll.background: ${colors.editorStickyScroll.background}
editorStickyScrollHover.background: ${colors.editorStickyScrollHover.background}
debugExceptionWidget.background: ${colors.debugExceptionWidget.background}
diff --git a/themes/_src/variants/alone-focused.yaml b/themes/_src/variants/alone-focused.yaml
index 9808fad..38485de 100644
--- a/themes/_src/variants/alone-focused.yaml
+++ b/themes/_src/variants/alone-focused.yaml
@@ -10,15 +10,15 @@ verify:
wavelengthBand: warm
tokens:
name: Alone Focused
- semanticTokenColors.variable: "#C4B8A4"
- semanticTokenColors.variable.readonly: "#C4B8A4"
- semanticTokenColors.variable.declaration: "#C4B8A4"
- semanticTokenColors.variable.defaultLibrary.foreground: "#B89860"
- semanticTokenColors.parameter: "#BCA890"
- semanticTokenColors.property: "#C4B8A4"
- semanticTokenColors.property.readonly: "#C4B8A4"
- semanticTokenColors.property.declaration: "#C4B8A4"
- semanticTokenColors.property.defaultLibrary.foreground: "#B89860"
+ semanticTokenColors.variable: "#C8B89A"
+ semanticTokenColors.variable.readonly: "#C8B89A"
+ semanticTokenColors.variable.declaration: "#C8B89A"
+ semanticTokenColors.variable.defaultLibrary.foreground: "#B08C50"
+ semanticTokenColors.parameter: "#B8AA9C"
+ semanticTokenColors.property: "#C8B89A"
+ semanticTokenColors.property.readonly: "#C8B89A"
+ semanticTokenColors.property.declaration: "#C8B89A"
+ semanticTokenColors.property.defaultLibrary.foreground: "#B08C50"
semanticTokenColors.function: "#C08868"
semanticTokenColors.function.declaration: "#C08868"
semanticTokenColors.function.defaultLibrary.foreground: "#C08868"
@@ -43,21 +43,21 @@ tokens:
semanticTokenColors.decorator: "#A87878"
semanticTokenColors.label: "#E8B850"
semanticTokenColors.keyword.foreground: "#C8A040"
- semanticTokenColors.comment.foreground: "#5C544A"
+ semanticTokenColors.comment.foreground: "#6E665B"
semanticTokenColors.string.foreground: "#9A8B60"
- semanticTokenColors.number: "#E0A850"
+ semanticTokenColors.number: "#DEA64E"
semanticTokenColors.regexp.foreground: "#A87878"
- semanticTokenColors.operator: "#D4C8B8"
- semanticTokenColors.*.deprecated.foreground: "#7A7268"
- semanticTokenColors.*.modification.foreground: "#C4B8A4"
- tokenColors.comments.settings.foreground: "#5C544A"
- tokenColors.documentation_comments.settings.foreground: "#6B635A"
+ semanticTokenColors.operator: "#D8C8A8"
+ semanticTokenColors.*.deprecated.foreground: "#7C7262"
+ semanticTokenColors.*.modification.foreground: "#C8B89A"
+ tokenColors.comments.settings.foreground: "#6E665B"
+ tokenColors.documentation_comments.settings.foreground: "#787062"
tokenColors.strings.settings.foreground: "#9A8B60"
tokenColors.template_string_expressions.settings.foreground: "#C4A078"
tokenColors.regular_expressions.settings.foreground: "#A87878"
tokenColors.escape_characters.settings.foreground: "#D4B088"
- tokenColors.numbers.settings.foreground: "#E0A850"
- tokenColors.boolean_null_constants.settings.foreground: "#E0A850"
+ tokenColors.numbers.settings.foreground: "#DEA64E"
+ tokenColors.boolean_null_constants.settings.foreground: "#DEA64E"
tokenColors.language_constants.settings.foreground: "#D4A878"
tokenColors.other_constants.settings.foreground: "#D4A878"
tokenColors.keywords.settings.foreground: "#C8A040"
@@ -65,16 +65,16 @@ tokens:
tokenColors.import_export_keywords.settings.foreground: "#C8A040"
tokenColors.operator_keywords.settings.foreground: "#C8A040"
tokenColors.storage_keywords.settings.foreground: "#C8A040"
- tokenColors.operators.settings.foreground: "#D4C8B8"
- tokenColors.spread_rest_operator.settings.foreground: "#D4C8B8"
- tokenColors.arrow_function.settings.foreground: "#D4C8B8"
+ tokenColors.operators.settings.foreground: "#D8C8A8"
+ tokenColors.spread_rest_operator.settings.foreground: "#D8C8A8"
+ tokenColors.arrow_function.settings.foreground: "#D8C8A8"
tokenColors.functions.settings.foreground: "#C08868"
- tokenColors.function_parameters.settings.foreground: "#BCA890"
+ tokenColors.function_parameters.settings.foreground: "#B8AA9C"
tokenColors.method_calls.settings.foreground: "#C08868"
tokenColors.built_in_functions.settings.foreground: "#C08868"
- tokenColors.variables.settings.foreground: "#C4B8A4"
- tokenColors.object_properties.settings.foreground: "#C4B8A4"
- tokenColors.special_variables_this_self_super.settings.foreground: "#B89860"
+ tokenColors.variables.settings.foreground: "#C8B89A"
+ tokenColors.object_properties.settings.foreground: "#C8B89A"
+ tokenColors.special_variables_this_self_super.settings.foreground: "#B08C50"
tokenColors.types_classes.settings.foreground: "#BC9858"
tokenColors.interfaces.settings.foreground: "#BC9858"
tokenColors.type_parameters_generics.settings.foreground: "#BC9858"
@@ -82,35 +82,35 @@ tokens:
tokenColors.enum_members.settings.foreground: "#D4A878"
tokenColors.namespaces_modules.settings.foreground: "#BC9858"
tokenColors.decorators_annotations.settings.foreground: "#A87878"
- tokenColors.punctuation.settings.foreground: "#7A7268"
- tokenColors.brackets.settings.foreground: "#7A7268"
+ tokenColors.punctuation.settings.foreground: "#7C7262"
+ tokenColors.brackets.settings.foreground: "#7C7262"
tokenColors.html_xml_tags.settings.foreground: "#C8906A"
tokenColors.html_xml_attributes.settings.foreground: "#B89860"
tokenColors.html_attribute_values.settings.foreground: "#9A8B60"
tokenColors.html_entities.settings.foreground: "#A87878"
tokenColors.jsx_component_tags.settings.foreground: "#B89860"
- tokenColors.jsx_expression_braces.settings.foreground: "#D4C8B8"
- tokenColors.jsx_spread_attributes.settings.foreground: "#D4C8B8"
+ tokenColors.jsx_expression_braces.settings.foreground: "#D8C8A8"
+ tokenColors.jsx_spread_attributes.settings.foreground: "#D8C8A8"
tokenColors.css_selectors.settings.foreground: "#B89860"
tokenColors.css_properties.settings.foreground: "#C8906A"
- tokenColors.css_property_values.settings.foreground: "#C4B8A4"
- tokenColors.css_units.settings.foreground: "#E0A850"
+ tokenColors.css_property_values.settings.foreground: "#C8B89A"
+ tokenColors.css_units.settings.foreground: "#DEA64E"
tokenColors.css_functions.settings.foreground: "#C8906A"
tokenColors.css_pseudo_elements_classes.settings.foreground: "#A87878"
- tokenColors.css_variables.settings.foreground: "#C4B8A4"
+ tokenColors.css_variables.settings.foreground: "#C8B89A"
tokenColors.json_property_names.settings.foreground: "#C8906A"
tokenColors.json_string_values.settings.foreground: "#9A8B60"
tokenColors.yaml_keys.settings.foreground: "#C8906A"
tokenColors.yaml_values.settings.foreground: "#9A8B60"
tokenColors.yaml_anchors_aliases.settings.foreground: "#A87878"
tokenColors.markdown_headings.settings.foreground: "#E8B850"
- tokenColors.markdown_bold.settings.foreground: "#C4B8A4"
- tokenColors.markdown_italic.settings.foreground: "#C4B8A4"
+ tokenColors.markdown_bold.settings.foreground: "#C8B89A"
+ tokenColors.markdown_italic.settings.foreground: "#C8B89A"
tokenColors.markdown_code.settings.foreground: "#9A8B60"
tokenColors.markdown_links.settings.foreground: "#B89860"
- tokenColors.markdown_list_markers.settings.foreground: "#D4C8B8"
- tokenColors.markdown_block_quote.settings.foreground: "#6B635A"
- tokenColors.python_docstrings.settings.foreground: "#6B635A"
+ tokenColors.markdown_list_markers.settings.foreground: "#D8C8A8"
+ tokenColors.markdown_block_quote.settings.foreground: "#787062"
+ tokenColors.python_docstrings.settings.foreground: "#787062"
tokenColors.python_f_string_braces.settings.foreground: "#C4A078"
tokenColors.python_magic_methods.settings.foreground: "#A87878"
tokenColors.python_builtins.settings.foreground: "#C8906A"
@@ -119,17 +119,17 @@ tokens:
tokenColors.rust_attributes.settings.foreground: "#A87878"
tokenColors.go_package_names.settings.foreground: "#B89860"
tokenColors.shell_commands.settings.foreground: "#C8906A"
- tokenColors.shell_variables.settings.foreground: "#C4B8A4"
+ tokenColors.shell_variables.settings.foreground: "#C8B89A"
tokenColors.sql_keywords.settings.foreground: "#E8B850"
tokenColors.invalid_illegal.settings.foreground: "#D46A66"
- tokenColors.invalid_deprecated.settings.foreground: "#7A7268"
- colors.foreground: "#C4B8A4"
- colors.disabledForeground: "#5C544A"
+ tokenColors.invalid_deprecated.settings.foreground: "#7C7262"
+ colors.foreground: "#C8B89A"
+ colors.disabledForeground: "#5E5446"
colors.focusBorder: "#D4A04880"
colors.selection.background: "#D4A04840"
- colors.descriptionForeground: "#7A7268"
+ colors.descriptionForeground: "#7C7262"
colors.errorForeground: "#D46A66"
- colors.icon.foreground: "#7A7268"
+ colors.icon.foreground: "#7C7262"
colors.sash.hoverBorder: "#D4A04880"
colors.textLink.foreground: "#D4A048"
colors.textLink.activeForeground: "#E8B850"
@@ -142,21 +142,21 @@ tokens:
colors.button.foreground: "#0C0A09"
colors.button.hoverBackground: "#E8B850"
colors.button.secondaryBackground: "#1E1915"
- colors.button.secondaryForeground: "#9A9080"
+ colors.button.secondaryForeground: "#9D9078"
colors.button.secondaryHoverBackground: "#28221C"
colors.checkbox.background: "#0C0A09"
- colors.checkbox.foreground: "#9A9080"
+ colors.checkbox.foreground: "#9D9078"
colors.checkbox.border: "#1E1915"
colors.checkbox.selectBackground: "#D4A048"
colors.checkbox.selectBorder: "#D4A048"
colors.dropdown.background: "#0C0A09"
- colors.dropdown.foreground: "#9A9080"
+ colors.dropdown.foreground: "#9D9078"
colors.dropdown.border: "#1E1915"
colors.dropdown.listBackground: "#0C0A09"
colors.input.background: "#0C0A09"
- colors.input.foreground: "#C4B8A4"
+ colors.input.foreground: "#C8B89A"
colors.input.border: "#1E1915"
- colors.input.placeholderForeground: "#5C544A"
+ colors.input.placeholderForeground: "#5E5446"
colors.inputOption.activeBackground: "#D4A04820"
colors.inputOption.activeBorder: "#D4A04880"
colors.inputOption.activeForeground: "#E8B850"
@@ -175,20 +175,20 @@ tokens:
colors.scrollbarSlider.hoverBackground: "#352D2570"
colors.scrollbarSlider.activeBackground: "#4A403590"
colors.badge.background: "#28221C80"
- colors.badge.foreground: "#7A7268"
+ colors.badge.foreground: "#7C7262"
colors.progressBar.background: "#D4A04880"
colors.list.activeSelectionBackground: "#1E191580"
- colors.list.activeSelectionForeground: "#C4B8A4"
- colors.list.activeSelectionIconForeground: "#C4B8A4"
+ colors.list.activeSelectionForeground: "#C8B89A"
+ colors.list.activeSelectionIconForeground: "#C8B89A"
colors.list.dropBackground: "#1E191560"
colors.list.focusBackground: "#1E191580"
- colors.list.focusForeground: "#C4B8A4"
+ colors.list.focusForeground: "#C8B89A"
colors.list.focusOutline: "#00000000"
colors.list.highlightForeground: "#D4A048"
colors.list.hoverBackground: "#1E191540"
- colors.list.hoverForeground: "#9A9080"
+ colors.list.hoverForeground: "#9D9078"
colors.list.inactiveSelectionBackground: "#1E191560"
- colors.list.inactiveSelectionForeground: "#9A9080"
+ colors.list.inactiveSelectionForeground: "#9D9078"
colors.list.inactiveFocusBackground: "#1E191540"
colors.list.inactiveFocusOutline: "#00000000"
colors.list.invalidItemForeground: "#D46A66"
@@ -203,21 +203,21 @@ tokens:
colors.tree.tableColumnsBorder: "#1E1915"
colors.tree.tableOddRowsBackground: "#0A090850"
colors.activityBar.background: "#0A0908"
- colors.activityBar.foreground: "#5C544A"
+ colors.activityBar.foreground: "#5E5446"
colors.activityBar.inactiveForeground: "#3A3530"
colors.activityBar.border: "#0A0908"
- colors.activityBar.activeBorder: "#5C544A80"
+ colors.activityBar.activeBorder: "#5E544680"
colors.activityBar.activeBackground: "#0A0908"
- colors.activityBar.activeFocusBorder: "#5C544A80"
+ colors.activityBar.activeFocusBorder: "#5E544680"
colors.activityBarBadge.background: "#28221C60"
- colors.activityBarBadge.foreground: "#5C544A"
+ colors.activityBarBadge.foreground: "#5E5446"
colors.sideBar.background: "#0A0908"
- colors.sideBar.foreground: "#7A7268"
+ colors.sideBar.foreground: "#7C7262"
colors.sideBar.border: "#0A0908"
colors.sideBar.dropBackground: "#1E191540"
- colors.sideBarTitle.foreground: "#9A9080"
+ colors.sideBarTitle.foreground: "#9D9078"
colors.sideBarSectionHeader.background: "#0A0908"
- colors.sideBarSectionHeader.foreground: "#9A9080"
+ colors.sideBarSectionHeader.foreground: "#9D9078"
colors.sideBarSectionHeader.border: "#0A0908"
colors.minimap.background: "#0C0A09"
colors.minimap.foregroundOpacity: "#00000080"
@@ -240,40 +240,40 @@ tokens:
colors.editorGroupHeader.border: "#0A0908"
colors.editorGroup.emptyBackground: "#0A0908"
colors.editorGroup.focusedEmptyBorder: "#0A0908"
- colors.editorGroup.dropIntoPromptForeground: "#9A9080"
+ colors.editorGroup.dropIntoPromptForeground: "#9D9078"
colors.editorGroup.dropIntoPromptBackground: "#0C0A09"
colors.editorGroup.dropIntoPromptBorder: "#0C0A09"
colors.tab.activeBackground: "#0C0A09"
- colors.tab.activeForeground: "#C4B8A4"
+ colors.tab.activeForeground: "#C8B89A"
colors.tab.activeBorder: "#0C0A09"
colors.tab.activeBorderTop: "#D4A04880"
colors.tab.activeModifiedBorder: "#E8B85080"
colors.tab.inactiveBackground: "#0A0908"
- colors.tab.inactiveForeground: "#5C544A"
+ colors.tab.inactiveForeground: "#5E5446"
colors.tab.inactiveModifiedBorder: "#D4A04850"
colors.tab.border: "#0A0908"
colors.tab.unfocusedActiveBackground: "#0C0A09"
- colors.tab.unfocusedActiveForeground: "#7A7268"
+ colors.tab.unfocusedActiveForeground: "#7C7262"
colors.tab.unfocusedActiveBorder: "#0C0A09"
colors.tab.unfocusedActiveBorderTop: "#D4A04850"
colors.tab.unfocusedActiveModifiedBorder: "#D4A04850"
colors.tab.unfocusedInactiveBackground: "#0A0908"
- colors.tab.unfocusedInactiveForeground: "#4A4540"
+ colors.tab.unfocusedInactiveForeground: "#56504A"
colors.tab.unfocusedInactiveModifiedBorder: "#D4A04830"
colors.tab.hoverBackground: "#0C0A09"
- colors.tab.hoverForeground: "#9A9080"
+ colors.tab.hoverForeground: "#9D9078"
colors.tab.unfocusedHoverBackground: "#0C0A09"
- colors.tab.unfocusedHoverForeground: "#7A7268"
+ colors.tab.unfocusedHoverForeground: "#7C7262"
colors.tab.lastPinnedBorder: "#1E1915"
colors.editor.background: "#0C0A09"
- colors.editor.foreground: "#C4B8A4"
+ colors.editor.foreground: "#C8B89A"
colors.editorLineNumber.foreground: "#3A3530"
- colors.editorLineNumber.activeForeground: "#7A7268"
+ colors.editorLineNumber.activeForeground: "#7C7262"
colors.editorLineNumber.dimmedForeground: "#28221C"
colors.editorCursor.background: "#0C0A09"
colors.editorCursor.foreground: "#D4A048"
colors.editor.selectionBackground: "#D4A04835"
- colors.editor.selectionForeground: "#E8DCD0"
+ colors.editor.selectionForeground: "#EDDCC4"
colors.editor.inactiveSelectionBackground: "#D4A04820"
colors.editor.selectionHighlightBackground: "#D4A04820"
colors.editor.selectionHighlightBorder: "#00000000"
@@ -311,10 +311,10 @@ tokens:
colors.editorIndentGuide.background6: "#1E1915"
colors.editorIndentGuide.activeBackground6: "#352D25"
colors.editorInlayHint.background: "#1E191580"
- colors.editorInlayHint.foreground: "#7A7268"
- colors.editorInlayHint.typeForeground: "#7A7268"
+ colors.editorInlayHint.foreground: "#7C7262"
+ colors.editorInlayHint.typeForeground: "#7C7262"
colors.editorInlayHint.typeBackground: "#1E191580"
- colors.editorInlayHint.parameterForeground: "#8A8278"
+ colors.editorInlayHint.parameterForeground: "#8D8271"
colors.editorInlayHint.parameterBackground: "#1E191580"
colors.editorRuler.foreground: "#1E1915"
colors.editor.linkedEditingBackground: "#D4A04815"
@@ -365,7 +365,7 @@ tokens:
colors.editorWarning.background: "#D4A04810"
colors.editorInfo.foreground: "#B89860"
colors.editorInfo.background: "#B8986010"
- colors.editorHint.foreground: "#5C544A"
+ colors.editorHint.foreground: "#5E5446"
colors.problemsErrorIcon.foreground: "#D46A66"
colors.problemsWarningIcon.foreground: "#D4A048"
colors.problemsInfoIcon.foreground: "#B89860"
@@ -375,10 +375,10 @@ tokens:
colors.editorGutter.modifiedBackground: "#D4A04880"
colors.editorGutter.addedBackground: "#9A8B6080"
colors.editorGutter.deletedBackground: "#B8545080"
- colors.editorGutter.commentRangeForeground: "#4A4540"
- colors.editorGutter.commentGlyphForeground: "#5C544A"
+ colors.editorGutter.commentRangeForeground: "#56504A"
+ colors.editorGutter.commentGlyphForeground: "#5E5446"
colors.editorGutter.commentUnresolvedGlyphForeground: "#D4A04880"
- colors.editorGutter.foldingControlForeground: "#5C544A"
+ colors.editorGutter.foldingControlForeground: "#5E5446"
colors.editorCommentsWidget.resolvedBorder: "#1E1915"
colors.editorCommentsWidget.unresolvedBorder: "#D4A04880"
colors.editorCommentsWidget.rangeBackground: "#28221C30"
@@ -392,31 +392,32 @@ tokens:
colors.diffEditor.diagonalFill: "#1E1915"
colors.diffEditor.border: "#0C0A09"
colors.diffEditor.unchangedRegionBackground: "#0C0A09"
- colors.diffEditor.unchangedRegionForeground: "#5C544A"
+ colors.diffEditor.unchangedRegionForeground: "#5E5446"
colors.diffEditor.unchangedCodeBackground: "#151311"
colors.diffEditorGutter.insertedLineBackground: "#9A8B6025"
colors.diffEditorGutter.removedLineBackground: "#B8545025"
colors.diffEditorOverview.insertedForeground: "#9A8B6060"
colors.diffEditorOverview.removedForeground: "#B8545060"
colors.editorWidget.background: "#0C0A09"
- colors.editorWidget.foreground: "#C4B8A4"
+ colors.editorWidget.foreground: "#C8B89A"
colors.editorWidget.border: "#1E1915"
colors.editorWidget.resizeBorder: "#D4A04880"
colors.editorSuggestWidget.background: "#0C0A09"
colors.editorSuggestWidget.border: "#1E1915"
- colors.editorSuggestWidget.foreground: "#C4B8A4"
+ colors.editorSuggestWidget.foreground: "#C8B89A"
colors.editorSuggestWidget.focusHighlightForeground: "#E8B850"
colors.editorSuggestWidget.highlightForeground: "#E8B850"
colors.editorSuggestWidget.selectedBackground: "#1E1915"
- colors.editorSuggestWidget.selectedForeground: "#E8DCD0"
- colors.editorSuggestWidget.selectedIconForeground: "#E8DCD0"
- colors.editorSuggestWidgetStatus.foreground: "#5C544A"
+ colors.editorSuggestWidget.selectedForeground: "#EDDCC4"
+ colors.editorSuggestWidget.selectedIconForeground: "#EDDCC4"
+ colors.editorSuggestWidgetStatus.foreground: "#5E5446"
colors.editorHoverWidget.background: "#0C0A09"
colors.editorHoverWidget.border: "#1E1915"
- colors.editorHoverWidget.foreground: "#C4B8A4"
+ colors.editorHoverWidget.foreground: "#C8B89A"
colors.editorHoverWidget.highlightForeground: "#E8B850"
colors.editorHoverWidget.statusBarBackground: "#0A0908"
colors.editorGhostText.foreground: "#4A4540"
+ colors.editorGhostText.background: "#1E191580"
colors.editorStickyScroll.background: "#0C0A09"
colors.editorStickyScrollHover.background: "#151311"
colors.debugExceptionWidget.background: "#2A1515"
@@ -434,14 +435,14 @@ tokens:
colors.peekViewEditor.matchHighlightBackground: "#D4A04835"
colors.peekViewEditor.matchHighlightBorder: "#00000000"
colors.peekViewResult.background: "#0A0908"
- colors.peekViewResult.fileForeground: "#9A9080"
- colors.peekViewResult.lineForeground: "#7A7268"
+ colors.peekViewResult.fileForeground: "#9D9078"
+ colors.peekViewResult.lineForeground: "#7C7262"
colors.peekViewResult.matchHighlightBackground: "#D4A04835"
colors.peekViewResult.selectionBackground: "#1E1915"
- colors.peekViewResult.selectionForeground: "#C4B8A4"
+ colors.peekViewResult.selectionForeground: "#C8B89A"
colors.peekViewTitle.background: "#0A0908"
- colors.peekViewTitleLabel.foreground: "#C4B8A4"
- colors.peekViewTitleDescription.foreground: "#7A7268"
+ colors.peekViewTitleLabel.foreground: "#C8B89A"
+ colors.peekViewTitleDescription.foreground: "#7C7262"
colors.mergeEditor.change.background: "#D4A04810"
colors.mergeEditor.change.word.background: "#D4A04820"
colors.mergeEditor.conflict.handledUnfocused.border: "#9A8B6040"
@@ -457,33 +458,33 @@ tokens:
colors.panel.border: "#0A0908"
colors.panel.dropBorder: "#D4A04880"
colors.panelTitle.activeBorder: "#D4A04880"
- colors.panelTitle.activeForeground: "#C4B8A4"
- colors.panelTitle.inactiveForeground: "#5C544A"
+ colors.panelTitle.activeForeground: "#C8B89A"
+ colors.panelTitle.inactiveForeground: "#5E5446"
colors.panelInput.border: "#1E1915"
colors.panelSection.border: "#0A0908"
colors.panelSection.dropBackground: "#1E191560"
colors.panelSectionHeader.background: "#0A0908"
- colors.panelSectionHeader.foreground: "#9A9080"
+ colors.panelSectionHeader.foreground: "#9D9078"
colors.panelSectionHeader.border: "#0A0908"
colors.outputView.background: "#0A0908"
colors.outputViewStickyScroll.background: "#0A0908"
colors.imagePreview.border: "#0C0A09"
colors.statusBar.background: "#0A0908"
- colors.statusBar.foreground: "#5C544A"
+ colors.statusBar.foreground: "#5E5446"
colors.statusBar.border: "#0A0908"
colors.statusBar.debuggingBackground: "#D46A66"
colors.statusBar.debuggingForeground: "#0C0A09"
colors.statusBar.debuggingBorder: "#D46A66"
colors.statusBar.noFolderBackground: "#0A0908"
- colors.statusBar.noFolderForeground: "#5C544A"
+ colors.statusBar.noFolderForeground: "#5E5446"
colors.statusBar.noFolderBorder: "#0A0908"
colors.statusBarItem.activeBackground: "#1E1915"
colors.statusBarItem.hoverBackground: "#1E191580"
- colors.statusBarItem.hoverForeground: "#7A7268"
+ colors.statusBarItem.hoverForeground: "#7C7262"
colors.statusBarItem.prominentBackground: "#1E1915"
- colors.statusBarItem.prominentForeground: "#9A9080"
+ colors.statusBarItem.prominentForeground: "#9D9078"
colors.statusBarItem.prominentHoverBackground: "#28221C"
- colors.statusBarItem.remoteBackground: "#D4A04880"
+ colors.statusBarItem.remoteBackground: "#A87C3480"
colors.statusBarItem.remoteForeground: "#0C0A09"
colors.statusBarItem.remoteHoverBackground: "#E8B85080"
colors.statusBarItem.remoteHoverForeground: "#0C0A09"
@@ -497,35 +498,35 @@ tokens:
colors.statusBarItem.warningHoverForeground: "#0C0A09"
colors.statusBarItem.compactHoverBackground: "#1E1915"
colors.statusBarItem.focusBorder: "#D4A04860"
- colors.statusBarItem.offlineBackground: "#4A4540"
- colors.statusBarItem.offlineForeground: "#9A9080"
+ colors.statusBarItem.offlineBackground: "#56504A"
+ colors.statusBarItem.offlineForeground: "#9D9078"
colors.titleBar.activeBackground: "#0A0908"
- colors.titleBar.activeForeground: "#9A9080"
+ colors.titleBar.activeForeground: "#9D9078"
colors.titleBar.inactiveBackground: "#0A0908"
- colors.titleBar.inactiveForeground: "#4A4540"
+ colors.titleBar.inactiveForeground: "#56504A"
colors.titleBar.border: "#0A0908"
- colors.menubar.selectionForeground: "#C4B8A4"
+ colors.menubar.selectionForeground: "#C8B89A"
colors.menubar.selectionBackground: "#1E1915"
- colors.menu.foreground: "#9A9080"
+ colors.menu.foreground: "#9D9078"
colors.menu.background: "#0A0908"
- colors.menu.selectionForeground: "#C4B8A4"
+ colors.menu.selectionForeground: "#C8B89A"
colors.menu.selectionBackground: "#1E1915"
colors.menu.separatorBackground: "#1E1915"
colors.menu.border: "#1E1915"
- colors.commandCenter.foreground: "#5C544A"
- colors.commandCenter.activeForeground: "#9A9080"
+ colors.commandCenter.foreground: "#5E5446"
+ colors.commandCenter.activeForeground: "#9D9078"
colors.commandCenter.background: "#0A0908"
colors.commandCenter.activeBackground: "#0C0A09"
colors.commandCenter.border: "#0A0908"
- colors.commandCenter.inactiveForeground: "#4A4540"
+ colors.commandCenter.inactiveForeground: "#56504A"
colors.commandCenter.inactiveBorder: "#0A0908"
colors.commandCenter.activeBorder: "#0A0908"
colors.commandCenter.debuggingBackground: "#D46A6620"
colors.notificationCenter.border: "#1E1915"
- colors.notificationCenterHeader.foreground: "#9A9080"
+ colors.notificationCenterHeader.foreground: "#9D9078"
colors.notificationCenterHeader.background: "#0A0908"
colors.notificationToast.border: "#1E1915"
- colors.notifications.foreground: "#9A9080"
+ colors.notifications.foreground: "#9D9078"
colors.notifications.background: "#0A0908"
colors.notifications.border: "#1E1915"
colors.notificationLink.foreground: "#D4A048"
@@ -533,13 +534,13 @@ tokens:
colors.notificationsWarningIcon.foreground: "#D4A048"
colors.notificationsInfoIcon.foreground: "#B89860"
colors.banner.background: "#1E1915"
- colors.banner.foreground: "#9A9080"
+ colors.banner.foreground: "#9D9078"
colors.banner.iconForeground: "#D4A04880"
colors.extensionButton.prominentBackground: "#D4A048"
colors.extensionButton.prominentForeground: "#0C0A09"
colors.extensionButton.prominentHoverBackground: "#E8B850"
colors.extensionButton.separator: "#0C0A0940"
- colors.extensionBadge.remoteBackground: "#D4A04880"
+ colors.extensionBadge.remoteBackground: "#A87C3480"
colors.extensionBadge.remoteForeground: "#0C0A09"
colors.extensionIcon.starForeground: "#E8B850"
colors.extensionIcon.verifiedForeground: "#9A8B60"
@@ -548,22 +549,22 @@ tokens:
colors.pickerGroup.border: "#1E1915"
colors.pickerGroup.foreground: "#D4A04880"
colors.quickInput.background: "#0A0908"
- colors.quickInput.foreground: "#C4B8A4"
+ colors.quickInput.foreground: "#C8B89A"
colors.quickInputList.focusBackground: "#1E1915"
- colors.quickInputList.focusForeground: "#E8DCD0"
- colors.quickInputList.focusIconForeground: "#E8DCD0"
+ colors.quickInputList.focusForeground: "#EDDCC4"
+ colors.quickInputList.focusIconForeground: "#EDDCC4"
colors.quickInputTitle.background: "#0A0908"
colors.keybindingLabel.background: "#1E1915"
- colors.keybindingLabel.foreground: "#9A9080"
+ colors.keybindingLabel.foreground: "#9D9078"
colors.keybindingLabel.border: "#28221C"
colors.keybindingLabel.bottomBorder: "#352D25"
colors.keybindingTable.headerBackground: "#0A0908"
colors.keybindingTable.rowsBackground: "#0C0A09"
colors.terminal.background: "#0C0A09"
- colors.terminal.foreground: "#C4B8A4"
+ colors.terminal.foreground: "#C8B89A"
colors.terminal.border: "#0C0A09"
colors.terminal.selectionBackground: "#D4A04835"
- colors.terminal.selectionForeground: "#E8DCD0"
+ colors.terminal.selectionForeground: "#EDDCC4"
colors.terminal.inactiveSelectionBackground: "#D4A04820"
colors.terminal.findMatchBackground: "#D4A04850"
colors.terminal.findMatchBorder: "#E8B850"
@@ -574,7 +575,7 @@ tokens:
colors.terminalCursor.foreground: "#D4A048"
colors.terminal.dropBackground: "#1E191560"
colors.terminal.tab.activeBorder: "#D4A04880"
- colors.terminalCommandDecoration.defaultBackground: "#5C544A"
+ colors.terminalCommandDecoration.defaultBackground: "#5E5446"
colors.terminalCommandDecoration.successBackground: "#9A8B60"
colors.terminalCommandDecoration.errorBackground: "#D46A66"
colors.terminalOverviewRuler.cursorForeground: "#E8B850"
@@ -585,34 +586,34 @@ tokens:
colors.terminal.ansiRed: "#B85450"
colors.terminal.ansiGreen: "#9A8B60"
colors.terminal.ansiYellow: "#D4A048"
- colors.terminal.ansiBlue: "#8B8178"
+ colors.terminal.ansiBlue: "#9C948E"
colors.terminal.ansiMagenta: "#A87878"
- colors.terminal.ansiCyan: "#9A8B7A"
- colors.terminal.ansiWhite: "#C4B8A4"
- colors.terminal.ansiBrightBlack: "#5C544A"
+ colors.terminal.ansiCyan: "#C08868"
+ colors.terminal.ansiWhite: "#C8B89A"
+ colors.terminal.ansiBrightBlack: "#6E665B"
colors.terminal.ansiBrightRed: "#D46A66"
colors.terminal.ansiBrightGreen: "#C4B078"
colors.terminal.ansiBrightYellow: "#E8B850"
- colors.terminal.ansiBrightBlue: "#A89A8C"
+ colors.terminal.ansiBrightBlue: "#B2AAA3"
colors.terminal.ansiBrightMagenta: "#C89088"
- colors.terminal.ansiBrightCyan: "#B8A898"
- colors.terminal.ansiBrightWhite: "#E8DCD0"
+ colors.terminal.ansiBrightCyan: "#CEA284"
+ colors.terminal.ansiBrightWhite: "#EDDCC4"
colors.debugToolBar.background: "#0A0908"
colors.debugToolBar.border: "#1E1915"
colors.debugView.exceptionLabelBackground: "#D46A6630"
colors.debugView.exceptionLabelForeground: "#D46A66"
colors.debugView.stateLabelBackground: "#1E1915"
- colors.debugView.stateLabelForeground: "#9A9080"
+ colors.debugView.stateLabelForeground: "#9D9078"
colors.debugView.valueChangedHighlight: "#E8B85040"
colors.debugTokenExpression.name: "#C8906A"
colors.debugTokenExpression.value: "#9A8B60"
colors.debugTokenExpression.string: "#9A8B60"
- colors.debugTokenExpression.boolean: "#E0A850"
- colors.debugTokenExpression.number: "#E0A850"
+ colors.debugTokenExpression.boolean: "#DEA64E"
+ colors.debugTokenExpression.number: "#DEA64E"
colors.debugTokenExpression.error: "#D46A66"
colors.debugIcon.breakpointForeground: "#D46A66"
- colors.debugIcon.breakpointDisabledForeground: "#4A4540"
- colors.debugIcon.breakpointUnverifiedForeground: "#5C544A"
+ colors.debugIcon.breakpointDisabledForeground: "#56504A"
+ colors.debugIcon.breakpointUnverifiedForeground: "#5E5446"
colors.debugIcon.breakpointCurrentStackframeForeground: "#E8B850"
colors.debugIcon.breakpointStackframeForeground: "#D4A048"
colors.debugIcon.startForeground: "#9A8B60"
@@ -628,14 +629,14 @@ tokens:
colors.debugConsole.infoForeground: "#B89860"
colors.debugConsole.warningForeground: "#D4A048"
colors.debugConsole.errorForeground: "#D46A66"
- colors.debugConsole.sourceForeground: "#7A7268"
+ colors.debugConsole.sourceForeground: "#7C7262"
colors.debugConsoleInputIcon.foreground: "#D4A048"
colors.testing.iconFailed: "#D46A66"
colors.testing.iconErrored: "#D46A66"
colors.testing.iconPassed: "#9A8B60"
colors.testing.iconQueued: "#D4A048"
- colors.testing.iconUnset: "#5C544A"
- colors.testing.iconSkipped: "#5C544A"
+ colors.testing.iconUnset: "#5E5446"
+ colors.testing.iconSkipped: "#5E5446"
colors.testing.runAction: "#9A8B60"
colors.testing.peekBorder: "#D46A66"
colors.testing.peekHeaderBackground: "#D46A6618"
@@ -650,34 +651,34 @@ tokens:
colors.welcomePage.progress.foreground: "#D4A04880"
colors.welcomePage.progress.background: "#1E1915"
colors.walkThrough.embeddedEditorBackground: "#0C0A09"
- colors.walkthrough.stepTitle.foreground: "#C4B8A4"
- colors.settings.headerForeground: "#C4B8A4"
+ colors.walkthrough.stepTitle.foreground: "#C8B89A"
+ colors.settings.headerForeground: "#C8B89A"
colors.settings.modifiedItemIndicator: "#D4A04880"
colors.settings.dropdownBackground: "#0C0A09"
- colors.settings.dropdownForeground: "#9A9080"
+ colors.settings.dropdownForeground: "#9D9078"
colors.settings.dropdownBorder: "#1E1915"
colors.settings.dropdownListBorder: "#1E1915"
colors.settings.checkboxBackground: "#0C0A09"
- colors.settings.checkboxForeground: "#9A9080"
+ colors.settings.checkboxForeground: "#9D9078"
colors.settings.checkboxBorder: "#1E1915"
colors.settings.textInputBackground: "#0C0A09"
- colors.settings.textInputForeground: "#C4B8A4"
+ colors.settings.textInputForeground: "#C8B89A"
colors.settings.textInputBorder: "#1E1915"
colors.settings.numberInputBackground: "#0C0A09"
- colors.settings.numberInputForeground: "#C4B8A4"
+ colors.settings.numberInputForeground: "#C8B89A"
colors.settings.numberInputBorder: "#1E1915"
colors.settings.rowHoverBackground: "#1E191530"
colors.settings.focusedRowBackground: "#1E191540"
colors.settings.focusedRowBorder: "#00000000"
colors.settings.sashBorder: "#1E1915"
- colors.settings.settingsHeaderHoverForeground: "#C4B8A4"
- colors.breadcrumb.foreground: "#5C544A"
+ colors.settings.settingsHeaderHoverForeground: "#C8B89A"
+ colors.breadcrumb.foreground: "#5E5446"
colors.breadcrumb.background: "#0C0A09"
- colors.breadcrumb.focusForeground: "#9A9080"
- colors.breadcrumb.activeSelectionForeground: "#C4B8A4"
+ colors.breadcrumb.focusForeground: "#9D9078"
+ colors.breadcrumb.activeSelectionForeground: "#C8B89A"
colors.breadcrumbPicker.background: "#0A0908"
- colors.symbolIcon.arrayForeground: "#C4B8A4"
- colors.symbolIcon.booleanForeground: "#E0A850"
+ colors.symbolIcon.arrayForeground: "#C8B89A"
+ colors.symbolIcon.booleanForeground: "#DEA64E"
colors.symbolIcon.classForeground: "#B89860"
colors.symbolIcon.colorForeground: "#C89068"
colors.symbolIcon.constantForeground: "#D4A878"
@@ -685,8 +686,8 @@ tokens:
colors.symbolIcon.enumeratorForeground: "#B89860"
colors.symbolIcon.enumeratorMemberForeground: "#D4A878"
colors.symbolIcon.eventForeground: "#C89068"
- colors.symbolIcon.fieldForeground: "#C4B8A4"
- colors.symbolIcon.fileForeground: "#9A9080"
+ colors.symbolIcon.fieldForeground: "#C8B89A"
+ colors.symbolIcon.fileForeground: "#9D9078"
colors.symbolIcon.folderForeground: "#B89860"
colors.symbolIcon.functionForeground: "#C8906A"
colors.symbolIcon.interfaceForeground: "#B89860"
@@ -695,22 +696,22 @@ tokens:
colors.symbolIcon.methodForeground: "#C8906A"
colors.symbolIcon.moduleForeground: "#B89860"
colors.symbolIcon.namespaceForeground: "#B89860"
- colors.symbolIcon.nullForeground: "#E0A850"
- colors.symbolIcon.numberForeground: "#E0A850"
+ colors.symbolIcon.nullForeground: "#DEA64E"
+ colors.symbolIcon.numberForeground: "#DEA64E"
colors.symbolIcon.objectForeground: "#B89860"
- colors.symbolIcon.operatorForeground: "#D4C8B8"
+ colors.symbolIcon.operatorForeground: "#D8C8A8"
colors.symbolIcon.packageForeground: "#B89860"
- colors.symbolIcon.propertyForeground: "#C4B8A4"
- colors.symbolIcon.referenceForeground: "#C4B8A4"
+ colors.symbolIcon.propertyForeground: "#C8B89A"
+ colors.symbolIcon.referenceForeground: "#C8B89A"
colors.symbolIcon.snippetForeground: "#9A8B60"
colors.symbolIcon.stringForeground: "#9A8B60"
colors.symbolIcon.structForeground: "#B89860"
- colors.symbolIcon.textForeground: "#C4B8A4"
+ colors.symbolIcon.textForeground: "#C8B89A"
colors.symbolIcon.typeParameterForeground: "#B89860"
- colors.symbolIcon.unitForeground: "#E0A850"
- colors.symbolIcon.variableForeground: "#C4B8A4"
- colors.charts.foreground: "#C4B8A4"
- colors.charts.lines: "#5C544A"
+ colors.symbolIcon.unitForeground: "#DEA64E"
+ colors.symbolIcon.variableForeground: "#C8B89A"
+ colors.charts.foreground: "#C8B89A"
+ colors.charts.lines: "#5E5446"
colors.charts.red: "#D46A66"
colors.charts.blue: "#B89860"
colors.charts.yellow: "#E8B850"
@@ -724,9 +725,9 @@ tokens:
colors.gitDecoration.stageModifiedResourceForeground: "#E8B850"
colors.gitDecoration.stageDeletedResourceForeground: "#D46A66"
colors.gitDecoration.untrackedResourceForeground: "#B89860"
- colors.gitDecoration.ignoredResourceForeground: "#4A4540"
+ colors.gitDecoration.ignoredResourceForeground: "#56504A"
colors.gitDecoration.conflictingResourceForeground: "#D46A66"
- colors.gitDecoration.submoduleResourceForeground: "#9A8B7A"
+ colors.gitDecoration.submoduleResourceForeground: "#C08868"
colors.scm.historyItemAdditionsForeground: "#9A8B60"
colors.scm.historyItemDeletionsForeground: "#B85450"
colors.scm.historyItemStatisticsBorder: "#1E1915"
@@ -752,9 +753,9 @@ tokens:
colors.notebookScrollbarSlider.hoverBackground: "#352D2570"
colors.notebookScrollbarSlider.activeBackground: "#4A403590"
colors.notebookEditorOverviewRuler.runningCellForeground: "#D4A048"
- colors.gitlens.trailingLineForegroundColor: "#5C544A"
+ colors.gitlens.trailingLineForegroundColor: "#5E5446"
colors.gitlens.gutterBackgroundColor: "#0C0A09"
- colors.gitlens.gutterForegroundColor: "#5C544A"
+ colors.gitlens.gutterForegroundColor: "#5E5446"
colors.gitlens.gutterUncommittedForegroundColor: "#9A8B60"
colors.gitlens.lineHighlightBackgroundColor: "#D4A04815"
colors.gitlens.lineHighlightOverviewRulerColor: "#D4A04880"
diff --git a/themes/_src/variants/alone-soft.yaml b/themes/_src/variants/alone-soft.yaml
index 57b2c86..a2caa81 100644
--- a/themes/_src/variants/alone-soft.yaml
+++ b/themes/_src/variants/alone-soft.yaml
@@ -19,21 +19,21 @@ verify:
comments: 17
tokens:
name: Alone Soft
- semanticTokenColors.variable: "#9D9383"
- semanticTokenColors.variable.readonly: "#9D9383"
- semanticTokenColors.variable.declaration: "#9D9383"
- semanticTokenColors.variable.defaultLibrary.foreground: "#937A4D"
- semanticTokenColors.parameter: "#968873"
- semanticTokenColors.property: "#9D9383"
- semanticTokenColors.property.readonly: "#9D9383"
- semanticTokenColors.property.declaration: "#9D9383"
- semanticTokenColors.property.defaultLibrary.foreground: "#937A4D"
- semanticTokenColors.function: "#9A6D53"
- semanticTokenColors.function.declaration: "#9A6D53"
- semanticTokenColors.function.defaultLibrary.foreground: "#9A6D53"
- semanticTokenColors.method: "#9A6D53"
- semanticTokenColors.method.declaration: "#9A6D53"
- semanticTokenColors.method.defaultLibrary.foreground: "#9A6D53"
+ semanticTokenColors.variable: "#A0937B"
+ semanticTokenColors.variable.readonly: "#A0937B"
+ semanticTokenColors.variable.declaration: "#A0937B"
+ semanticTokenColors.variable.defaultLibrary.foreground: "#8D7040"
+ semanticTokenColors.parameter: "#93887D"
+ semanticTokenColors.property: "#A0937B"
+ semanticTokenColors.property.readonly: "#A0937B"
+ semanticTokenColors.property.declaration: "#A0937B"
+ semanticTokenColors.property.defaultLibrary.foreground: "#8D7040"
+ semanticTokenColors.function: "#976D56"
+ semanticTokenColors.function.declaration: "#976D56"
+ semanticTokenColors.function.defaultLibrary.foreground: "#976D56"
+ semanticTokenColors.method: "#976D56"
+ semanticTokenColors.method.declaration: "#976D56"
+ semanticTokenColors.method.defaultLibrary.foreground: "#976D56"
semanticTokenColors.class: "#967946"
semanticTokenColors.class.declaration: "#967946"
semanticTokenColors.class.defaultLibrary.foreground: "#967946"
@@ -52,15 +52,15 @@ tokens:
semanticTokenColors.decorator: "#866060"
semanticTokenColors.label: "#BA9340"
semanticTokenColors.keyword.foreground: "#A08033"
- semanticTokenColors.comment.foreground: "#4A433B"
+ semanticTokenColors.comment.foreground: "#625A50"
semanticTokenColors.string.foreground: "#7B6F4D"
semanticTokenColors.number: "#B38640"
semanticTokenColors.regexp.foreground: "#866060"
- semanticTokenColors.operator: "#AAA093"
- semanticTokenColors.*.deprecated.foreground: "#625B53"
- semanticTokenColors.*.modification.foreground: "#9D9383"
- tokenColors.comments.settings.foreground: "#4A433B"
- tokenColors.documentation_comments.settings.foreground: "#564F48"
+ semanticTokenColors.operator: "#ADA086"
+ semanticTokenColors.*.deprecated.foreground: "#645B4E"
+ semanticTokenColors.*.modification.foreground: "#A0937B"
+ tokenColors.comments.settings.foreground: "#625A50"
+ tokenColors.documentation_comments.settings.foreground: "#6B635A"
tokenColors.strings.settings.foreground: "#7B6F4D"
tokenColors.template_string_expressions.settings.foreground: "#9D8060"
tokenColors.regular_expressions.settings.foreground: "#866060"
@@ -74,16 +74,16 @@ tokens:
tokenColors.import_export_keywords.settings.foreground: "#A08033"
tokenColors.operator_keywords.settings.foreground: "#A08033"
tokenColors.storage_keywords.settings.foreground: "#A08033"
- tokenColors.operators.settings.foreground: "#AAA093"
- tokenColors.spread_rest_operator.settings.foreground: "#AAA093"
- tokenColors.arrow_function.settings.foreground: "#AAA093"
- tokenColors.functions.settings.foreground: "#9A6D53"
- tokenColors.function_parameters.settings.foreground: "#968873"
- tokenColors.method_calls.settings.foreground: "#9A6D53"
- tokenColors.built_in_functions.settings.foreground: "#9A6D53"
- tokenColors.variables.settings.foreground: "#9D9383"
- tokenColors.object_properties.settings.foreground: "#9D9383"
- tokenColors.special_variables_this_self_super.settings.foreground: "#937A4D"
+ tokenColors.operators.settings.foreground: "#ADA086"
+ tokenColors.spread_rest_operator.settings.foreground: "#ADA086"
+ tokenColors.arrow_function.settings.foreground: "#ADA086"
+ tokenColors.functions.settings.foreground: "#976D56"
+ tokenColors.function_parameters.settings.foreground: "#93887D"
+ tokenColors.method_calls.settings.foreground: "#976D56"
+ tokenColors.built_in_functions.settings.foreground: "#976D56"
+ tokenColors.variables.settings.foreground: "#A0937B"
+ tokenColors.object_properties.settings.foreground: "#A0937B"
+ tokenColors.special_variables_this_self_super.settings.foreground: "#8D7040"
tokenColors.types_classes.settings.foreground: "#967946"
tokenColors.interfaces.settings.foreground: "#967946"
tokenColors.type_parameters_generics.settings.foreground: "#967946"
@@ -91,35 +91,35 @@ tokens:
tokenColors.enum_members.settings.foreground: "#AA8660"
tokenColors.namespaces_modules.settings.foreground: "#967946"
tokenColors.decorators_annotations.settings.foreground: "#866060"
- tokenColors.punctuation.settings.foreground: "#625B53"
- tokenColors.brackets.settings.foreground: "#625B53"
+ tokenColors.punctuation.settings.foreground: "#645B4E"
+ tokenColors.brackets.settings.foreground: "#645B4E"
tokenColors.html_xml_tags.settings.foreground: "#A07355"
tokenColors.html_xml_attributes.settings.foreground: "#937A4D"
tokenColors.html_attribute_values.settings.foreground: "#7B6F4D"
tokenColors.html_entities.settings.foreground: "#866060"
tokenColors.jsx_component_tags.settings.foreground: "#937A4D"
- tokenColors.jsx_expression_braces.settings.foreground: "#AAA093"
- tokenColors.jsx_spread_attributes.settings.foreground: "#AAA093"
+ tokenColors.jsx_expression_braces.settings.foreground: "#ADA086"
+ tokenColors.jsx_spread_attributes.settings.foreground: "#ADA086"
tokenColors.css_selectors.settings.foreground: "#937A4D"
tokenColors.css_properties.settings.foreground: "#A07355"
- tokenColors.css_property_values.settings.foreground: "#9D9383"
+ tokenColors.css_property_values.settings.foreground: "#A0937B"
tokenColors.css_units.settings.foreground: "#B38640"
tokenColors.css_functions.settings.foreground: "#A07355"
tokenColors.css_pseudo_elements_classes.settings.foreground: "#866060"
- tokenColors.css_variables.settings.foreground: "#9D9383"
+ tokenColors.css_variables.settings.foreground: "#A0937B"
tokenColors.json_property_names.settings.foreground: "#A07355"
tokenColors.json_string_values.settings.foreground: "#7B6F4D"
tokenColors.yaml_keys.settings.foreground: "#A07355"
tokenColors.yaml_values.settings.foreground: "#7B6F4D"
tokenColors.yaml_anchors_aliases.settings.foreground: "#866060"
tokenColors.markdown_headings.settings.foreground: "#BA9340"
- tokenColors.markdown_bold.settings.foreground: "#9D9383"
- tokenColors.markdown_italic.settings.foreground: "#9D9383"
+ tokenColors.markdown_bold.settings.foreground: "#A0937B"
+ tokenColors.markdown_italic.settings.foreground: "#A0937B"
tokenColors.markdown_code.settings.foreground: "#7B6F4D"
tokenColors.markdown_links.settings.foreground: "#937A4D"
- tokenColors.markdown_list_markers.settings.foreground: "#AAA093"
- tokenColors.markdown_block_quote.settings.foreground: "#564F48"
- tokenColors.python_docstrings.settings.foreground: "#564F48"
+ tokenColors.markdown_list_markers.settings.foreground: "#ADA086"
+ tokenColors.markdown_block_quote.settings.foreground: "#6B635A"
+ tokenColors.python_docstrings.settings.foreground: "#6B635A"
tokenColors.python_f_string_braces.settings.foreground: "#9D8060"
tokenColors.python_magic_methods.settings.foreground: "#866060"
tokenColors.python_builtins.settings.foreground: "#A07355"
@@ -128,17 +128,17 @@ tokens:
tokenColors.rust_attributes.settings.foreground: "#866060"
tokenColors.go_package_names.settings.foreground: "#937A4D"
tokenColors.shell_commands.settings.foreground: "#A07355"
- tokenColors.shell_variables.settings.foreground: "#9D9383"
+ tokenColors.shell_variables.settings.foreground: "#A0937B"
tokenColors.sql_keywords.settings.foreground: "#BA9340"
tokenColors.invalid_illegal.settings.foreground: "#AA5552"
- tokenColors.invalid_deprecated.settings.foreground: "#625B53"
- colors.foreground: "#9D9383"
- colors.disabledForeground: "#4A433B"
+ tokenColors.invalid_deprecated.settings.foreground: "#645B4E"
+ colors.foreground: "#A0937B"
+ colors.disabledForeground: "#4B4338"
colors.focusBorder: "#AA8039"
colors.selection.background: "#AA803933"
- colors.descriptionForeground: "#7B7366"
+ colors.descriptionForeground: "#7D7360"
colors.errorForeground: "#AA5552"
- colors.icon.foreground: "#7B7366"
+ colors.icon.foreground: "#7D7360"
colors.sash.hoverBorder: "#AA8039"
colors.textLink.foreground: "#AA8039"
colors.textLink.activeForeground: "#BA9340"
@@ -151,21 +151,21 @@ tokens:
colors.button.foreground: "#0E0C0B"
colors.button.hoverBackground: "#BA9340"
colors.button.secondaryBackground: "#221D18"
- colors.button.secondaryForeground: "#9D9383"
+ colors.button.secondaryForeground: "#A0937B"
colors.button.secondaryHoverBackground: "#2D2620"
colors.checkbox.background: "#171513"
- colors.checkbox.foreground: "#9D9383"
+ colors.checkbox.foreground: "#A0937B"
colors.checkbox.border: "#2D2620"
colors.checkbox.selectBackground: "#AA8039"
colors.checkbox.selectBorder: "#AA8039"
colors.dropdown.background: "#171513"
- colors.dropdown.foreground: "#9D9383"
+ colors.dropdown.foreground: "#A0937B"
colors.dropdown.border: "#2D2620"
colors.dropdown.listBackground: "#171513"
colors.input.background: "#0E0C0B"
- colors.input.foreground: "#9D9383"
+ colors.input.foreground: "#A0937B"
colors.input.border: "#2D2620"
- colors.input.placeholderForeground: "#4A433B"
+ colors.input.placeholderForeground: "#4B4338"
colors.inputOption.activeBackground: "#AA803925"
colors.inputOption.activeBorder: "#AA8039"
colors.inputOption.activeForeground: "#BA9340"
@@ -183,21 +183,21 @@ tokens:
colors.scrollbarSlider.background: "#2D262070"
colors.scrollbarSlider.hoverBackground: "#3D332A80"
colors.scrollbarSlider.activeBackground: "#4A3F3590"
- colors.badge.background: "#AA8039"
+ colors.badge.background: "#86632A"
colors.badge.foreground: "#0E0C0B"
colors.progressBar.background: "#AA8039"
colors.list.activeSelectionBackground: "#221D18"
- colors.list.activeSelectionForeground: "#BAB0A6"
- colors.list.activeSelectionIconForeground: "#BAB0A6"
+ colors.list.activeSelectionForeground: "#BEB09D"
+ colors.list.activeSelectionIconForeground: "#BEB09D"
colors.list.dropBackground: "#221D1870"
colors.list.focusBackground: "#221D18"
- colors.list.focusForeground: "#BAB0A6"
+ colors.list.focusForeground: "#BEB09D"
colors.list.focusOutline: "#AA803970"
colors.list.highlightForeground: "#BA9340"
colors.list.hoverBackground: "#181512"
- colors.list.hoverForeground: "#9D9383"
+ colors.list.hoverForeground: "#A0937B"
colors.list.inactiveSelectionBackground: "#181512"
- colors.list.inactiveSelectionForeground: "#9D9383"
+ colors.list.inactiveSelectionForeground: "#A0937B"
colors.list.inactiveFocusBackground: "#181512"
colors.list.inactiveFocusOutline: "#2D262070"
colors.list.invalidItemForeground: "#AA5552"
@@ -212,21 +212,21 @@ tokens:
colors.tree.tableColumnsBorder: "#2D2620"
colors.tree.tableOddRowsBackground: "#0C0A0970"
colors.activityBar.background: "#0C0A09"
- colors.activityBar.foreground: "#9D9383"
- colors.activityBar.inactiveForeground: "#4A433B"
+ colors.activityBar.foreground: "#A0937B"
+ colors.activityBar.inactiveForeground: "#4B4338"
colors.activityBar.border: "#181512"
colors.activityBar.activeBorder: "#AA8039"
colors.activityBar.activeBackground: "#18151210"
colors.activityBar.activeFocusBorder: "#AA8039"
- colors.activityBarBadge.background: "#AA8039"
+ colors.activityBarBadge.background: "#86632A"
colors.activityBarBadge.foreground: "#0E0C0B"
colors.sideBar.background: "#0C0A09"
- colors.sideBar.foreground: "#7B7366"
+ colors.sideBar.foreground: "#7D7360"
colors.sideBar.border: "#181512"
colors.sideBar.dropBackground: "#221D1870"
- colors.sideBarTitle.foreground: "#9D9383"
+ colors.sideBarTitle.foreground: "#A0937B"
colors.sideBarSectionHeader.background: "#0C0A09"
- colors.sideBarSectionHeader.foreground: "#9D9383"
+ colors.sideBarSectionHeader.foreground: "#A0937B"
colors.sideBarSectionHeader.border: "#181512"
colors.minimap.background: "#0E0C0B"
colors.minimap.foregroundOpacity: "#000000A0"
@@ -249,40 +249,40 @@ tokens:
colors.editorGroupHeader.border: "#181512"
colors.editorGroup.emptyBackground: "#0C0A09"
colors.editorGroup.focusedEmptyBorder: "#AA8039"
- colors.editorGroup.dropIntoPromptForeground: "#9D9383"
+ colors.editorGroup.dropIntoPromptForeground: "#A0937B"
colors.editorGroup.dropIntoPromptBackground: "#171513"
colors.editorGroup.dropIntoPromptBorder: "#2D2620"
colors.tab.activeBackground: "#0E0C0B"
- colors.tab.activeForeground: "#BAB0A6"
+ colors.tab.activeForeground: "#BEB09D"
colors.tab.activeBorder: "#0E0C0B"
colors.tab.activeBorderTop: "#AA8039"
colors.tab.activeModifiedBorder: "#BA9340"
colors.tab.inactiveBackground: "#0C0A09"
- colors.tab.inactiveForeground: "#625B53"
+ colors.tab.inactiveForeground: "#645B4E"
colors.tab.inactiveModifiedBorder: "#AA803970"
colors.tab.border: "#181512"
colors.tab.unfocusedActiveBackground: "#0E0C0B"
- colors.tab.unfocusedActiveForeground: "#7B7366"
+ colors.tab.unfocusedActiveForeground: "#7D7360"
colors.tab.unfocusedActiveBorder: "#0E0C0B"
colors.tab.unfocusedActiveBorderTop: "#AA803970"
colors.tab.unfocusedActiveModifiedBorder: "#AA803970"
colors.tab.unfocusedInactiveBackground: "#0C0A09"
- colors.tab.unfocusedInactiveForeground: "#4A433B"
+ colors.tab.unfocusedInactiveForeground: "#4B4338"
colors.tab.unfocusedInactiveModifiedBorder: "#AA803950"
colors.tab.hoverBackground: "#171513"
- colors.tab.hoverForeground: "#9D9383"
+ colors.tab.hoverForeground: "#A0937B"
colors.tab.unfocusedHoverBackground: "#17151370"
- colors.tab.unfocusedHoverForeground: "#7B7366"
+ colors.tab.unfocusedHoverForeground: "#7D7360"
colors.tab.lastPinnedBorder: "#2D2620"
colors.editor.background: "#0E0C0B"
- colors.editor.foreground: "#9D9383"
- colors.editorLineNumber.foreground: "#3D3833"
- colors.editorLineNumber.activeForeground: "#7B7366"
+ colors.editor.foreground: "#A0937B"
+ colors.editorLineNumber.foreground: "#4A4540"
+ colors.editorLineNumber.activeForeground: "#7D7360"
colors.editorLineNumber.dimmedForeground: "#2D2620"
colors.editorCursor.background: "#0E0C0B"
colors.editorCursor.foreground: "#A08033"
colors.editor.selectionBackground: "#AA80392A"
- colors.editor.selectionForeground: "#BAB0A6"
+ colors.editor.selectionForeground: "#BEB09D"
colors.editor.inactiveSelectionBackground: "#AA803918"
colors.editor.selectionHighlightBackground: "#AA803918"
colors.editor.selectionHighlightBorder: "#AA803935"
@@ -320,14 +320,14 @@ tokens:
colors.editorIndentGuide.background6: "#221D18"
colors.editorIndentGuide.activeBackground6: "#3D332A"
colors.editorInlayHint.background: "#181512"
- colors.editorInlayHint.foreground: "#625B53"
- colors.editorInlayHint.typeForeground: "#6E665A"
+ colors.editorInlayHint.foreground: "#645B4E"
+ colors.editorInlayHint.typeForeground: "#706655"
colors.editorInlayHint.typeBackground: "#181512"
- colors.editorInlayHint.parameterForeground: "#6E665A"
+ colors.editorInlayHint.parameterForeground: "#706655"
colors.editorInlayHint.parameterBackground: "#181512"
colors.editorRuler.foreground: "#221D18"
colors.editor.linkedEditingBackground: "#AA803918"
- colors.editorCodeLens.foreground: "#4A433B"
+ colors.editorCodeLens.foreground: "#625A50"
colors.editorLightBulb.foreground: "#BA9340"
colors.editorLightBulbAutoFix.foreground: "#7B6F4D"
colors.editorLightBulbAi.foreground: "#AA8039"
@@ -374,20 +374,20 @@ tokens:
colors.editorWarning.background: "#AA803912"
colors.editorInfo.foreground: "#937A4D"
colors.editorInfo.background: "#937A4D12"
- colors.editorHint.foreground: "#625B53"
+ colors.editorHint.foreground: "#645B4E"
colors.problemsErrorIcon.foreground: "#AA5552"
colors.problemsWarningIcon.foreground: "#AA8039"
colors.problemsInfoIcon.foreground: "#937A4D"
colors.editorUnnecessaryCode.opacity: "#00000070"
- colors.editorUnnecessaryCode.border: "#4A433B70"
+ colors.editorUnnecessaryCode.border: "#4B433870"
colors.editorGutter.background: "#0E0C0B"
colors.editorGutter.modifiedBackground: "#AA8039"
colors.editorGutter.addedBackground: "#7B6F4D"
colors.editorGutter.deletedBackground: "#934440"
- colors.editorGutter.commentRangeForeground: "#4A433B"
- colors.editorGutter.commentGlyphForeground: "#625B53"
+ colors.editorGutter.commentRangeForeground: "#4B4338"
+ colors.editorGutter.commentGlyphForeground: "#645B4E"
colors.editorGutter.commentUnresolvedGlyphForeground: "#AA8039"
- colors.editorGutter.foldingControlForeground: "#625B53"
+ colors.editorGutter.foldingControlForeground: "#645B4E"
colors.editorCommentsWidget.resolvedBorder: "#2D2620"
colors.editorCommentsWidget.unresolvedBorder: "#AA8039"
colors.editorCommentsWidget.rangeBackground: "#221D1835"
@@ -401,31 +401,32 @@ tokens:
colors.diffEditor.diagonalFill: "#221D18"
colors.diffEditor.border: "#181512"
colors.diffEditor.unchangedRegionBackground: "#171513"
- colors.diffEditor.unchangedRegionForeground: "#625B53"
+ colors.diffEditor.unchangedRegionForeground: "#645B4E"
colors.diffEditor.unchangedCodeBackground: "#181512"
colors.diffEditorGutter.insertedLineBackground: "#7B6F4D25"
colors.diffEditorGutter.removedLineBackground: "#93444025"
colors.diffEditorOverview.insertedForeground: "#7B6F4D70"
colors.diffEditorOverview.removedForeground: "#93444070"
colors.editorWidget.background: "#171513"
- colors.editorWidget.foreground: "#9D9383"
+ colors.editorWidget.foreground: "#A0937B"
colors.editorWidget.border: "#2D2620"
colors.editorWidget.resizeBorder: "#AA8039"
colors.editorSuggestWidget.background: "#171513"
colors.editorSuggestWidget.border: "#2D2620"
- colors.editorSuggestWidget.foreground: "#9D9383"
+ colors.editorSuggestWidget.foreground: "#A0937B"
colors.editorSuggestWidget.focusHighlightForeground: "#BA9340"
colors.editorSuggestWidget.highlightForeground: "#BA9340"
colors.editorSuggestWidget.selectedBackground: "#221D18"
- colors.editorSuggestWidget.selectedForeground: "#BAB0A6"
- colors.editorSuggestWidget.selectedIconForeground: "#BAB0A6"
- colors.editorSuggestWidgetStatus.foreground: "#625B53"
+ colors.editorSuggestWidget.selectedForeground: "#BEB09D"
+ colors.editorSuggestWidget.selectedIconForeground: "#BEB09D"
+ colors.editorSuggestWidgetStatus.foreground: "#645B4E"
colors.editorHoverWidget.background: "#171513"
colors.editorHoverWidget.border: "#2D2620"
- colors.editorHoverWidget.foreground: "#9D9383"
+ colors.editorHoverWidget.foreground: "#A0937B"
colors.editorHoverWidget.highlightForeground: "#BA9340"
colors.editorHoverWidget.statusBarBackground: "#181512"
- colors.editorGhostText.foreground: "#4A433B"
+ colors.editorGhostText.foreground: "#564F48"
+ colors.editorGhostText.background: "#18151280"
colors.editorStickyScroll.background: "#0E0C0B"
colors.editorStickyScrollHover.background: "#181512"
colors.debugExceptionWidget.background: "#221212"
@@ -443,14 +444,14 @@ tokens:
colors.peekViewEditor.matchHighlightBackground: "#AA803935"
colors.peekViewEditor.matchHighlightBorder: "#AA803970"
colors.peekViewResult.background: "#171513"
- colors.peekViewResult.fileForeground: "#9D9383"
- colors.peekViewResult.lineForeground: "#7B7366"
+ colors.peekViewResult.fileForeground: "#A0937B"
+ colors.peekViewResult.lineForeground: "#7D7360"
colors.peekViewResult.matchHighlightBackground: "#AA803935"
colors.peekViewResult.selectionBackground: "#221D18"
- colors.peekViewResult.selectionForeground: "#BAB0A6"
+ colors.peekViewResult.selectionForeground: "#BEB09D"
colors.peekViewTitle.background: "#181512"
- colors.peekViewTitleLabel.foreground: "#BAB0A6"
- colors.peekViewTitleDescription.foreground: "#7B7366"
+ colors.peekViewTitleLabel.foreground: "#BEB09D"
+ colors.peekViewTitleDescription.foreground: "#7D7360"
colors.mergeEditor.change.background: "#AA803912"
colors.mergeEditor.change.word.background: "#AA803925"
colors.mergeEditor.conflict.handledUnfocused.border: "#7B6F4D50"
@@ -466,33 +467,33 @@ tokens:
colors.panel.border: "#181512"
colors.panel.dropBorder: "#AA8039"
colors.panelTitle.activeBorder: "#AA8039"
- colors.panelTitle.activeForeground: "#BAB0A6"
- colors.panelTitle.inactiveForeground: "#625B53"
+ colors.panelTitle.activeForeground: "#BEB09D"
+ colors.panelTitle.inactiveForeground: "#645B4E"
colors.panelInput.border: "#2D2620"
colors.panelSection.border: "#181512"
colors.panelSection.dropBackground: "#221D1870"
colors.panelSectionHeader.background: "#171513"
- colors.panelSectionHeader.foreground: "#9D9383"
+ colors.panelSectionHeader.foreground: "#A0937B"
colors.panelSectionHeader.border: "#181512"
colors.outputView.background: "#0C0A09"
colors.outputViewStickyScroll.background: "#0C0A09"
colors.imagePreview.border: "#181512"
colors.statusBar.background: "#0C0A09"
- colors.statusBar.foreground: "#7B7366"
+ colors.statusBar.foreground: "#7D7360"
colors.statusBar.border: "#181512"
colors.statusBar.debuggingBackground: "#AA5552"
colors.statusBar.debuggingForeground: "#0E0C0B"
colors.statusBar.debuggingBorder: "#AA5552"
colors.statusBar.noFolderBackground: "#171513"
- colors.statusBar.noFolderForeground: "#7B7366"
+ colors.statusBar.noFolderForeground: "#7D7360"
colors.statusBar.noFolderBorder: "#181512"
colors.statusBarItem.activeBackground: "#2D2620"
colors.statusBarItem.hoverBackground: "#221D18"
- colors.statusBarItem.hoverForeground: "#9D9383"
+ colors.statusBarItem.hoverForeground: "#A0937B"
colors.statusBarItem.prominentBackground: "#221D18"
- colors.statusBarItem.prominentForeground: "#BAB0A6"
+ colors.statusBarItem.prominentForeground: "#BEB09D"
colors.statusBarItem.prominentHoverBackground: "#2D2620"
- colors.statusBarItem.remoteBackground: "#AA8039"
+ colors.statusBarItem.remoteBackground: "#86632A"
colors.statusBarItem.remoteForeground: "#0E0C0B"
colors.statusBarItem.remoteHoverBackground: "#BA9340"
colors.statusBarItem.remoteHoverForeground: "#0E0C0B"
@@ -506,35 +507,35 @@ tokens:
colors.statusBarItem.warningHoverForeground: "#0E0C0B"
colors.statusBarItem.compactHoverBackground: "#2D2620"
colors.statusBarItem.focusBorder: "#AA8039"
- colors.statusBarItem.offlineBackground: "#4A433B"
- colors.statusBarItem.offlineForeground: "#9D9383"
+ colors.statusBarItem.offlineBackground: "#4B4338"
+ colors.statusBarItem.offlineForeground: "#A0937B"
colors.titleBar.activeBackground: "#0C0A09"
- colors.titleBar.activeForeground: "#9D9383"
+ colors.titleBar.activeForeground: "#A0937B"
colors.titleBar.inactiveBackground: "#0C0A09"
- colors.titleBar.inactiveForeground: "#4A433B"
+ colors.titleBar.inactiveForeground: "#4B4338"
colors.titleBar.border: "#181512"
- colors.menubar.selectionForeground: "#BAB0A6"
+ colors.menubar.selectionForeground: "#BEB09D"
colors.menubar.selectionBackground: "#221D18"
- colors.menu.foreground: "#9D9383"
+ colors.menu.foreground: "#A0937B"
colors.menu.background: "#171513"
- colors.menu.selectionForeground: "#BAB0A6"
+ colors.menu.selectionForeground: "#BEB09D"
colors.menu.selectionBackground: "#221D18"
colors.menu.separatorBackground: "#2D2620"
colors.menu.border: "#2D2620"
- colors.commandCenter.foreground: "#7B7366"
- colors.commandCenter.activeForeground: "#9D9383"
+ colors.commandCenter.foreground: "#7D7360"
+ colors.commandCenter.activeForeground: "#A0937B"
colors.commandCenter.background: "#0C0A09"
colors.commandCenter.activeBackground: "#181512"
colors.commandCenter.border: "#2D2620"
- colors.commandCenter.inactiveForeground: "#4A433B"
+ colors.commandCenter.inactiveForeground: "#4B4338"
colors.commandCenter.inactiveBorder: "#221D18"
colors.commandCenter.activeBorder: "#AA803970"
colors.commandCenter.debuggingBackground: "#AA555225"
colors.notificationCenter.border: "#2D2620"
- colors.notificationCenterHeader.foreground: "#9D9383"
+ colors.notificationCenterHeader.foreground: "#A0937B"
colors.notificationCenterHeader.background: "#171513"
colors.notificationToast.border: "#2D2620"
- colors.notifications.foreground: "#9D9383"
+ colors.notifications.foreground: "#A0937B"
colors.notifications.background: "#171513"
colors.notifications.border: "#2D2620"
colors.notificationLink.foreground: "#AA8039"
@@ -542,13 +543,13 @@ tokens:
colors.notificationsWarningIcon.foreground: "#AA8039"
colors.notificationsInfoIcon.foreground: "#937A4D"
colors.banner.background: "#221D18"
- colors.banner.foreground: "#9D9383"
+ colors.banner.foreground: "#A0937B"
colors.banner.iconForeground: "#AA8039"
colors.extensionButton.prominentBackground: "#AA8039"
colors.extensionButton.prominentForeground: "#0E0C0B"
colors.extensionButton.prominentHoverBackground: "#BA9340"
colors.extensionButton.separator: "#0E0C0B35"
- colors.extensionBadge.remoteBackground: "#AA8039"
+ colors.extensionBadge.remoteBackground: "#86632A"
colors.extensionBadge.remoteForeground: "#0E0C0B"
colors.extensionIcon.starForeground: "#BA9340"
colors.extensionIcon.verifiedForeground: "#7B6F4D"
@@ -557,22 +558,22 @@ tokens:
colors.pickerGroup.border: "#2D2620"
colors.pickerGroup.foreground: "#AA8039"
colors.quickInput.background: "#171513"
- colors.quickInput.foreground: "#9D9383"
+ colors.quickInput.foreground: "#A0937B"
colors.quickInputList.focusBackground: "#221D18"
- colors.quickInputList.focusForeground: "#BAB0A6"
- colors.quickInputList.focusIconForeground: "#BAB0A6"
+ colors.quickInputList.focusForeground: "#BEB09D"
+ colors.quickInputList.focusIconForeground: "#BEB09D"
colors.quickInputTitle.background: "#181512"
colors.keybindingLabel.background: "#221D18"
- colors.keybindingLabel.foreground: "#9D9383"
+ colors.keybindingLabel.foreground: "#A0937B"
colors.keybindingLabel.border: "#2D2620"
colors.keybindingLabel.bottomBorder: "#3D332A"
colors.keybindingTable.headerBackground: "#171513"
colors.keybindingTable.rowsBackground: "#0E0C0B"
colors.terminal.background: "#0E0C0B"
- colors.terminal.foreground: "#9D9383"
+ colors.terminal.foreground: "#A0937B"
colors.terminal.border: "#181512"
colors.terminal.selectionBackground: "#AA80392A"
- colors.terminal.selectionForeground: "#BAB0A6"
+ colors.terminal.selectionForeground: "#BEB09D"
colors.terminal.inactiveSelectionBackground: "#AA803918"
colors.terminal.findMatchBackground: "#AA803940"
colors.terminal.findMatchBorder: "#BA9340"
@@ -583,7 +584,7 @@ tokens:
colors.terminalCursor.foreground: "#A08033"
colors.terminal.dropBackground: "#221D1870"
colors.terminal.tab.activeBorder: "#AA8039"
- colors.terminalCommandDecoration.defaultBackground: "#625B53"
+ colors.terminalCommandDecoration.defaultBackground: "#645B4E"
colors.terminalCommandDecoration.successBackground: "#7B6F4D"
colors.terminalCommandDecoration.errorBackground: "#AA5552"
colors.terminalOverviewRuler.cursorForeground: "#BA9340"
@@ -594,24 +595,24 @@ tokens:
colors.terminal.ansiRed: "#934440"
colors.terminal.ansiGreen: "#7B6F4D"
colors.terminal.ansiYellow: "#AA8039"
- colors.terminal.ansiBlue: "#6F6860"
+ colors.terminal.ansiBlue: "#7D7672"
colors.terminal.ansiMagenta: "#866060"
- colors.terminal.ansiCyan: "#7B6F62"
- colors.terminal.ansiWhite: "#9D9383"
- colors.terminal.ansiBrightBlack: "#4A433B"
+ colors.terminal.ansiCyan: "#9A6D53"
+ colors.terminal.ansiWhite: "#A0937B"
+ colors.terminal.ansiBrightBlack: "#625A50"
colors.terminal.ansiBrightRed: "#AA5552"
colors.terminal.ansiBrightGreen: "#9D8D60"
colors.terminal.ansiBrightYellow: "#BA9340"
- colors.terminal.ansiBrightBlue: "#867B70"
+ colors.terminal.ansiBrightBlue: "#8E8882"
colors.terminal.ansiBrightMagenta: "#A0736D"
- colors.terminal.ansiBrightCyan: "#93877A"
- colors.terminal.ansiBrightWhite: "#BAB0A6"
+ colors.terminal.ansiBrightCyan: "#A5826A"
+ colors.terminal.ansiBrightWhite: "#BEB09D"
colors.debugToolBar.background: "#171513"
colors.debugToolBar.border: "#2D2620"
colors.debugView.exceptionLabelBackground: "#AA555235"
colors.debugView.exceptionLabelForeground: "#AA5552"
colors.debugView.stateLabelBackground: "#221D18"
- colors.debugView.stateLabelForeground: "#9D9383"
+ colors.debugView.stateLabelForeground: "#A0937B"
colors.debugView.valueChangedHighlight: "#BA934050"
colors.debugTokenExpression.name: "#A07355"
colors.debugTokenExpression.value: "#7B6F4D"
@@ -620,8 +621,8 @@ tokens:
colors.debugTokenExpression.number: "#B38640"
colors.debugTokenExpression.error: "#AA5552"
colors.debugIcon.breakpointForeground: "#AA5552"
- colors.debugIcon.breakpointDisabledForeground: "#4A433B"
- colors.debugIcon.breakpointUnverifiedForeground: "#625B53"
+ colors.debugIcon.breakpointDisabledForeground: "#4B4338"
+ colors.debugIcon.breakpointUnverifiedForeground: "#645B4E"
colors.debugIcon.breakpointCurrentStackframeForeground: "#BA9340"
colors.debugIcon.breakpointStackframeForeground: "#AA8039"
colors.debugIcon.startForeground: "#7B6F4D"
@@ -637,14 +638,14 @@ tokens:
colors.debugConsole.infoForeground: "#937A4D"
colors.debugConsole.warningForeground: "#AA8039"
colors.debugConsole.errorForeground: "#AA5552"
- colors.debugConsole.sourceForeground: "#7B7366"
+ colors.debugConsole.sourceForeground: "#7D7360"
colors.debugConsoleInputIcon.foreground: "#AA8039"
colors.testing.iconFailed: "#AA5552"
colors.testing.iconErrored: "#AA5552"
colors.testing.iconPassed: "#7B6F4D"
colors.testing.iconQueued: "#AA8039"
- colors.testing.iconUnset: "#625B53"
- colors.testing.iconSkipped: "#625B53"
+ colors.testing.iconUnset: "#645B4E"
+ colors.testing.iconSkipped: "#645B4E"
colors.testing.runAction: "#7B6F4D"
colors.testing.peekBorder: "#AA5552"
colors.testing.peekHeaderBackground: "#AA555218"
@@ -659,33 +660,33 @@ tokens:
colors.welcomePage.progress.foreground: "#AA8039"
colors.welcomePage.progress.background: "#221D18"
colors.walkThrough.embeddedEditorBackground: "#0E0C0B"
- colors.walkthrough.stepTitle.foreground: "#BAB0A6"
- colors.settings.headerForeground: "#BAB0A6"
+ colors.walkthrough.stepTitle.foreground: "#BEB09D"
+ colors.settings.headerForeground: "#BEB09D"
colors.settings.modifiedItemIndicator: "#AA8039"
colors.settings.dropdownBackground: "#171513"
- colors.settings.dropdownForeground: "#9D9383"
+ colors.settings.dropdownForeground: "#A0937B"
colors.settings.dropdownBorder: "#2D2620"
colors.settings.dropdownListBorder: "#2D2620"
colors.settings.checkboxBackground: "#171513"
- colors.settings.checkboxForeground: "#9D9383"
+ colors.settings.checkboxForeground: "#A0937B"
colors.settings.checkboxBorder: "#2D2620"
colors.settings.textInputBackground: "#0E0C0B"
- colors.settings.textInputForeground: "#9D9383"
+ colors.settings.textInputForeground: "#A0937B"
colors.settings.textInputBorder: "#2D2620"
colors.settings.numberInputBackground: "#0E0C0B"
- colors.settings.numberInputForeground: "#9D9383"
+ colors.settings.numberInputForeground: "#A0937B"
colors.settings.numberInputBorder: "#2D2620"
colors.settings.rowHoverBackground: "#18151235"
colors.settings.focusedRowBackground: "#18151250"
colors.settings.focusedRowBorder: "#2D262070"
colors.settings.sashBorder: "#2D2620"
- colors.settings.settingsHeaderHoverForeground: "#BAB0A6"
- colors.breadcrumb.foreground: "#625B53"
+ colors.settings.settingsHeaderHoverForeground: "#BEB09D"
+ colors.breadcrumb.foreground: "#645B4E"
colors.breadcrumb.background: "#0E0C0B"
- colors.breadcrumb.focusForeground: "#9D9383"
- colors.breadcrumb.activeSelectionForeground: "#BAB0A6"
+ colors.breadcrumb.focusForeground: "#A0937B"
+ colors.breadcrumb.activeSelectionForeground: "#BEB09D"
colors.breadcrumbPicker.background: "#171513"
- colors.symbolIcon.arrayForeground: "#9D9383"
+ colors.symbolIcon.arrayForeground: "#A0937B"
colors.symbolIcon.booleanForeground: "#B38640"
colors.symbolIcon.classForeground: "#937A4D"
colors.symbolIcon.colorForeground: "#A07353"
@@ -694,8 +695,8 @@ tokens:
colors.symbolIcon.enumeratorForeground: "#937A4D"
colors.symbolIcon.enumeratorMemberForeground: "#AA8660"
colors.symbolIcon.eventForeground: "#A07353"
- colors.symbolIcon.fieldForeground: "#9D9383"
- colors.symbolIcon.fileForeground: "#7B7366"
+ colors.symbolIcon.fieldForeground: "#A0937B"
+ colors.symbolIcon.fileForeground: "#7D7360"
colors.symbolIcon.folderForeground: "#937A4D"
colors.symbolIcon.functionForeground: "#A07355"
colors.symbolIcon.interfaceForeground: "#937A4D"
@@ -707,19 +708,19 @@ tokens:
colors.symbolIcon.nullForeground: "#B38640"
colors.symbolIcon.numberForeground: "#B38640"
colors.symbolIcon.objectForeground: "#937A4D"
- colors.symbolIcon.operatorForeground: "#AAA093"
+ colors.symbolIcon.operatorForeground: "#ADA086"
colors.symbolIcon.packageForeground: "#937A4D"
- colors.symbolIcon.propertyForeground: "#9D9383"
- colors.symbolIcon.referenceForeground: "#9D9383"
+ colors.symbolIcon.propertyForeground: "#A0937B"
+ colors.symbolIcon.referenceForeground: "#A0937B"
colors.symbolIcon.snippetForeground: "#7B6F4D"
colors.symbolIcon.stringForeground: "#7B6F4D"
colors.symbolIcon.structForeground: "#937A4D"
- colors.symbolIcon.textForeground: "#9D9383"
+ colors.symbolIcon.textForeground: "#A0937B"
colors.symbolIcon.typeParameterForeground: "#937A4D"
colors.symbolIcon.unitForeground: "#B38640"
- colors.symbolIcon.variableForeground: "#9D9383"
- colors.charts.foreground: "#9D9383"
- colors.charts.lines: "#625B53"
+ colors.symbolIcon.variableForeground: "#A0937B"
+ colors.charts.foreground: "#A0937B"
+ colors.charts.lines: "#645B4E"
colors.charts.red: "#AA5552"
colors.charts.blue: "#937A4D"
colors.charts.yellow: "#BA9340"
@@ -733,13 +734,13 @@ tokens:
colors.gitDecoration.stageModifiedResourceForeground: "#BA9340"
colors.gitDecoration.stageDeletedResourceForeground: "#AA5552"
colors.gitDecoration.untrackedResourceForeground: "#937A4D"
- colors.gitDecoration.ignoredResourceForeground: "#4A433B"
+ colors.gitDecoration.ignoredResourceForeground: "#4B4338"
colors.gitDecoration.conflictingResourceForeground: "#AA5552"
- colors.gitDecoration.submoduleResourceForeground: "#7B6F62"
+ colors.gitDecoration.submoduleResourceForeground: "#9A6D53"
colors.scm.historyItemAdditionsForeground: "#7B6F4D"
colors.scm.historyItemDeletionsForeground: "#934440"
colors.scm.historyItemStatisticsBorder: "#2D2620"
- colors.scm.historyItemSelectedStatisticsBorder: "#4A433B"
+ colors.scm.historyItemSelectedStatisticsBorder: "#4B4338"
colors.notebook.editorBackground: "#0E0C0B"
colors.notebook.cellBorderColor: "#221D18"
colors.notebook.cellHoverBackground: "#18151225"
@@ -761,9 +762,9 @@ tokens:
colors.notebookScrollbarSlider.hoverBackground: "#3D332A80"
colors.notebookScrollbarSlider.activeBackground: "#4A3F3590"
colors.notebookEditorOverviewRuler.runningCellForeground: "#AA8039"
- colors.gitlens.trailingLineForegroundColor: "#4A433B"
+ colors.gitlens.trailingLineForegroundColor: "#4B4338"
colors.gitlens.gutterBackgroundColor: "#0E0C0B"
- colors.gitlens.gutterForegroundColor: "#4A433B"
+ colors.gitlens.gutterForegroundColor: "#4B4338"
colors.gitlens.gutterUncommittedForegroundColor: "#7B6F4D"
colors.gitlens.lineHighlightBackgroundColor: "#AA803915"
colors.gitlens.lineHighlightOverviewRulerColor: "#AA803980"
diff --git a/themes/_src/variants/alone.yaml b/themes/_src/variants/alone.yaml
index d8e143e..f873dbe 100644
--- a/themes/_src/variants/alone.yaml
+++ b/themes/_src/variants/alone.yaml
@@ -13,15 +13,15 @@ verify:
wavelengthBand: warm
tokens:
name: Alone
- semanticTokenColors.variable: "#C4B8A4"
- semanticTokenColors.variable.readonly: "#C4B8A4"
- semanticTokenColors.variable.declaration: "#C4B8A4"
- semanticTokenColors.variable.defaultLibrary.foreground: "#B89860"
- semanticTokenColors.parameter: "#BCA890"
- semanticTokenColors.property: "#C4B8A4"
- semanticTokenColors.property.readonly: "#C4B8A4"
- semanticTokenColors.property.declaration: "#C4B8A4"
- semanticTokenColors.property.defaultLibrary.foreground: "#B89860"
+ semanticTokenColors.variable: "#C8B89A"
+ semanticTokenColors.variable.readonly: "#C8B89A"
+ semanticTokenColors.variable.declaration: "#C8B89A"
+ semanticTokenColors.variable.defaultLibrary.foreground: "#B08C50"
+ semanticTokenColors.parameter: "#B8AA9C"
+ semanticTokenColors.property: "#C8B89A"
+ semanticTokenColors.property.readonly: "#C8B89A"
+ semanticTokenColors.property.declaration: "#C8B89A"
+ semanticTokenColors.property.defaultLibrary.foreground: "#B08C50"
semanticTokenColors.function: "#C08868"
semanticTokenColors.function.declaration: "#C08868"
semanticTokenColors.function.defaultLibrary.foreground: "#C08868"
@@ -46,21 +46,21 @@ tokens:
semanticTokenColors.decorator: "#A87878"
semanticTokenColors.label: "#E8B850"
semanticTokenColors.keyword.foreground: "#C8A040"
- semanticTokenColors.comment.foreground: "#5C544A"
+ semanticTokenColors.comment.foreground: "#6E665B"
semanticTokenColors.string.foreground: "#9A8B60"
- semanticTokenColors.number: "#E0A850"
+ semanticTokenColors.number: "#DEA64E"
semanticTokenColors.regexp.foreground: "#A87878"
- semanticTokenColors.operator: "#D4C8B8"
- semanticTokenColors.*.deprecated.foreground: "#7A7268"
- semanticTokenColors.*.modification.foreground: "#C4B8A4"
- tokenColors.comments.settings.foreground: "#5C544A"
- tokenColors.documentation_comments.settings.foreground: "#6B635A"
+ semanticTokenColors.operator: "#D8C8A8"
+ semanticTokenColors.*.deprecated.foreground: "#7C7262"
+ semanticTokenColors.*.modification.foreground: "#C8B89A"
+ tokenColors.comments.settings.foreground: "#6E665B"
+ tokenColors.documentation_comments.settings.foreground: "#787062"
tokenColors.strings.settings.foreground: "#9A8B60"
tokenColors.template_string_expressions.settings.foreground: "#C4A078"
tokenColors.regular_expressions.settings.foreground: "#A87878"
tokenColors.escape_characters.settings.foreground: "#D4B088"
- tokenColors.numbers.settings.foreground: "#E0A850"
- tokenColors.boolean_null_constants.settings.foreground: "#E0A850"
+ tokenColors.numbers.settings.foreground: "#DEA64E"
+ tokenColors.boolean_null_constants.settings.foreground: "#DEA64E"
tokenColors.language_constants.settings.foreground: "#D4A878"
tokenColors.other_constants.settings.foreground: "#D4A878"
tokenColors.keywords.settings.foreground: "#C8A040"
@@ -68,16 +68,16 @@ tokens:
tokenColors.import_export_keywords.settings.foreground: "#C8A040"
tokenColors.operator_keywords.settings.foreground: "#C8A040"
tokenColors.storage_keywords.settings.foreground: "#C8A040"
- tokenColors.operators.settings.foreground: "#D4C8B8"
- tokenColors.spread_rest_operator.settings.foreground: "#D4C8B8"
- tokenColors.arrow_function.settings.foreground: "#D4C8B8"
+ tokenColors.operators.settings.foreground: "#D8C8A8"
+ tokenColors.spread_rest_operator.settings.foreground: "#D8C8A8"
+ tokenColors.arrow_function.settings.foreground: "#D8C8A8"
tokenColors.functions.settings.foreground: "#C08868"
- tokenColors.function_parameters.settings.foreground: "#BCA890"
+ tokenColors.function_parameters.settings.foreground: "#B8AA9C"
tokenColors.method_calls.settings.foreground: "#C08868"
tokenColors.built_in_functions.settings.foreground: "#C08868"
- tokenColors.variables.settings.foreground: "#C4B8A4"
- tokenColors.object_properties.settings.foreground: "#C4B8A4"
- tokenColors.special_variables_this_self_super.settings.foreground: "#B89860"
+ tokenColors.variables.settings.foreground: "#C8B89A"
+ tokenColors.object_properties.settings.foreground: "#C8B89A"
+ tokenColors.special_variables_this_self_super.settings.foreground: "#B08C50"
tokenColors.types_classes.settings.foreground: "#BC9858"
tokenColors.interfaces.settings.foreground: "#BC9858"
tokenColors.type_parameters_generics.settings.foreground: "#BC9858"
@@ -85,35 +85,35 @@ tokens:
tokenColors.enum_members.settings.foreground: "#D4A878"
tokenColors.namespaces_modules.settings.foreground: "#BC9858"
tokenColors.decorators_annotations.settings.foreground: "#A87878"
- tokenColors.punctuation.settings.foreground: "#7A7268"
- tokenColors.brackets.settings.foreground: "#7A7268"
+ tokenColors.punctuation.settings.foreground: "#7C7262"
+ tokenColors.brackets.settings.foreground: "#7C7262"
tokenColors.html_xml_tags.settings.foreground: "#C8906A"
tokenColors.html_xml_attributes.settings.foreground: "#B89860"
tokenColors.html_attribute_values.settings.foreground: "#9A8B60"
tokenColors.html_entities.settings.foreground: "#A87878"
tokenColors.jsx_component_tags.settings.foreground: "#B89860"
- tokenColors.jsx_expression_braces.settings.foreground: "#D4C8B8"
- tokenColors.jsx_spread_attributes.settings.foreground: "#D4C8B8"
+ tokenColors.jsx_expression_braces.settings.foreground: "#D8C8A8"
+ tokenColors.jsx_spread_attributes.settings.foreground: "#D8C8A8"
tokenColors.css_selectors.settings.foreground: "#B89860"
tokenColors.css_properties.settings.foreground: "#C8906A"
- tokenColors.css_property_values.settings.foreground: "#C4B8A4"
- tokenColors.css_units.settings.foreground: "#E0A850"
+ tokenColors.css_property_values.settings.foreground: "#C8B89A"
+ tokenColors.css_units.settings.foreground: "#DEA64E"
tokenColors.css_functions.settings.foreground: "#C8906A"
tokenColors.css_pseudo_elements_classes.settings.foreground: "#A87878"
- tokenColors.css_variables.settings.foreground: "#C4B8A4"
+ tokenColors.css_variables.settings.foreground: "#C8B89A"
tokenColors.json_property_names.settings.foreground: "#C8906A"
tokenColors.json_string_values.settings.foreground: "#9A8B60"
tokenColors.yaml_keys.settings.foreground: "#C8906A"
tokenColors.yaml_values.settings.foreground: "#9A8B60"
tokenColors.yaml_anchors_aliases.settings.foreground: "#A87878"
tokenColors.markdown_headings.settings.foreground: "#E8B850"
- tokenColors.markdown_bold.settings.foreground: "#C4B8A4"
- tokenColors.markdown_italic.settings.foreground: "#C4B8A4"
+ tokenColors.markdown_bold.settings.foreground: "#C8B89A"
+ tokenColors.markdown_italic.settings.foreground: "#C8B89A"
tokenColors.markdown_code.settings.foreground: "#9A8B60"
tokenColors.markdown_links.settings.foreground: "#B89860"
- tokenColors.markdown_list_markers.settings.foreground: "#D4C8B8"
- tokenColors.markdown_block_quote.settings.foreground: "#6B635A"
- tokenColors.python_docstrings.settings.foreground: "#6B635A"
+ tokenColors.markdown_list_markers.settings.foreground: "#D8C8A8"
+ tokenColors.markdown_block_quote.settings.foreground: "#787062"
+ tokenColors.python_docstrings.settings.foreground: "#787062"
tokenColors.python_f_string_braces.settings.foreground: "#C4A078"
tokenColors.python_magic_methods.settings.foreground: "#A87878"
tokenColors.python_builtins.settings.foreground: "#C8906A"
@@ -122,17 +122,17 @@ tokens:
tokenColors.rust_attributes.settings.foreground: "#A87878"
tokenColors.go_package_names.settings.foreground: "#B89860"
tokenColors.shell_commands.settings.foreground: "#C8906A"
- tokenColors.shell_variables.settings.foreground: "#C4B8A4"
+ tokenColors.shell_variables.settings.foreground: "#C8B89A"
tokenColors.sql_keywords.settings.foreground: "#E8B850"
tokenColors.invalid_illegal.settings.foreground: "#D46A66"
- tokenColors.invalid_deprecated.settings.foreground: "#7A7268"
- colors.foreground: "#C4B8A4"
- colors.disabledForeground: "#5C544A"
+ tokenColors.invalid_deprecated.settings.foreground: "#7C7262"
+ colors.foreground: "#C8B89A"
+ colors.disabledForeground: "#5E5446"
colors.focusBorder: "#D4A048"
colors.selection.background: "#D4A04840"
- colors.descriptionForeground: "#9A9080"
+ colors.descriptionForeground: "#9D9078"
colors.errorForeground: "#D46A66"
- colors.icon.foreground: "#9A9080"
+ colors.icon.foreground: "#9D9078"
colors.sash.hoverBorder: "#D4A048"
colors.textLink.foreground: "#D4A048"
colors.textLink.activeForeground: "#E8B850"
@@ -145,21 +145,21 @@ tokens:
colors.button.foreground: "#0C0A09"
colors.button.hoverBackground: "#E8B850"
colors.button.secondaryBackground: "#28221C"
- colors.button.secondaryForeground: "#C4B8A4"
+ colors.button.secondaryForeground: "#C8B89A"
colors.button.secondaryHoverBackground: "#352D25"
colors.checkbox.background: "#151311"
- colors.checkbox.foreground: "#C4B8A4"
+ colors.checkbox.foreground: "#C8B89A"
colors.checkbox.border: "#352D25"
colors.checkbox.selectBackground: "#D4A048"
colors.checkbox.selectBorder: "#D4A048"
colors.dropdown.background: "#151311"
- colors.dropdown.foreground: "#C4B8A4"
+ colors.dropdown.foreground: "#C8B89A"
colors.dropdown.border: "#352D25"
colors.dropdown.listBackground: "#151311"
colors.input.background: "#0C0A09"
- colors.input.foreground: "#C4B8A4"
+ colors.input.foreground: "#C8B89A"
colors.input.border: "#352D25"
- colors.input.placeholderForeground: "#5C544A"
+ colors.input.placeholderForeground: "#5E5446"
colors.inputOption.activeBackground: "#D4A04830"
colors.inputOption.activeBorder: "#D4A048"
colors.inputOption.activeForeground: "#E8B850"
@@ -177,21 +177,21 @@ tokens:
colors.scrollbarSlider.background: "#352D2580"
colors.scrollbarSlider.hoverBackground: "#4A403590"
colors.scrollbarSlider.activeBackground: "#5A4D40A0"
- colors.badge.background: "#D4A048"
+ colors.badge.background: "#A87C34"
colors.badge.foreground: "#0C0A09"
colors.progressBar.background: "#D4A048"
colors.list.activeSelectionBackground: "#28221C"
- colors.list.activeSelectionForeground: "#E8DCD0"
- colors.list.activeSelectionIconForeground: "#E8DCD0"
+ colors.list.activeSelectionForeground: "#EDDCC4"
+ colors.list.activeSelectionIconForeground: "#EDDCC4"
colors.list.dropBackground: "#28221C80"
colors.list.focusBackground: "#28221C"
- colors.list.focusForeground: "#E8DCD0"
+ colors.list.focusForeground: "#EDDCC4"
colors.list.focusOutline: "#D4A04880"
colors.list.highlightForeground: "#E8B850"
colors.list.hoverBackground: "#1E1915"
- colors.list.hoverForeground: "#C4B8A4"
+ colors.list.hoverForeground: "#C8B89A"
colors.list.inactiveSelectionBackground: "#1E1915"
- colors.list.inactiveSelectionForeground: "#C4B8A4"
+ colors.list.inactiveSelectionForeground: "#C8B89A"
colors.list.inactiveFocusBackground: "#1E1915"
colors.list.inactiveFocusOutline: "#352D2580"
colors.list.invalidItemForeground: "#D46A66"
@@ -206,21 +206,21 @@ tokens:
colors.tree.tableColumnsBorder: "#352D25"
colors.tree.tableOddRowsBackground: "#0A090880"
colors.activityBar.background: "#0A0908"
- colors.activityBar.foreground: "#C4B8A4"
- colors.activityBar.inactiveForeground: "#5C544A"
+ colors.activityBar.foreground: "#C8B89A"
+ colors.activityBar.inactiveForeground: "#5E5446"
colors.activityBar.border: "#1E1915"
colors.activityBar.activeBorder: "#D4A048"
colors.activityBar.activeBackground: "#1E191510"
colors.activityBar.activeFocusBorder: "#D4A048"
- colors.activityBarBadge.background: "#D4A048"
+ colors.activityBarBadge.background: "#A87C34"
colors.activityBarBadge.foreground: "#0C0A09"
colors.sideBar.background: "#0A0908"
- colors.sideBar.foreground: "#9A9080"
+ colors.sideBar.foreground: "#9D9078"
colors.sideBar.border: "#1E1915"
colors.sideBar.dropBackground: "#28221C80"
- colors.sideBarTitle.foreground: "#C4B8A4"
+ colors.sideBarTitle.foreground: "#C8B89A"
colors.sideBarSectionHeader.background: "#0A0908"
- colors.sideBarSectionHeader.foreground: "#C4B8A4"
+ colors.sideBarSectionHeader.foreground: "#C8B89A"
colors.sideBarSectionHeader.border: "#1E1915"
colors.minimap.background: "#0C0A09"
colors.minimap.foregroundOpacity: "#000000C0"
@@ -243,40 +243,40 @@ tokens:
colors.editorGroupHeader.border: "#1E1915"
colors.editorGroup.emptyBackground: "#0A0908"
colors.editorGroup.focusedEmptyBorder: "#D4A048"
- colors.editorGroup.dropIntoPromptForeground: "#C4B8A4"
+ colors.editorGroup.dropIntoPromptForeground: "#C8B89A"
colors.editorGroup.dropIntoPromptBackground: "#151311"
colors.editorGroup.dropIntoPromptBorder: "#352D25"
colors.tab.activeBackground: "#0C0A09"
- colors.tab.activeForeground: "#E8DCD0"
+ colors.tab.activeForeground: "#EDDCC4"
colors.tab.activeBorder: "#0C0A09"
colors.tab.activeBorderTop: "#D4A048"
colors.tab.activeModifiedBorder: "#E8B850"
colors.tab.inactiveBackground: "#0A0908"
- colors.tab.inactiveForeground: "#7A7268"
+ colors.tab.inactiveForeground: "#7C7262"
colors.tab.inactiveModifiedBorder: "#D4A04880"
colors.tab.border: "#1E1915"
colors.tab.unfocusedActiveBackground: "#0C0A09"
- colors.tab.unfocusedActiveForeground: "#9A9080"
+ colors.tab.unfocusedActiveForeground: "#9D9078"
colors.tab.unfocusedActiveBorder: "#0C0A09"
colors.tab.unfocusedActiveBorderTop: "#D4A04880"
colors.tab.unfocusedActiveModifiedBorder: "#D4A04880"
colors.tab.unfocusedInactiveBackground: "#0A0908"
- colors.tab.unfocusedInactiveForeground: "#5C544A"
+ colors.tab.unfocusedInactiveForeground: "#5E5446"
colors.tab.unfocusedInactiveModifiedBorder: "#D4A04860"
colors.tab.hoverBackground: "#151311"
- colors.tab.hoverForeground: "#C4B8A4"
+ colors.tab.hoverForeground: "#C8B89A"
colors.tab.unfocusedHoverBackground: "#15131180"
- colors.tab.unfocusedHoverForeground: "#9A9080"
+ colors.tab.unfocusedHoverForeground: "#9D9078"
colors.tab.lastPinnedBorder: "#352D25"
colors.editor.background: "#0C0A09"
- colors.editor.foreground: "#C4B8A4"
- colors.editorLineNumber.foreground: "#4A4540"
- colors.editorLineNumber.activeForeground: "#9A9080"
+ colors.editor.foreground: "#C8B89A"
+ colors.editorLineNumber.foreground: "#56504A"
+ colors.editorLineNumber.activeForeground: "#9D9078"
colors.editorLineNumber.dimmedForeground: "#352D25"
colors.editorCursor.background: "#0C0A09"
colors.editorCursor.foreground: "#D4A048"
colors.editor.selectionBackground: "#D4A04835"
- colors.editor.selectionForeground: "#E8DCD0"
+ colors.editor.selectionForeground: "#EDDCC4"
colors.editor.inactiveSelectionBackground: "#D4A04820"
colors.editor.selectionHighlightBackground: "#D4A04820"
colors.editor.selectionHighlightBorder: "#D4A04840"
@@ -314,14 +314,14 @@ tokens:
colors.editorIndentGuide.background6: "#28221C"
colors.editorIndentGuide.activeBackground6: "#4A4035"
colors.editorInlayHint.background: "#18151380"
- colors.editorInlayHint.foreground: "#7A7268"
- colors.editorInlayHint.typeForeground: "#7A7268"
+ colors.editorInlayHint.foreground: "#7C7262"
+ colors.editorInlayHint.typeForeground: "#7C7262"
colors.editorInlayHint.typeBackground: "#18151380"
- colors.editorInlayHint.parameterForeground: "#8A8278"
+ colors.editorInlayHint.parameterForeground: "#8D8271"
colors.editorInlayHint.parameterBackground: "#18151380"
colors.editorRuler.foreground: "#28221C"
colors.editor.linkedEditingBackground: "#D4A04820"
- colors.editorCodeLens.foreground: "#5C544A"
+ colors.editorCodeLens.foreground: "#6E665B"
colors.editorLightBulb.foreground: "#E8B850"
colors.editorLightBulbAutoFix.foreground: "#9A8B60"
colors.editorLightBulbAi.foreground: "#D4A048"
@@ -368,20 +368,20 @@ tokens:
colors.editorWarning.background: "#D4A04815"
colors.editorInfo.foreground: "#B89860"
colors.editorInfo.background: "#B8986015"
- colors.editorHint.foreground: "#7A7268"
+ colors.editorHint.foreground: "#7C7262"
colors.problemsErrorIcon.foreground: "#D46A66"
colors.problemsWarningIcon.foreground: "#D4A048"
colors.problemsInfoIcon.foreground: "#B89860"
colors.editorUnnecessaryCode.opacity: "#00000080"
- colors.editorUnnecessaryCode.border: "#5C544A80"
+ colors.editorUnnecessaryCode.border: "#5E544680"
colors.editorGutter.background: "#0C0A09"
colors.editorGutter.modifiedBackground: "#D4A048"
colors.editorGutter.addedBackground: "#9A8B60"
colors.editorGutter.deletedBackground: "#B85450"
- colors.editorGutter.commentRangeForeground: "#5C544A"
- colors.editorGutter.commentGlyphForeground: "#7A7268"
+ colors.editorGutter.commentRangeForeground: "#5E5446"
+ colors.editorGutter.commentGlyphForeground: "#7C7262"
colors.editorGutter.commentUnresolvedGlyphForeground: "#D4A048"
- colors.editorGutter.foldingControlForeground: "#7A7268"
+ colors.editorGutter.foldingControlForeground: "#7C7262"
colors.editorCommentsWidget.resolvedBorder: "#352D25"
colors.editorCommentsWidget.unresolvedBorder: "#D4A048"
colors.editorCommentsWidget.rangeBackground: "#28221C40"
@@ -395,31 +395,32 @@ tokens:
colors.diffEditor.diagonalFill: "#28221C"
colors.diffEditor.border: "#1E1915"
colors.diffEditor.unchangedRegionBackground: "#151311"
- colors.diffEditor.unchangedRegionForeground: "#7A7268"
+ colors.diffEditor.unchangedRegionForeground: "#7C7262"
colors.diffEditor.unchangedCodeBackground: "#1E1915"
colors.diffEditorGutter.insertedLineBackground: "#9A8B6030"
colors.diffEditorGutter.removedLineBackground: "#B8545030"
colors.diffEditorOverview.insertedForeground: "#9A8B6080"
colors.diffEditorOverview.removedForeground: "#B8545080"
colors.editorWidget.background: "#151311"
- colors.editorWidget.foreground: "#C4B8A4"
+ colors.editorWidget.foreground: "#C8B89A"
colors.editorWidget.border: "#352D25"
colors.editorWidget.resizeBorder: "#D4A048"
colors.editorSuggestWidget.background: "#151311"
colors.editorSuggestWidget.border: "#352D25"
- colors.editorSuggestWidget.foreground: "#C4B8A4"
+ colors.editorSuggestWidget.foreground: "#C8B89A"
colors.editorSuggestWidget.focusHighlightForeground: "#E8B850"
colors.editorSuggestWidget.highlightForeground: "#E8B850"
colors.editorSuggestWidget.selectedBackground: "#28221C"
- colors.editorSuggestWidget.selectedForeground: "#E8DCD0"
- colors.editorSuggestWidget.selectedIconForeground: "#E8DCD0"
- colors.editorSuggestWidgetStatus.foreground: "#7A7268"
+ colors.editorSuggestWidget.selectedForeground: "#EDDCC4"
+ colors.editorSuggestWidget.selectedIconForeground: "#EDDCC4"
+ colors.editorSuggestWidgetStatus.foreground: "#7C7262"
colors.editorHoverWidget.background: "#151311"
colors.editorHoverWidget.border: "#352D25"
- colors.editorHoverWidget.foreground: "#C4B8A4"
+ colors.editorHoverWidget.foreground: "#C8B89A"
colors.editorHoverWidget.highlightForeground: "#E8B850"
colors.editorHoverWidget.statusBarBackground: "#1E1915"
- colors.editorGhostText.foreground: "#5C544A"
+ colors.editorGhostText.foreground: "#6B635A"
+ colors.editorGhostText.background: "#1E191580"
colors.editorStickyScroll.background: "#0C0A09"
colors.editorStickyScrollHover.background: "#1E1915"
colors.debugExceptionWidget.background: "#2A1515"
@@ -437,14 +438,14 @@ tokens:
colors.peekViewEditor.matchHighlightBackground: "#D4A04840"
colors.peekViewEditor.matchHighlightBorder: "#D4A04880"
colors.peekViewResult.background: "#151311"
- colors.peekViewResult.fileForeground: "#C4B8A4"
- colors.peekViewResult.lineForeground: "#9A9080"
+ colors.peekViewResult.fileForeground: "#C8B89A"
+ colors.peekViewResult.lineForeground: "#9D9078"
colors.peekViewResult.matchHighlightBackground: "#D4A04840"
colors.peekViewResult.selectionBackground: "#28221C"
- colors.peekViewResult.selectionForeground: "#E8DCD0"
+ colors.peekViewResult.selectionForeground: "#EDDCC4"
colors.peekViewTitle.background: "#1E1915"
- colors.peekViewTitleLabel.foreground: "#E8DCD0"
- colors.peekViewTitleDescription.foreground: "#9A9080"
+ colors.peekViewTitleLabel.foreground: "#EDDCC4"
+ colors.peekViewTitleDescription.foreground: "#9D9078"
colors.mergeEditor.change.background: "#D4A04815"
colors.mergeEditor.change.word.background: "#D4A04830"
colors.mergeEditor.conflict.handledUnfocused.border: "#9A8B6060"
@@ -460,33 +461,33 @@ tokens:
colors.panel.border: "#1E1915"
colors.panel.dropBorder: "#D4A048"
colors.panelTitle.activeBorder: "#D4A048"
- colors.panelTitle.activeForeground: "#E8DCD0"
- colors.panelTitle.inactiveForeground: "#7A7268"
+ colors.panelTitle.activeForeground: "#EDDCC4"
+ colors.panelTitle.inactiveForeground: "#7C7262"
colors.panelInput.border: "#352D25"
colors.panelSection.border: "#1E1915"
colors.panelSection.dropBackground: "#28221C80"
colors.panelSectionHeader.background: "#151311"
- colors.panelSectionHeader.foreground: "#C4B8A4"
+ colors.panelSectionHeader.foreground: "#C8B89A"
colors.panelSectionHeader.border: "#1E1915"
colors.outputView.background: "#0A0908"
colors.outputViewStickyScroll.background: "#0A0908"
colors.imagePreview.border: "#1E1915"
colors.statusBar.background: "#0A0908"
- colors.statusBar.foreground: "#9A9080"
+ colors.statusBar.foreground: "#9D9078"
colors.statusBar.border: "#1E1915"
colors.statusBar.debuggingBackground: "#D46A66"
colors.statusBar.debuggingForeground: "#0C0A09"
colors.statusBar.debuggingBorder: "#D46A66"
colors.statusBar.noFolderBackground: "#151311"
- colors.statusBar.noFolderForeground: "#9A9080"
+ colors.statusBar.noFolderForeground: "#9D9078"
colors.statusBar.noFolderBorder: "#1E1915"
colors.statusBarItem.activeBackground: "#352D25"
colors.statusBarItem.hoverBackground: "#28221C"
- colors.statusBarItem.hoverForeground: "#C4B8A4"
+ colors.statusBarItem.hoverForeground: "#C8B89A"
colors.statusBarItem.prominentBackground: "#28221C"
- colors.statusBarItem.prominentForeground: "#E8DCD0"
+ colors.statusBarItem.prominentForeground: "#EDDCC4"
colors.statusBarItem.prominentHoverBackground: "#352D25"
- colors.statusBarItem.remoteBackground: "#D4A048"
+ colors.statusBarItem.remoteBackground: "#A87C34"
colors.statusBarItem.remoteForeground: "#0C0A09"
colors.statusBarItem.remoteHoverBackground: "#E8B850"
colors.statusBarItem.remoteHoverForeground: "#0C0A09"
@@ -500,35 +501,35 @@ tokens:
colors.statusBarItem.warningHoverForeground: "#0C0A09"
colors.statusBarItem.compactHoverBackground: "#352D25"
colors.statusBarItem.focusBorder: "#D4A048"
- colors.statusBarItem.offlineBackground: "#5C544A"
- colors.statusBarItem.offlineForeground: "#C4B8A4"
+ colors.statusBarItem.offlineBackground: "#5E5446"
+ colors.statusBarItem.offlineForeground: "#C8B89A"
colors.titleBar.activeBackground: "#0A0908"
- colors.titleBar.activeForeground: "#C4B8A4"
+ colors.titleBar.activeForeground: "#C8B89A"
colors.titleBar.inactiveBackground: "#0A0908"
- colors.titleBar.inactiveForeground: "#5C544A"
+ colors.titleBar.inactiveForeground: "#5E5446"
colors.titleBar.border: "#1E1915"
- colors.menubar.selectionForeground: "#E8DCD0"
+ colors.menubar.selectionForeground: "#EDDCC4"
colors.menubar.selectionBackground: "#28221C"
- colors.menu.foreground: "#C4B8A4"
+ colors.menu.foreground: "#C8B89A"
colors.menu.background: "#151311"
- colors.menu.selectionForeground: "#E8DCD0"
+ colors.menu.selectionForeground: "#EDDCC4"
colors.menu.selectionBackground: "#28221C"
colors.menu.separatorBackground: "#352D25"
colors.menu.border: "#352D25"
- colors.commandCenter.foreground: "#9A9080"
- colors.commandCenter.activeForeground: "#C4B8A4"
+ colors.commandCenter.foreground: "#9D9078"
+ colors.commandCenter.activeForeground: "#C8B89A"
colors.commandCenter.background: "#0A0908"
colors.commandCenter.activeBackground: "#1E1915"
colors.commandCenter.border: "#352D25"
- colors.commandCenter.inactiveForeground: "#5C544A"
+ colors.commandCenter.inactiveForeground: "#5E5446"
colors.commandCenter.inactiveBorder: "#28221C"
colors.commandCenter.activeBorder: "#D4A04880"
colors.commandCenter.debuggingBackground: "#D46A6630"
colors.notificationCenter.border: "#352D25"
- colors.notificationCenterHeader.foreground: "#C4B8A4"
+ colors.notificationCenterHeader.foreground: "#C8B89A"
colors.notificationCenterHeader.background: "#151311"
colors.notificationToast.border: "#352D25"
- colors.notifications.foreground: "#C4B8A4"
+ colors.notifications.foreground: "#C8B89A"
colors.notifications.background: "#151311"
colors.notifications.border: "#352D25"
colors.notificationLink.foreground: "#D4A048"
@@ -536,13 +537,13 @@ tokens:
colors.notificationsWarningIcon.foreground: "#D4A048"
colors.notificationsInfoIcon.foreground: "#B89860"
colors.banner.background: "#28221C"
- colors.banner.foreground: "#C4B8A4"
+ colors.banner.foreground: "#C8B89A"
colors.banner.iconForeground: "#D4A048"
colors.extensionButton.prominentBackground: "#D4A048"
colors.extensionButton.prominentForeground: "#0C0A09"
colors.extensionButton.prominentHoverBackground: "#E8B850"
colors.extensionButton.separator: "#0C0A0940"
- colors.extensionBadge.remoteBackground: "#D4A048"
+ colors.extensionBadge.remoteBackground: "#A87C34"
colors.extensionBadge.remoteForeground: "#0C0A09"
colors.extensionIcon.starForeground: "#E8B850"
colors.extensionIcon.verifiedForeground: "#9A8B60"
@@ -551,22 +552,22 @@ tokens:
colors.pickerGroup.border: "#352D25"
colors.pickerGroup.foreground: "#D4A048"
colors.quickInput.background: "#151311"
- colors.quickInput.foreground: "#C4B8A4"
+ colors.quickInput.foreground: "#C8B89A"
colors.quickInputList.focusBackground: "#28221C"
- colors.quickInputList.focusForeground: "#E8DCD0"
- colors.quickInputList.focusIconForeground: "#E8DCD0"
+ colors.quickInputList.focusForeground: "#EDDCC4"
+ colors.quickInputList.focusIconForeground: "#EDDCC4"
colors.quickInputTitle.background: "#1E1915"
colors.keybindingLabel.background: "#28221C"
- colors.keybindingLabel.foreground: "#C4B8A4"
+ colors.keybindingLabel.foreground: "#C8B89A"
colors.keybindingLabel.border: "#352D25"
colors.keybindingLabel.bottomBorder: "#4A4035"
colors.keybindingTable.headerBackground: "#151311"
colors.keybindingTable.rowsBackground: "#0C0A09"
colors.terminal.background: "#0C0A09"
- colors.terminal.foreground: "#C4B8A4"
+ colors.terminal.foreground: "#C8B89A"
colors.terminal.border: "#1E1915"
colors.terminal.selectionBackground: "#D4A04835"
- colors.terminal.selectionForeground: "#E8DCD0"
+ colors.terminal.selectionForeground: "#EDDCC4"
colors.terminal.inactiveSelectionBackground: "#D4A04820"
colors.terminal.findMatchBackground: "#D4A04850"
colors.terminal.findMatchBorder: "#E8B850"
@@ -577,7 +578,7 @@ tokens:
colors.terminalCursor.foreground: "#D4A048"
colors.terminal.dropBackground: "#28221C80"
colors.terminal.tab.activeBorder: "#D4A048"
- colors.terminalCommandDecoration.defaultBackground: "#7A7268"
+ colors.terminalCommandDecoration.defaultBackground: "#7C7262"
colors.terminalCommandDecoration.successBackground: "#9A8B60"
colors.terminalCommandDecoration.errorBackground: "#D46A66"
colors.terminalOverviewRuler.cursorForeground: "#E8B850"
@@ -588,34 +589,34 @@ tokens:
colors.terminal.ansiRed: "#B85450"
colors.terminal.ansiGreen: "#9A8B60"
colors.terminal.ansiYellow: "#D4A048"
- colors.terminal.ansiBlue: "#8B8178"
+ colors.terminal.ansiBlue: "#9C948E"
colors.terminal.ansiMagenta: "#A87878"
- colors.terminal.ansiCyan: "#9A8B7A"
- colors.terminal.ansiWhite: "#C4B8A4"
- colors.terminal.ansiBrightBlack: "#5C544A"
+ colors.terminal.ansiCyan: "#C08868"
+ colors.terminal.ansiWhite: "#C8B89A"
+ colors.terminal.ansiBrightBlack: "#6E665B"
colors.terminal.ansiBrightRed: "#D46A66"
colors.terminal.ansiBrightGreen: "#C4B078"
colors.terminal.ansiBrightYellow: "#E8B850"
- colors.terminal.ansiBrightBlue: "#A89A8C"
+ colors.terminal.ansiBrightBlue: "#B2AAA3"
colors.terminal.ansiBrightMagenta: "#C89088"
- colors.terminal.ansiBrightCyan: "#B8A898"
- colors.terminal.ansiBrightWhite: "#E8DCD0"
+ colors.terminal.ansiBrightCyan: "#CEA284"
+ colors.terminal.ansiBrightWhite: "#EDDCC4"
colors.debugToolBar.background: "#151311"
colors.debugToolBar.border: "#352D25"
colors.debugView.exceptionLabelBackground: "#D46A6640"
colors.debugView.exceptionLabelForeground: "#D46A66"
colors.debugView.stateLabelBackground: "#28221C"
- colors.debugView.stateLabelForeground: "#C4B8A4"
+ colors.debugView.stateLabelForeground: "#C8B89A"
colors.debugView.valueChangedHighlight: "#E8B85060"
colors.debugTokenExpression.name: "#C8906A"
colors.debugTokenExpression.value: "#9A8B60"
colors.debugTokenExpression.string: "#9A8B60"
- colors.debugTokenExpression.boolean: "#E0A850"
- colors.debugTokenExpression.number: "#E0A850"
+ colors.debugTokenExpression.boolean: "#DEA64E"
+ colors.debugTokenExpression.number: "#DEA64E"
colors.debugTokenExpression.error: "#D46A66"
colors.debugIcon.breakpointForeground: "#D46A66"
- colors.debugIcon.breakpointDisabledForeground: "#5C544A"
- colors.debugIcon.breakpointUnverifiedForeground: "#7A7268"
+ colors.debugIcon.breakpointDisabledForeground: "#5E5446"
+ colors.debugIcon.breakpointUnverifiedForeground: "#7C7262"
colors.debugIcon.breakpointCurrentStackframeForeground: "#E8B850"
colors.debugIcon.breakpointStackframeForeground: "#D4A048"
colors.debugIcon.startForeground: "#9A8B60"
@@ -631,14 +632,14 @@ tokens:
colors.debugConsole.infoForeground: "#B89860"
colors.debugConsole.warningForeground: "#D4A048"
colors.debugConsole.errorForeground: "#D46A66"
- colors.debugConsole.sourceForeground: "#9A9080"
+ colors.debugConsole.sourceForeground: "#9D9078"
colors.debugConsoleInputIcon.foreground: "#D4A048"
colors.testing.iconFailed: "#D46A66"
colors.testing.iconErrored: "#D46A66"
colors.testing.iconPassed: "#9A8B60"
colors.testing.iconQueued: "#D4A048"
- colors.testing.iconUnset: "#7A7268"
- colors.testing.iconSkipped: "#7A7268"
+ colors.testing.iconUnset: "#7C7262"
+ colors.testing.iconSkipped: "#7C7262"
colors.testing.runAction: "#9A8B60"
colors.testing.peekBorder: "#D46A66"
colors.testing.peekHeaderBackground: "#D46A6620"
@@ -653,34 +654,34 @@ tokens:
colors.welcomePage.progress.foreground: "#D4A048"
colors.welcomePage.progress.background: "#28221C"
colors.walkThrough.embeddedEditorBackground: "#0C0A09"
- colors.walkthrough.stepTitle.foreground: "#E8DCD0"
- colors.settings.headerForeground: "#E8DCD0"
+ colors.walkthrough.stepTitle.foreground: "#EDDCC4"
+ colors.settings.headerForeground: "#EDDCC4"
colors.settings.modifiedItemIndicator: "#D4A048"
colors.settings.dropdownBackground: "#151311"
- colors.settings.dropdownForeground: "#C4B8A4"
+ colors.settings.dropdownForeground: "#C8B89A"
colors.settings.dropdownBorder: "#352D25"
colors.settings.dropdownListBorder: "#352D25"
colors.settings.checkboxBackground: "#151311"
- colors.settings.checkboxForeground: "#C4B8A4"
+ colors.settings.checkboxForeground: "#C8B89A"
colors.settings.checkboxBorder: "#352D25"
colors.settings.textInputBackground: "#0C0A09"
- colors.settings.textInputForeground: "#C4B8A4"
+ colors.settings.textInputForeground: "#C8B89A"
colors.settings.textInputBorder: "#352D25"
colors.settings.numberInputBackground: "#0C0A09"
- colors.settings.numberInputForeground: "#C4B8A4"
+ colors.settings.numberInputForeground: "#C8B89A"
colors.settings.numberInputBorder: "#352D25"
colors.settings.rowHoverBackground: "#1E191540"
colors.settings.focusedRowBackground: "#1E191560"
colors.settings.focusedRowBorder: "#352D2580"
colors.settings.sashBorder: "#352D25"
- colors.settings.settingsHeaderHoverForeground: "#E8DCD0"
- colors.breadcrumb.foreground: "#7A7268"
+ colors.settings.settingsHeaderHoverForeground: "#EDDCC4"
+ colors.breadcrumb.foreground: "#7C7262"
colors.breadcrumb.background: "#0C0A09"
- colors.breadcrumb.focusForeground: "#C4B8A4"
- colors.breadcrumb.activeSelectionForeground: "#E8DCD0"
+ colors.breadcrumb.focusForeground: "#C8B89A"
+ colors.breadcrumb.activeSelectionForeground: "#EDDCC4"
colors.breadcrumbPicker.background: "#151311"
- colors.symbolIcon.arrayForeground: "#C4B8A4"
- colors.symbolIcon.booleanForeground: "#E0A850"
+ colors.symbolIcon.arrayForeground: "#C8B89A"
+ colors.symbolIcon.booleanForeground: "#DEA64E"
colors.symbolIcon.classForeground: "#B89860"
colors.symbolIcon.colorForeground: "#C89068"
colors.symbolIcon.constantForeground: "#D4A878"
@@ -688,8 +689,8 @@ tokens:
colors.symbolIcon.enumeratorForeground: "#B89860"
colors.symbolIcon.enumeratorMemberForeground: "#D4A878"
colors.symbolIcon.eventForeground: "#C89068"
- colors.symbolIcon.fieldForeground: "#C4B8A4"
- colors.symbolIcon.fileForeground: "#9A9080"
+ colors.symbolIcon.fieldForeground: "#C8B89A"
+ colors.symbolIcon.fileForeground: "#9D9078"
colors.symbolIcon.folderForeground: "#B89860"
colors.symbolIcon.functionForeground: "#C8906A"
colors.symbolIcon.interfaceForeground: "#B89860"
@@ -698,22 +699,22 @@ tokens:
colors.symbolIcon.methodForeground: "#C8906A"
colors.symbolIcon.moduleForeground: "#B89860"
colors.symbolIcon.namespaceForeground: "#B89860"
- colors.symbolIcon.nullForeground: "#E0A850"
- colors.symbolIcon.numberForeground: "#E0A850"
+ colors.symbolIcon.nullForeground: "#DEA64E"
+ colors.symbolIcon.numberForeground: "#DEA64E"
colors.symbolIcon.objectForeground: "#B89860"
- colors.symbolIcon.operatorForeground: "#D4C8B8"
+ colors.symbolIcon.operatorForeground: "#D8C8A8"
colors.symbolIcon.packageForeground: "#B89860"
- colors.symbolIcon.propertyForeground: "#C4B8A4"
- colors.symbolIcon.referenceForeground: "#C4B8A4"
+ colors.symbolIcon.propertyForeground: "#C8B89A"
+ colors.symbolIcon.referenceForeground: "#C8B89A"
colors.symbolIcon.snippetForeground: "#9A8B60"
colors.symbolIcon.stringForeground: "#9A8B60"
colors.symbolIcon.structForeground: "#B89860"
- colors.symbolIcon.textForeground: "#C4B8A4"
+ colors.symbolIcon.textForeground: "#C8B89A"
colors.symbolIcon.typeParameterForeground: "#B89860"
- colors.symbolIcon.unitForeground: "#E0A850"
- colors.symbolIcon.variableForeground: "#C4B8A4"
- colors.charts.foreground: "#C4B8A4"
- colors.charts.lines: "#7A7268"
+ colors.symbolIcon.unitForeground: "#DEA64E"
+ colors.symbolIcon.variableForeground: "#C8B89A"
+ colors.charts.foreground: "#C8B89A"
+ colors.charts.lines: "#7C7262"
colors.charts.red: "#D46A66"
colors.charts.blue: "#B89860"
colors.charts.yellow: "#E8B850"
@@ -727,13 +728,13 @@ tokens:
colors.gitDecoration.stageModifiedResourceForeground: "#E8B850"
colors.gitDecoration.stageDeletedResourceForeground: "#D46A66"
colors.gitDecoration.untrackedResourceForeground: "#B89860"
- colors.gitDecoration.ignoredResourceForeground: "#5C544A"
+ colors.gitDecoration.ignoredResourceForeground: "#5E5446"
colors.gitDecoration.conflictingResourceForeground: "#D46A66"
- colors.gitDecoration.submoduleResourceForeground: "#9A8B7A"
+ colors.gitDecoration.submoduleResourceForeground: "#C08868"
colors.scm.historyItemAdditionsForeground: "#9A8B60"
colors.scm.historyItemDeletionsForeground: "#B85450"
colors.scm.historyItemStatisticsBorder: "#352D25"
- colors.scm.historyItemSelectedStatisticsBorder: "#5C544A"
+ colors.scm.historyItemSelectedStatisticsBorder: "#5E5446"
colors.notebook.editorBackground: "#0C0A09"
colors.notebook.cellBorderColor: "#28221C"
colors.notebook.cellHoverBackground: "#1E191530"
@@ -755,9 +756,9 @@ tokens:
colors.notebookScrollbarSlider.hoverBackground: "#4A403590"
colors.notebookScrollbarSlider.activeBackground: "#5A4D40A0"
colors.notebookEditorOverviewRuler.runningCellForeground: "#D4A048"
- colors.gitlens.trailingLineForegroundColor: "#5C544A"
+ colors.gitlens.trailingLineForegroundColor: "#5E5446"
colors.gitlens.gutterBackgroundColor: "#0C0A09"
- colors.gitlens.gutterForegroundColor: "#5C544A"
+ colors.gitlens.gutterForegroundColor: "#5E5446"
colors.gitlens.gutterUncommittedForegroundColor: "#9A8B60"
colors.gitlens.lineHighlightBackgroundColor: "#D4A04815"
colors.gitlens.lineHighlightOverviewRulerColor: "#D4A04880"
diff --git a/themes/alone-color-theme.json b/themes/alone-color-theme.json
index 01a57fc..8f09f9a 100644
--- a/themes/alone-color-theme.json
+++ b/themes/alone-color-theme.json
@@ -4,19 +4,19 @@
"type": "dark",
"semanticHighlighting": true,
"semanticTokenColors": {
- "variable": "#C4B8A4",
- "variable.readonly": "#C4B8A4",
- "variable.declaration": "#C4B8A4",
+ "variable": "#C8B89A",
+ "variable.readonly": "#C8B89A",
+ "variable.declaration": "#C8B89A",
"variable.defaultLibrary": {
- "foreground": "#B89860",
+ "foreground": "#B08C50",
"italic": true
},
- "parameter": "#BCA890",
- "property": "#C4B8A4",
- "property.readonly": "#C4B8A4",
- "property.declaration": "#C4B8A4",
+ "parameter": "#B8AA9C",
+ "property": "#C8B89A",
+ "property.readonly": "#C8B89A",
+ "property.declaration": "#C8B89A",
"property.defaultLibrary": {
- "foreground": "#B89860",
+ "foreground": "#B08C50",
"italic": true
},
"function": "#C08868",
@@ -74,25 +74,25 @@
"bold": true
},
"comment": {
- "foreground": "#5C544A",
+ "foreground": "#6E665B",
"italic": true
},
"string": {
"foreground": "#9A8B60",
"italic": true
},
- "number": "#E0A850",
+ "number": "#DEA64E",
"regexp": {
"foreground": "#A87878",
"italic": true
},
- "operator": "#D4C8B8",
+ "operator": "#D8C8A8",
"*.deprecated": {
"strikethrough": true,
- "foreground": "#7A7268"
+ "foreground": "#7C7262"
},
"*.modification": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
},
"*.async": {
"italic": true
@@ -107,7 +107,7 @@
"string.comment"
],
"settings": {
- "foreground": "#5C544A",
+ "foreground": "#6E665B",
"fontStyle": "italic"
}
},
@@ -119,7 +119,7 @@
"comment.block.documentation punctuation"
],
"settings": {
- "foreground": "#6B635A",
+ "foreground": "#787062",
"fontStyle": "italic"
}
},
@@ -181,7 +181,7 @@
"constant.numeric.binary"
],
"settings": {
- "foreground": "#E0A850"
+ "foreground": "#DEA64E"
}
},
{
@@ -193,7 +193,7 @@
"constant.language.nan"
],
"settings": {
- "foreground": "#E0A850"
+ "foreground": "#DEA64E"
}
},
{
@@ -295,7 +295,7 @@
"keyword.operator.ternary"
],
"settings": {
- "foreground": "#D4C8B8",
+ "foreground": "#D8C8A8",
"fontStyle": ""
}
},
@@ -306,7 +306,7 @@
"keyword.operator.rest"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -316,7 +316,7 @@
"keyword.operator.arrow"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -338,7 +338,7 @@
"meta.parameter"
],
"settings": {
- "foreground": "#BCA890"
+ "foreground": "#B8AA9C"
}
},
{
@@ -369,7 +369,7 @@
"variable.other.readwrite"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -380,7 +380,7 @@
"meta.object-literal.key"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -392,7 +392,7 @@
"variable.language.special"
],
"settings": {
- "foreground": "#B89860",
+ "foreground": "#B08C50",
"fontStyle": "italic"
}
},
@@ -482,7 +482,7 @@
"meta.brace"
],
"settings": {
- "foreground": "#7A7268"
+ "foreground": "#7C7262"
}
},
{
@@ -498,7 +498,7 @@
"punctuation.section.arguments"
],
"settings": {
- "foreground": "#7A7268"
+ "foreground": "#7C7262"
}
},
{
@@ -560,7 +560,7 @@
"punctuation.section.embedded.end.jsx"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -569,7 +569,7 @@
"keyword.operator.spread.jsx"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -599,7 +599,7 @@
"meta.property-value.css"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -608,7 +608,7 @@
"keyword.other.unit.css"
],
"settings": {
- "foreground": "#E0A850"
+ "foreground": "#DEA64E"
}
},
{
@@ -640,7 +640,7 @@
"support.type.custom-property.css"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -713,7 +713,7 @@
"punctuation.definition.bold.markdown"
],
"settings": {
- "foreground": "#C4B8A4",
+ "foreground": "#C8B89A",
"fontStyle": "bold"
}
},
@@ -724,7 +724,7 @@
"punctuation.definition.italic.markdown"
],
"settings": {
- "foreground": "#C4B8A4",
+ "foreground": "#C8B89A",
"fontStyle": "italic"
}
},
@@ -756,7 +756,7 @@
"punctuation.definition.list.begin.markdown"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -766,7 +766,7 @@
"punctuation.definition.quote.begin.markdown"
],
"settings": {
- "foreground": "#6B635A",
+ "foreground": "#787062",
"fontStyle": "italic"
}
},
@@ -777,7 +777,7 @@
"string.quoted.docstring.single.python"
],
"settings": {
- "foreground": "#6B635A",
+ "foreground": "#787062",
"fontStyle": "italic"
}
},
@@ -868,7 +868,7 @@
"punctuation.definition.variable.shell"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -899,19 +899,19 @@
"invalid.deprecated"
],
"settings": {
- "foreground": "#7A7268",
+ "foreground": "#7C7262",
"fontStyle": "strikethrough"
}
}
],
"colors": {
- "foreground": "#C4B8A4",
- "disabledForeground": "#5C544A",
+ "foreground": "#C8B89A",
+ "disabledForeground": "#5E5446",
"focusBorder": "#D4A048",
"selection.background": "#D4A04840",
- "descriptionForeground": "#9A9080",
+ "descriptionForeground": "#9D9078",
"errorForeground": "#D46A66",
- "icon.foreground": "#9A9080",
+ "icon.foreground": "#9D9078",
"sash.hoverBorder": "#D4A048",
"textLink.foreground": "#D4A048",
"textLink.activeForeground": "#E8B850",
@@ -924,22 +924,22 @@
"button.foreground": "#0C0A09",
"button.hoverBackground": "#E8B850",
"button.secondaryBackground": "#28221C",
- "button.secondaryForeground": "#C4B8A4",
+ "button.secondaryForeground": "#C8B89A",
"button.secondaryHoverBackground": "#352D25",
"button.border": "#00000000",
"checkbox.background": "#151311",
- "checkbox.foreground": "#C4B8A4",
+ "checkbox.foreground": "#C8B89A",
"checkbox.border": "#352D25",
"checkbox.selectBackground": "#D4A048",
"checkbox.selectBorder": "#D4A048",
"dropdown.background": "#151311",
- "dropdown.foreground": "#C4B8A4",
+ "dropdown.foreground": "#C8B89A",
"dropdown.border": "#352D25",
"dropdown.listBackground": "#151311",
"input.background": "#0C0A09",
- "input.foreground": "#C4B8A4",
+ "input.foreground": "#C8B89A",
"input.border": "#352D25",
- "input.placeholderForeground": "#5C544A",
+ "input.placeholderForeground": "#5E5446",
"inputOption.activeBackground": "#D4A04830",
"inputOption.activeBorder": "#D4A048",
"inputOption.activeForeground": "#E8B850",
@@ -957,21 +957,21 @@
"scrollbarSlider.background": "#352D2580",
"scrollbarSlider.hoverBackground": "#4A403590",
"scrollbarSlider.activeBackground": "#5A4D40A0",
- "badge.background": "#D4A048",
+ "badge.background": "#A87C34",
"badge.foreground": "#0C0A09",
"progressBar.background": "#D4A048",
"list.activeSelectionBackground": "#28221C",
- "list.activeSelectionForeground": "#E8DCD0",
- "list.activeSelectionIconForeground": "#E8DCD0",
+ "list.activeSelectionForeground": "#EDDCC4",
+ "list.activeSelectionIconForeground": "#EDDCC4",
"list.dropBackground": "#28221C80",
"list.focusBackground": "#28221C",
- "list.focusForeground": "#E8DCD0",
+ "list.focusForeground": "#EDDCC4",
"list.focusOutline": "#D4A04880",
"list.highlightForeground": "#E8B850",
"list.hoverBackground": "#1E1915",
- "list.hoverForeground": "#C4B8A4",
+ "list.hoverForeground": "#C8B89A",
"list.inactiveSelectionBackground": "#1E1915",
- "list.inactiveSelectionForeground": "#C4B8A4",
+ "list.inactiveSelectionForeground": "#C8B89A",
"list.inactiveFocusBackground": "#1E1915",
"list.inactiveFocusOutline": "#352D2580",
"list.invalidItemForeground": "#D46A66",
@@ -986,21 +986,21 @@
"tree.tableColumnsBorder": "#352D25",
"tree.tableOddRowsBackground": "#0A090880",
"activityBar.background": "#0A0908",
- "activityBar.foreground": "#C4B8A4",
- "activityBar.inactiveForeground": "#5C544A",
+ "activityBar.foreground": "#C8B89A",
+ "activityBar.inactiveForeground": "#5E5446",
"activityBar.border": "#1E1915",
"activityBar.activeBorder": "#D4A048",
"activityBar.activeBackground": "#1E191510",
"activityBar.activeFocusBorder": "#D4A048",
- "activityBarBadge.background": "#D4A048",
+ "activityBarBadge.background": "#A87C34",
"activityBarBadge.foreground": "#0C0A09",
"sideBar.background": "#0A0908",
- "sideBar.foreground": "#9A9080",
+ "sideBar.foreground": "#9D9078",
"sideBar.border": "#1E1915",
"sideBar.dropBackground": "#28221C80",
- "sideBarTitle.foreground": "#C4B8A4",
+ "sideBarTitle.foreground": "#C8B89A",
"sideBarSectionHeader.background": "#0A0908",
- "sideBarSectionHeader.foreground": "#C4B8A4",
+ "sideBarSectionHeader.foreground": "#C8B89A",
"sideBarSectionHeader.border": "#1E1915",
"minimap.background": "#0C0A09",
"minimap.foregroundOpacity": "#000000C0",
@@ -1023,41 +1023,41 @@
"editorGroupHeader.border": "#1E1915",
"editorGroup.emptyBackground": "#0A0908",
"editorGroup.focusedEmptyBorder": "#D4A048",
- "editorGroup.dropIntoPromptForeground": "#C4B8A4",
+ "editorGroup.dropIntoPromptForeground": "#C8B89A",
"editorGroup.dropIntoPromptBackground": "#151311",
"editorGroup.dropIntoPromptBorder": "#352D25",
"tab.activeBackground": "#0C0A09",
- "tab.activeForeground": "#E8DCD0",
+ "tab.activeForeground": "#EDDCC4",
"tab.activeBorder": "#0C0A09",
"tab.activeBorderTop": "#D4A048",
"tab.activeModifiedBorder": "#E8B850",
"tab.inactiveBackground": "#0A0908",
- "tab.inactiveForeground": "#7A7268",
+ "tab.inactiveForeground": "#7C7262",
"tab.inactiveModifiedBorder": "#D4A04880",
"tab.border": "#1E1915",
"tab.unfocusedActiveBackground": "#0C0A09",
- "tab.unfocusedActiveForeground": "#9A9080",
+ "tab.unfocusedActiveForeground": "#9D9078",
"tab.unfocusedActiveBorder": "#0C0A09",
"tab.unfocusedActiveBorderTop": "#D4A04880",
"tab.unfocusedActiveModifiedBorder": "#D4A04880",
"tab.unfocusedInactiveBackground": "#0A0908",
- "tab.unfocusedInactiveForeground": "#5C544A",
+ "tab.unfocusedInactiveForeground": "#5E5446",
"tab.unfocusedInactiveModifiedBorder": "#D4A04860",
"tab.hoverBackground": "#151311",
- "tab.hoverForeground": "#C4B8A4",
+ "tab.hoverForeground": "#C8B89A",
"tab.hoverBorder": "#00000000",
"tab.unfocusedHoverBackground": "#15131180",
- "tab.unfocusedHoverForeground": "#9A9080",
+ "tab.unfocusedHoverForeground": "#9D9078",
"tab.lastPinnedBorder": "#352D25",
"editor.background": "#0C0A09",
- "editor.foreground": "#C4B8A4",
- "editorLineNumber.foreground": "#4A4540",
- "editorLineNumber.activeForeground": "#9A9080",
+ "editor.foreground": "#C8B89A",
+ "editorLineNumber.foreground": "#56504A",
+ "editorLineNumber.activeForeground": "#9D9078",
"editorLineNumber.dimmedForeground": "#352D25",
"editorCursor.background": "#0C0A09",
"editorCursor.foreground": "#D4A048",
"editor.selectionBackground": "#D4A04835",
- "editor.selectionForeground": "#E8DCD0",
+ "editor.selectionForeground": "#EDDCC4",
"editor.inactiveSelectionBackground": "#D4A04820",
"editor.selectionHighlightBackground": "#D4A04820",
"editor.selectionHighlightBorder": "#D4A04840",
@@ -1098,14 +1098,14 @@
"editorIndentGuide.background6": "#28221C",
"editorIndentGuide.activeBackground6": "#4A4035",
"editorInlayHint.background": "#18151380",
- "editorInlayHint.foreground": "#7A7268",
- "editorInlayHint.typeForeground": "#7A7268",
+ "editorInlayHint.foreground": "#7C7262",
+ "editorInlayHint.typeForeground": "#7C7262",
"editorInlayHint.typeBackground": "#18151380",
- "editorInlayHint.parameterForeground": "#8A8278",
+ "editorInlayHint.parameterForeground": "#8D8271",
"editorInlayHint.parameterBackground": "#18151380",
"editorRuler.foreground": "#28221C",
"editor.linkedEditingBackground": "#D4A04820",
- "editorCodeLens.foreground": "#5C544A",
+ "editorCodeLens.foreground": "#6E665B",
"editorLightBulb.foreground": "#E8B850",
"editorLightBulbAutoFix.foreground": "#9A8B60",
"editorLightBulbAi.foreground": "#D4A048",
@@ -1155,21 +1155,21 @@
"editorInfo.foreground": "#B89860",
"editorInfo.border": "#00000000",
"editorInfo.background": "#B8986015",
- "editorHint.foreground": "#7A7268",
+ "editorHint.foreground": "#7C7262",
"editorHint.border": "#00000000",
"problemsErrorIcon.foreground": "#D46A66",
"problemsWarningIcon.foreground": "#D4A048",
"problemsInfoIcon.foreground": "#B89860",
"editorUnnecessaryCode.opacity": "#00000080",
- "editorUnnecessaryCode.border": "#5C544A80",
+ "editorUnnecessaryCode.border": "#5E544680",
"editorGutter.background": "#0C0A09",
"editorGutter.modifiedBackground": "#D4A048",
"editorGutter.addedBackground": "#9A8B60",
"editorGutter.deletedBackground": "#B85450",
- "editorGutter.commentRangeForeground": "#5C544A",
- "editorGutter.commentGlyphForeground": "#7A7268",
+ "editorGutter.commentRangeForeground": "#5E5446",
+ "editorGutter.commentGlyphForeground": "#7C7262",
"editorGutter.commentUnresolvedGlyphForeground": "#D4A048",
- "editorGutter.foldingControlForeground": "#7A7268",
+ "editorGutter.foldingControlForeground": "#7C7262",
"editorCommentsWidget.resolvedBorder": "#352D25",
"editorCommentsWidget.unresolvedBorder": "#D4A048",
"editorCommentsWidget.rangeBackground": "#28221C40",
@@ -1185,33 +1185,33 @@
"diffEditor.diagonalFill": "#28221C",
"diffEditor.border": "#1E1915",
"diffEditor.unchangedRegionBackground": "#151311",
- "diffEditor.unchangedRegionForeground": "#7A7268",
+ "diffEditor.unchangedRegionForeground": "#7C7262",
"diffEditor.unchangedCodeBackground": "#1E1915",
"diffEditorGutter.insertedLineBackground": "#9A8B6030",
"diffEditorGutter.removedLineBackground": "#B8545030",
"diffEditorOverview.insertedForeground": "#9A8B6080",
"diffEditorOverview.removedForeground": "#B8545080",
"editorWidget.background": "#151311",
- "editorWidget.foreground": "#C4B8A4",
+ "editorWidget.foreground": "#C8B89A",
"editorWidget.border": "#352D25",
"editorWidget.resizeBorder": "#D4A048",
"editorSuggestWidget.background": "#151311",
"editorSuggestWidget.border": "#352D25",
- "editorSuggestWidget.foreground": "#C4B8A4",
+ "editorSuggestWidget.foreground": "#C8B89A",
"editorSuggestWidget.focusHighlightForeground": "#E8B850",
"editorSuggestWidget.highlightForeground": "#E8B850",
"editorSuggestWidget.selectedBackground": "#28221C",
- "editorSuggestWidget.selectedForeground": "#E8DCD0",
- "editorSuggestWidget.selectedIconForeground": "#E8DCD0",
- "editorSuggestWidgetStatus.foreground": "#7A7268",
+ "editorSuggestWidget.selectedForeground": "#EDDCC4",
+ "editorSuggestWidget.selectedIconForeground": "#EDDCC4",
+ "editorSuggestWidgetStatus.foreground": "#7C7262",
"editorHoverWidget.background": "#151311",
"editorHoverWidget.border": "#352D25",
- "editorHoverWidget.foreground": "#C4B8A4",
+ "editorHoverWidget.foreground": "#C8B89A",
"editorHoverWidget.highlightForeground": "#E8B850",
"editorHoverWidget.statusBarBackground": "#1E1915",
- "editorGhostText.foreground": "#5C544A",
+ "editorGhostText.foreground": "#6B635A",
"editorGhostText.border": "#00000000",
- "editorGhostText.background": "#00000000",
+ "editorGhostText.background": "#1E191580",
"editorStickyScroll.background": "#0C0A09",
"editorStickyScrollHover.background": "#1E1915",
"debugExceptionWidget.background": "#2A1515",
@@ -1229,14 +1229,14 @@
"peekViewEditor.matchHighlightBackground": "#D4A04840",
"peekViewEditor.matchHighlightBorder": "#D4A04880",
"peekViewResult.background": "#151311",
- "peekViewResult.fileForeground": "#C4B8A4",
- "peekViewResult.lineForeground": "#9A9080",
+ "peekViewResult.fileForeground": "#C8B89A",
+ "peekViewResult.lineForeground": "#9D9078",
"peekViewResult.matchHighlightBackground": "#D4A04840",
"peekViewResult.selectionBackground": "#28221C",
- "peekViewResult.selectionForeground": "#E8DCD0",
+ "peekViewResult.selectionForeground": "#EDDCC4",
"peekViewTitle.background": "#1E1915",
- "peekViewTitleLabel.foreground": "#E8DCD0",
- "peekViewTitleDescription.foreground": "#9A9080",
+ "peekViewTitleLabel.foreground": "#EDDCC4",
+ "peekViewTitleDescription.foreground": "#9D9078",
"mergeEditor.change.background": "#D4A04815",
"mergeEditor.change.word.background": "#D4A04830",
"mergeEditor.conflict.handledUnfocused.border": "#9A8B6060",
@@ -1252,33 +1252,33 @@
"panel.border": "#1E1915",
"panel.dropBorder": "#D4A048",
"panelTitle.activeBorder": "#D4A048",
- "panelTitle.activeForeground": "#E8DCD0",
- "panelTitle.inactiveForeground": "#7A7268",
+ "panelTitle.activeForeground": "#EDDCC4",
+ "panelTitle.inactiveForeground": "#7C7262",
"panelInput.border": "#352D25",
"panelSection.border": "#1E1915",
"panelSection.dropBackground": "#28221C80",
"panelSectionHeader.background": "#151311",
- "panelSectionHeader.foreground": "#C4B8A4",
+ "panelSectionHeader.foreground": "#C8B89A",
"panelSectionHeader.border": "#1E1915",
"outputView.background": "#0A0908",
"outputViewStickyScroll.background": "#0A0908",
"imagePreview.border": "#1E1915",
"statusBar.background": "#0A0908",
- "statusBar.foreground": "#9A9080",
+ "statusBar.foreground": "#9D9078",
"statusBar.border": "#1E1915",
"statusBar.debuggingBackground": "#D46A66",
"statusBar.debuggingForeground": "#0C0A09",
"statusBar.debuggingBorder": "#D46A66",
"statusBar.noFolderBackground": "#151311",
- "statusBar.noFolderForeground": "#9A9080",
+ "statusBar.noFolderForeground": "#9D9078",
"statusBar.noFolderBorder": "#1E1915",
"statusBarItem.activeBackground": "#352D25",
"statusBarItem.hoverBackground": "#28221C",
- "statusBarItem.hoverForeground": "#C4B8A4",
+ "statusBarItem.hoverForeground": "#C8B89A",
"statusBarItem.prominentBackground": "#28221C",
- "statusBarItem.prominentForeground": "#E8DCD0",
+ "statusBarItem.prominentForeground": "#EDDCC4",
"statusBarItem.prominentHoverBackground": "#352D25",
- "statusBarItem.remoteBackground": "#D4A048",
+ "statusBarItem.remoteBackground": "#A87C34",
"statusBarItem.remoteForeground": "#0C0A09",
"statusBarItem.remoteHoverBackground": "#E8B850",
"statusBarItem.remoteHoverForeground": "#0C0A09",
@@ -1292,37 +1292,37 @@
"statusBarItem.warningHoverForeground": "#0C0A09",
"statusBarItem.compactHoverBackground": "#352D25",
"statusBarItem.focusBorder": "#D4A048",
- "statusBarItem.offlineBackground": "#5C544A",
- "statusBarItem.offlineForeground": "#C4B8A4",
+ "statusBarItem.offlineBackground": "#5E5446",
+ "statusBarItem.offlineForeground": "#C8B89A",
"titleBar.activeBackground": "#0A0908",
- "titleBar.activeForeground": "#C4B8A4",
+ "titleBar.activeForeground": "#C8B89A",
"titleBar.inactiveBackground": "#0A0908",
- "titleBar.inactiveForeground": "#5C544A",
+ "titleBar.inactiveForeground": "#5E5446",
"titleBar.border": "#1E1915",
- "menubar.selectionForeground": "#E8DCD0",
+ "menubar.selectionForeground": "#EDDCC4",
"menubar.selectionBackground": "#28221C",
"menubar.selectionBorder": "#00000000",
- "menu.foreground": "#C4B8A4",
+ "menu.foreground": "#C8B89A",
"menu.background": "#151311",
- "menu.selectionForeground": "#E8DCD0",
+ "menu.selectionForeground": "#EDDCC4",
"menu.selectionBackground": "#28221C",
"menu.selectionBorder": "#00000000",
"menu.separatorBackground": "#352D25",
"menu.border": "#352D25",
- "commandCenter.foreground": "#9A9080",
- "commandCenter.activeForeground": "#C4B8A4",
+ "commandCenter.foreground": "#9D9078",
+ "commandCenter.activeForeground": "#C8B89A",
"commandCenter.background": "#0A0908",
"commandCenter.activeBackground": "#1E1915",
"commandCenter.border": "#352D25",
- "commandCenter.inactiveForeground": "#5C544A",
+ "commandCenter.inactiveForeground": "#5E5446",
"commandCenter.inactiveBorder": "#28221C",
"commandCenter.activeBorder": "#D4A04880",
"commandCenter.debuggingBackground": "#D46A6630",
"notificationCenter.border": "#352D25",
- "notificationCenterHeader.foreground": "#C4B8A4",
+ "notificationCenterHeader.foreground": "#C8B89A",
"notificationCenterHeader.background": "#151311",
"notificationToast.border": "#352D25",
- "notifications.foreground": "#C4B8A4",
+ "notifications.foreground": "#C8B89A",
"notifications.background": "#151311",
"notifications.border": "#352D25",
"notificationLink.foreground": "#D4A048",
@@ -1330,13 +1330,13 @@
"notificationsWarningIcon.foreground": "#D4A048",
"notificationsInfoIcon.foreground": "#B89860",
"banner.background": "#28221C",
- "banner.foreground": "#C4B8A4",
+ "banner.foreground": "#C8B89A",
"banner.iconForeground": "#D4A048",
"extensionButton.prominentBackground": "#D4A048",
"extensionButton.prominentForeground": "#0C0A09",
"extensionButton.prominentHoverBackground": "#E8B850",
"extensionButton.separator": "#0C0A0940",
- "extensionBadge.remoteBackground": "#D4A048",
+ "extensionBadge.remoteBackground": "#A87C34",
"extensionBadge.remoteForeground": "#0C0A09",
"extensionIcon.starForeground": "#E8B850",
"extensionIcon.verifiedForeground": "#9A8B60",
@@ -1345,22 +1345,22 @@
"pickerGroup.border": "#352D25",
"pickerGroup.foreground": "#D4A048",
"quickInput.background": "#151311",
- "quickInput.foreground": "#C4B8A4",
+ "quickInput.foreground": "#C8B89A",
"quickInputList.focusBackground": "#28221C",
- "quickInputList.focusForeground": "#E8DCD0",
- "quickInputList.focusIconForeground": "#E8DCD0",
+ "quickInputList.focusForeground": "#EDDCC4",
+ "quickInputList.focusIconForeground": "#EDDCC4",
"quickInputTitle.background": "#1E1915",
"keybindingLabel.background": "#28221C",
- "keybindingLabel.foreground": "#C4B8A4",
+ "keybindingLabel.foreground": "#C8B89A",
"keybindingLabel.border": "#352D25",
"keybindingLabel.bottomBorder": "#4A4035",
"keybindingTable.headerBackground": "#151311",
"keybindingTable.rowsBackground": "#0C0A09",
"terminal.background": "#0C0A09",
- "terminal.foreground": "#C4B8A4",
+ "terminal.foreground": "#C8B89A",
"terminal.border": "#1E1915",
"terminal.selectionBackground": "#D4A04835",
- "terminal.selectionForeground": "#E8DCD0",
+ "terminal.selectionForeground": "#EDDCC4",
"terminal.inactiveSelectionBackground": "#D4A04820",
"terminal.findMatchBackground": "#D4A04850",
"terminal.findMatchBorder": "#E8B850",
@@ -1371,7 +1371,7 @@
"terminalCursor.foreground": "#D4A048",
"terminal.dropBackground": "#28221C80",
"terminal.tab.activeBorder": "#D4A048",
- "terminalCommandDecoration.defaultBackground": "#7A7268",
+ "terminalCommandDecoration.defaultBackground": "#7C7262",
"terminalCommandDecoration.successBackground": "#9A8B60",
"terminalCommandDecoration.errorBackground": "#D46A66",
"terminalOverviewRuler.cursorForeground": "#E8B850",
@@ -1382,34 +1382,34 @@
"terminal.ansiRed": "#B85450",
"terminal.ansiGreen": "#9A8B60",
"terminal.ansiYellow": "#D4A048",
- "terminal.ansiBlue": "#8B8178",
+ "terminal.ansiBlue": "#9C948E",
"terminal.ansiMagenta": "#A87878",
- "terminal.ansiCyan": "#9A8B7A",
- "terminal.ansiWhite": "#C4B8A4",
- "terminal.ansiBrightBlack": "#5C544A",
+ "terminal.ansiCyan": "#C08868",
+ "terminal.ansiWhite": "#C8B89A",
+ "terminal.ansiBrightBlack": "#6E665B",
"terminal.ansiBrightRed": "#D46A66",
"terminal.ansiBrightGreen": "#C4B078",
"terminal.ansiBrightYellow": "#E8B850",
- "terminal.ansiBrightBlue": "#A89A8C",
+ "terminal.ansiBrightBlue": "#B2AAA3",
"terminal.ansiBrightMagenta": "#C89088",
- "terminal.ansiBrightCyan": "#B8A898",
- "terminal.ansiBrightWhite": "#E8DCD0",
+ "terminal.ansiBrightCyan": "#CEA284",
+ "terminal.ansiBrightWhite": "#EDDCC4",
"debugToolBar.background": "#151311",
"debugToolBar.border": "#352D25",
"debugView.exceptionLabelBackground": "#D46A6640",
"debugView.exceptionLabelForeground": "#D46A66",
"debugView.stateLabelBackground": "#28221C",
- "debugView.stateLabelForeground": "#C4B8A4",
+ "debugView.stateLabelForeground": "#C8B89A",
"debugView.valueChangedHighlight": "#E8B85060",
"debugTokenExpression.name": "#C8906A",
"debugTokenExpression.value": "#9A8B60",
"debugTokenExpression.string": "#9A8B60",
- "debugTokenExpression.boolean": "#E0A850",
- "debugTokenExpression.number": "#E0A850",
+ "debugTokenExpression.boolean": "#DEA64E",
+ "debugTokenExpression.number": "#DEA64E",
"debugTokenExpression.error": "#D46A66",
"debugIcon.breakpointForeground": "#D46A66",
- "debugIcon.breakpointDisabledForeground": "#5C544A",
- "debugIcon.breakpointUnverifiedForeground": "#7A7268",
+ "debugIcon.breakpointDisabledForeground": "#5E5446",
+ "debugIcon.breakpointUnverifiedForeground": "#7C7262",
"debugIcon.breakpointCurrentStackframeForeground": "#E8B850",
"debugIcon.breakpointStackframeForeground": "#D4A048",
"debugIcon.startForeground": "#9A8B60",
@@ -1425,14 +1425,14 @@
"debugConsole.infoForeground": "#B89860",
"debugConsole.warningForeground": "#D4A048",
"debugConsole.errorForeground": "#D46A66",
- "debugConsole.sourceForeground": "#9A9080",
+ "debugConsole.sourceForeground": "#9D9078",
"debugConsoleInputIcon.foreground": "#D4A048",
"testing.iconFailed": "#D46A66",
"testing.iconErrored": "#D46A66",
"testing.iconPassed": "#9A8B60",
"testing.iconQueued": "#D4A048",
- "testing.iconUnset": "#7A7268",
- "testing.iconSkipped": "#7A7268",
+ "testing.iconUnset": "#7C7262",
+ "testing.iconSkipped": "#7C7262",
"testing.runAction": "#9A8B60",
"testing.peekBorder": "#D46A66",
"testing.peekHeaderBackground": "#D46A6620",
@@ -1447,34 +1447,34 @@
"welcomePage.progress.foreground": "#D4A048",
"welcomePage.progress.background": "#28221C",
"walkThrough.embeddedEditorBackground": "#0C0A09",
- "walkthrough.stepTitle.foreground": "#E8DCD0",
- "settings.headerForeground": "#E8DCD0",
+ "walkthrough.stepTitle.foreground": "#EDDCC4",
+ "settings.headerForeground": "#EDDCC4",
"settings.modifiedItemIndicator": "#D4A048",
"settings.dropdownBackground": "#151311",
- "settings.dropdownForeground": "#C4B8A4",
+ "settings.dropdownForeground": "#C8B89A",
"settings.dropdownBorder": "#352D25",
"settings.dropdownListBorder": "#352D25",
"settings.checkboxBackground": "#151311",
- "settings.checkboxForeground": "#C4B8A4",
+ "settings.checkboxForeground": "#C8B89A",
"settings.checkboxBorder": "#352D25",
"settings.textInputBackground": "#0C0A09",
- "settings.textInputForeground": "#C4B8A4",
+ "settings.textInputForeground": "#C8B89A",
"settings.textInputBorder": "#352D25",
"settings.numberInputBackground": "#0C0A09",
- "settings.numberInputForeground": "#C4B8A4",
+ "settings.numberInputForeground": "#C8B89A",
"settings.numberInputBorder": "#352D25",
"settings.rowHoverBackground": "#1E191540",
"settings.focusedRowBackground": "#1E191560",
"settings.focusedRowBorder": "#352D2580",
"settings.sashBorder": "#352D25",
- "settings.settingsHeaderHoverForeground": "#E8DCD0",
- "breadcrumb.foreground": "#7A7268",
+ "settings.settingsHeaderHoverForeground": "#EDDCC4",
+ "breadcrumb.foreground": "#7C7262",
"breadcrumb.background": "#0C0A09",
- "breadcrumb.focusForeground": "#C4B8A4",
- "breadcrumb.activeSelectionForeground": "#E8DCD0",
+ "breadcrumb.focusForeground": "#C8B89A",
+ "breadcrumb.activeSelectionForeground": "#EDDCC4",
"breadcrumbPicker.background": "#151311",
- "symbolIcon.arrayForeground": "#C4B8A4",
- "symbolIcon.booleanForeground": "#E0A850",
+ "symbolIcon.arrayForeground": "#C8B89A",
+ "symbolIcon.booleanForeground": "#DEA64E",
"symbolIcon.classForeground": "#B89860",
"symbolIcon.colorForeground": "#C89068",
"symbolIcon.constantForeground": "#D4A878",
@@ -1482,8 +1482,8 @@
"symbolIcon.enumeratorForeground": "#B89860",
"symbolIcon.enumeratorMemberForeground": "#D4A878",
"symbolIcon.eventForeground": "#C89068",
- "symbolIcon.fieldForeground": "#C4B8A4",
- "symbolIcon.fileForeground": "#9A9080",
+ "symbolIcon.fieldForeground": "#C8B89A",
+ "symbolIcon.fileForeground": "#9D9078",
"symbolIcon.folderForeground": "#B89860",
"symbolIcon.functionForeground": "#C8906A",
"symbolIcon.interfaceForeground": "#B89860",
@@ -1492,22 +1492,22 @@
"symbolIcon.methodForeground": "#C8906A",
"symbolIcon.moduleForeground": "#B89860",
"symbolIcon.namespaceForeground": "#B89860",
- "symbolIcon.nullForeground": "#E0A850",
- "symbolIcon.numberForeground": "#E0A850",
+ "symbolIcon.nullForeground": "#DEA64E",
+ "symbolIcon.numberForeground": "#DEA64E",
"symbolIcon.objectForeground": "#B89860",
- "symbolIcon.operatorForeground": "#D4C8B8",
+ "symbolIcon.operatorForeground": "#D8C8A8",
"symbolIcon.packageForeground": "#B89860",
- "symbolIcon.propertyForeground": "#C4B8A4",
- "symbolIcon.referenceForeground": "#C4B8A4",
+ "symbolIcon.propertyForeground": "#C8B89A",
+ "symbolIcon.referenceForeground": "#C8B89A",
"symbolIcon.snippetForeground": "#9A8B60",
"symbolIcon.stringForeground": "#9A8B60",
"symbolIcon.structForeground": "#B89860",
- "symbolIcon.textForeground": "#C4B8A4",
+ "symbolIcon.textForeground": "#C8B89A",
"symbolIcon.typeParameterForeground": "#B89860",
- "symbolIcon.unitForeground": "#E0A850",
- "symbolIcon.variableForeground": "#C4B8A4",
- "charts.foreground": "#C4B8A4",
- "charts.lines": "#7A7268",
+ "symbolIcon.unitForeground": "#DEA64E",
+ "symbolIcon.variableForeground": "#C8B89A",
+ "charts.foreground": "#C8B89A",
+ "charts.lines": "#7C7262",
"charts.red": "#D46A66",
"charts.blue": "#B89860",
"charts.yellow": "#E8B850",
@@ -1521,13 +1521,13 @@
"gitDecoration.stageModifiedResourceForeground": "#E8B850",
"gitDecoration.stageDeletedResourceForeground": "#D46A66",
"gitDecoration.untrackedResourceForeground": "#B89860",
- "gitDecoration.ignoredResourceForeground": "#5C544A",
+ "gitDecoration.ignoredResourceForeground": "#5E5446",
"gitDecoration.conflictingResourceForeground": "#D46A66",
- "gitDecoration.submoduleResourceForeground": "#9A8B7A",
+ "gitDecoration.submoduleResourceForeground": "#C08868",
"scm.historyItemAdditionsForeground": "#9A8B60",
"scm.historyItemDeletionsForeground": "#B85450",
"scm.historyItemStatisticsBorder": "#352D25",
- "scm.historyItemSelectedStatisticsBorder": "#5C544A",
+ "scm.historyItemSelectedStatisticsBorder": "#5E5446",
"notebook.editorBackground": "#0C0A09",
"notebook.cellBorderColor": "#28221C",
"notebook.cellHoverBackground": "#1E191530",
@@ -1549,9 +1549,9 @@
"notebookScrollbarSlider.hoverBackground": "#4A403590",
"notebookScrollbarSlider.activeBackground": "#5A4D40A0",
"notebookEditorOverviewRuler.runningCellForeground": "#D4A048",
- "gitlens.trailingLineForegroundColor": "#5C544A",
+ "gitlens.trailingLineForegroundColor": "#5E5446",
"gitlens.gutterBackgroundColor": "#0C0A09",
- "gitlens.gutterForegroundColor": "#5C544A",
+ "gitlens.gutterForegroundColor": "#5E5446",
"gitlens.gutterUncommittedForegroundColor": "#9A8B60",
"gitlens.lineHighlightBackgroundColor": "#D4A04815",
"gitlens.lineHighlightOverviewRulerColor": "#D4A04880",
diff --git a/themes/alone-focused-color-theme.json b/themes/alone-focused-color-theme.json
index 992bac8..0d2ea63 100644
--- a/themes/alone-focused-color-theme.json
+++ b/themes/alone-focused-color-theme.json
@@ -4,19 +4,19 @@
"type": "dark",
"semanticHighlighting": true,
"semanticTokenColors": {
- "variable": "#C4B8A4",
- "variable.readonly": "#C4B8A4",
- "variable.declaration": "#C4B8A4",
+ "variable": "#C8B89A",
+ "variable.readonly": "#C8B89A",
+ "variable.declaration": "#C8B89A",
"variable.defaultLibrary": {
- "foreground": "#B89860",
+ "foreground": "#B08C50",
"italic": true
},
- "parameter": "#BCA890",
- "property": "#C4B8A4",
- "property.readonly": "#C4B8A4",
- "property.declaration": "#C4B8A4",
+ "parameter": "#B8AA9C",
+ "property": "#C8B89A",
+ "property.readonly": "#C8B89A",
+ "property.declaration": "#C8B89A",
"property.defaultLibrary": {
- "foreground": "#B89860",
+ "foreground": "#B08C50",
"italic": true
},
"function": "#C08868",
@@ -74,25 +74,25 @@
"bold": true
},
"comment": {
- "foreground": "#5C544A",
+ "foreground": "#6E665B",
"italic": true
},
"string": {
"foreground": "#9A8B60",
"italic": true
},
- "number": "#E0A850",
+ "number": "#DEA64E",
"regexp": {
"foreground": "#A87878",
"italic": true
},
- "operator": "#D4C8B8",
+ "operator": "#D8C8A8",
"*.deprecated": {
"strikethrough": true,
- "foreground": "#7A7268"
+ "foreground": "#7C7262"
},
"*.modification": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
},
"*.async": {
"italic": true
@@ -107,7 +107,7 @@
"string.comment"
],
"settings": {
- "foreground": "#5C544A",
+ "foreground": "#6E665B",
"fontStyle": "italic"
}
},
@@ -119,7 +119,7 @@
"comment.block.documentation punctuation"
],
"settings": {
- "foreground": "#6B635A",
+ "foreground": "#787062",
"fontStyle": "italic"
}
},
@@ -181,7 +181,7 @@
"constant.numeric.binary"
],
"settings": {
- "foreground": "#E0A850"
+ "foreground": "#DEA64E"
}
},
{
@@ -193,7 +193,7 @@
"constant.language.nan"
],
"settings": {
- "foreground": "#E0A850"
+ "foreground": "#DEA64E"
}
},
{
@@ -295,7 +295,7 @@
"keyword.operator.ternary"
],
"settings": {
- "foreground": "#D4C8B8",
+ "foreground": "#D8C8A8",
"fontStyle": ""
}
},
@@ -306,7 +306,7 @@
"keyword.operator.rest"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -316,7 +316,7 @@
"keyword.operator.arrow"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -338,7 +338,7 @@
"meta.parameter"
],
"settings": {
- "foreground": "#BCA890"
+ "foreground": "#B8AA9C"
}
},
{
@@ -369,7 +369,7 @@
"variable.other.readwrite"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -380,7 +380,7 @@
"meta.object-literal.key"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -392,7 +392,7 @@
"variable.language.special"
],
"settings": {
- "foreground": "#B89860",
+ "foreground": "#B08C50",
"fontStyle": "italic"
}
},
@@ -482,7 +482,7 @@
"meta.brace"
],
"settings": {
- "foreground": "#7A7268"
+ "foreground": "#7C7262"
}
},
{
@@ -498,7 +498,7 @@
"punctuation.section.arguments"
],
"settings": {
- "foreground": "#7A7268"
+ "foreground": "#7C7262"
}
},
{
@@ -560,7 +560,7 @@
"punctuation.section.embedded.end.jsx"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -569,7 +569,7 @@
"keyword.operator.spread.jsx"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -599,7 +599,7 @@
"meta.property-value.css"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -608,7 +608,7 @@
"keyword.other.unit.css"
],
"settings": {
- "foreground": "#E0A850"
+ "foreground": "#DEA64E"
}
},
{
@@ -640,7 +640,7 @@
"support.type.custom-property.css"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -713,7 +713,7 @@
"punctuation.definition.bold.markdown"
],
"settings": {
- "foreground": "#C4B8A4",
+ "foreground": "#C8B89A",
"fontStyle": "bold"
}
},
@@ -724,7 +724,7 @@
"punctuation.definition.italic.markdown"
],
"settings": {
- "foreground": "#C4B8A4",
+ "foreground": "#C8B89A",
"fontStyle": "italic"
}
},
@@ -756,7 +756,7 @@
"punctuation.definition.list.begin.markdown"
],
"settings": {
- "foreground": "#D4C8B8"
+ "foreground": "#D8C8A8"
}
},
{
@@ -766,7 +766,7 @@
"punctuation.definition.quote.begin.markdown"
],
"settings": {
- "foreground": "#6B635A",
+ "foreground": "#787062",
"fontStyle": "italic"
}
},
@@ -777,7 +777,7 @@
"string.quoted.docstring.single.python"
],
"settings": {
- "foreground": "#6B635A",
+ "foreground": "#787062",
"fontStyle": "italic"
}
},
@@ -868,7 +868,7 @@
"punctuation.definition.variable.shell"
],
"settings": {
- "foreground": "#C4B8A4"
+ "foreground": "#C8B89A"
}
},
{
@@ -899,19 +899,19 @@
"invalid.deprecated"
],
"settings": {
- "foreground": "#7A7268",
+ "foreground": "#7C7262",
"fontStyle": "strikethrough"
}
}
],
"colors": {
- "foreground": "#C4B8A4",
- "disabledForeground": "#5C544A",
+ "foreground": "#C8B89A",
+ "disabledForeground": "#5E5446",
"focusBorder": "#D4A04880",
"selection.background": "#D4A04840",
- "descriptionForeground": "#7A7268",
+ "descriptionForeground": "#7C7262",
"errorForeground": "#D46A66",
- "icon.foreground": "#7A7268",
+ "icon.foreground": "#7C7262",
"sash.hoverBorder": "#D4A04880",
"textLink.foreground": "#D4A048",
"textLink.activeForeground": "#E8B850",
@@ -924,22 +924,22 @@
"button.foreground": "#0C0A09",
"button.hoverBackground": "#E8B850",
"button.secondaryBackground": "#1E1915",
- "button.secondaryForeground": "#9A9080",
+ "button.secondaryForeground": "#9D9078",
"button.secondaryHoverBackground": "#28221C",
"button.border": "#00000000",
"checkbox.background": "#0C0A09",
- "checkbox.foreground": "#9A9080",
+ "checkbox.foreground": "#9D9078",
"checkbox.border": "#1E1915",
"checkbox.selectBackground": "#D4A048",
"checkbox.selectBorder": "#D4A048",
"dropdown.background": "#0C0A09",
- "dropdown.foreground": "#9A9080",
+ "dropdown.foreground": "#9D9078",
"dropdown.border": "#1E1915",
"dropdown.listBackground": "#0C0A09",
"input.background": "#0C0A09",
- "input.foreground": "#C4B8A4",
+ "input.foreground": "#C8B89A",
"input.border": "#1E1915",
- "input.placeholderForeground": "#5C544A",
+ "input.placeholderForeground": "#5E5446",
"inputOption.activeBackground": "#D4A04820",
"inputOption.activeBorder": "#D4A04880",
"inputOption.activeForeground": "#E8B850",
@@ -958,20 +958,20 @@
"scrollbarSlider.hoverBackground": "#352D2570",
"scrollbarSlider.activeBackground": "#4A403590",
"badge.background": "#28221C80",
- "badge.foreground": "#7A7268",
+ "badge.foreground": "#7C7262",
"progressBar.background": "#D4A04880",
"list.activeSelectionBackground": "#1E191580",
- "list.activeSelectionForeground": "#C4B8A4",
- "list.activeSelectionIconForeground": "#C4B8A4",
+ "list.activeSelectionForeground": "#C8B89A",
+ "list.activeSelectionIconForeground": "#C8B89A",
"list.dropBackground": "#1E191560",
"list.focusBackground": "#1E191580",
- "list.focusForeground": "#C4B8A4",
+ "list.focusForeground": "#C8B89A",
"list.focusOutline": "#00000000",
"list.highlightForeground": "#D4A048",
"list.hoverBackground": "#1E191540",
- "list.hoverForeground": "#9A9080",
+ "list.hoverForeground": "#9D9078",
"list.inactiveSelectionBackground": "#1E191560",
- "list.inactiveSelectionForeground": "#9A9080",
+ "list.inactiveSelectionForeground": "#9D9078",
"list.inactiveFocusBackground": "#1E191540",
"list.inactiveFocusOutline": "#00000000",
"list.invalidItemForeground": "#D46A66",
@@ -986,21 +986,21 @@
"tree.tableColumnsBorder": "#1E1915",
"tree.tableOddRowsBackground": "#0A090850",
"activityBar.background": "#0A0908",
- "activityBar.foreground": "#5C544A",
+ "activityBar.foreground": "#5E5446",
"activityBar.inactiveForeground": "#3A3530",
"activityBar.border": "#0A0908",
- "activityBar.activeBorder": "#5C544A80",
+ "activityBar.activeBorder": "#5E544680",
"activityBar.activeBackground": "#0A0908",
- "activityBar.activeFocusBorder": "#5C544A80",
+ "activityBar.activeFocusBorder": "#5E544680",
"activityBarBadge.background": "#28221C60",
- "activityBarBadge.foreground": "#5C544A",
+ "activityBarBadge.foreground": "#5E5446",
"sideBar.background": "#0A0908",
- "sideBar.foreground": "#7A7268",
+ "sideBar.foreground": "#7C7262",
"sideBar.border": "#0A0908",
"sideBar.dropBackground": "#1E191540",
- "sideBarTitle.foreground": "#9A9080",
+ "sideBarTitle.foreground": "#9D9078",
"sideBarSectionHeader.background": "#0A0908",
- "sideBarSectionHeader.foreground": "#9A9080",
+ "sideBarSectionHeader.foreground": "#9D9078",
"sideBarSectionHeader.border": "#0A0908",
"minimap.background": "#0C0A09",
"minimap.foregroundOpacity": "#00000080",
@@ -1023,41 +1023,41 @@
"editorGroupHeader.border": "#0A0908",
"editorGroup.emptyBackground": "#0A0908",
"editorGroup.focusedEmptyBorder": "#0A0908",
- "editorGroup.dropIntoPromptForeground": "#9A9080",
+ "editorGroup.dropIntoPromptForeground": "#9D9078",
"editorGroup.dropIntoPromptBackground": "#0C0A09",
"editorGroup.dropIntoPromptBorder": "#0C0A09",
"tab.activeBackground": "#0C0A09",
- "tab.activeForeground": "#C4B8A4",
+ "tab.activeForeground": "#C8B89A",
"tab.activeBorder": "#0C0A09",
"tab.activeBorderTop": "#D4A04880",
"tab.activeModifiedBorder": "#E8B85080",
"tab.inactiveBackground": "#0A0908",
- "tab.inactiveForeground": "#5C544A",
+ "tab.inactiveForeground": "#5E5446",
"tab.inactiveModifiedBorder": "#D4A04850",
"tab.border": "#0A0908",
"tab.unfocusedActiveBackground": "#0C0A09",
- "tab.unfocusedActiveForeground": "#7A7268",
+ "tab.unfocusedActiveForeground": "#7C7262",
"tab.unfocusedActiveBorder": "#0C0A09",
"tab.unfocusedActiveBorderTop": "#D4A04850",
"tab.unfocusedActiveModifiedBorder": "#D4A04850",
"tab.unfocusedInactiveBackground": "#0A0908",
- "tab.unfocusedInactiveForeground": "#4A4540",
+ "tab.unfocusedInactiveForeground": "#56504A",
"tab.unfocusedInactiveModifiedBorder": "#D4A04830",
"tab.hoverBackground": "#0C0A09",
- "tab.hoverForeground": "#9A9080",
+ "tab.hoverForeground": "#9D9078",
"tab.hoverBorder": "#00000000",
"tab.unfocusedHoverBackground": "#0C0A09",
- "tab.unfocusedHoverForeground": "#7A7268",
+ "tab.unfocusedHoverForeground": "#7C7262",
"tab.lastPinnedBorder": "#1E1915",
"editor.background": "#0C0A09",
- "editor.foreground": "#C4B8A4",
+ "editor.foreground": "#C8B89A",
"editorLineNumber.foreground": "#3A3530",
- "editorLineNumber.activeForeground": "#7A7268",
+ "editorLineNumber.activeForeground": "#7C7262",
"editorLineNumber.dimmedForeground": "#28221C",
"editorCursor.background": "#0C0A09",
"editorCursor.foreground": "#D4A048",
"editor.selectionBackground": "#D4A04835",
- "editor.selectionForeground": "#E8DCD0",
+ "editor.selectionForeground": "#EDDCC4",
"editor.inactiveSelectionBackground": "#D4A04820",
"editor.selectionHighlightBackground": "#D4A04820",
"editor.selectionHighlightBorder": "#00000000",
@@ -1098,10 +1098,10 @@
"editorIndentGuide.background6": "#1E1915",
"editorIndentGuide.activeBackground6": "#352D25",
"editorInlayHint.background": "#1E191580",
- "editorInlayHint.foreground": "#7A7268",
- "editorInlayHint.typeForeground": "#7A7268",
+ "editorInlayHint.foreground": "#7C7262",
+ "editorInlayHint.typeForeground": "#7C7262",
"editorInlayHint.typeBackground": "#1E191580",
- "editorInlayHint.parameterForeground": "#8A8278",
+ "editorInlayHint.parameterForeground": "#8D8271",
"editorInlayHint.parameterBackground": "#1E191580",
"editorRuler.foreground": "#1E1915",
"editor.linkedEditingBackground": "#D4A04815",
@@ -1155,7 +1155,7 @@
"editorInfo.foreground": "#B89860",
"editorInfo.border": "#00000000",
"editorInfo.background": "#B8986010",
- "editorHint.foreground": "#5C544A",
+ "editorHint.foreground": "#5E5446",
"editorHint.border": "#00000000",
"problemsErrorIcon.foreground": "#D46A66",
"problemsWarningIcon.foreground": "#D4A048",
@@ -1166,10 +1166,10 @@
"editorGutter.modifiedBackground": "#D4A04880",
"editorGutter.addedBackground": "#9A8B6080",
"editorGutter.deletedBackground": "#B8545080",
- "editorGutter.commentRangeForeground": "#4A4540",
- "editorGutter.commentGlyphForeground": "#5C544A",
+ "editorGutter.commentRangeForeground": "#56504A",
+ "editorGutter.commentGlyphForeground": "#5E5446",
"editorGutter.commentUnresolvedGlyphForeground": "#D4A04880",
- "editorGutter.foldingControlForeground": "#5C544A",
+ "editorGutter.foldingControlForeground": "#5E5446",
"editorCommentsWidget.resolvedBorder": "#1E1915",
"editorCommentsWidget.unresolvedBorder": "#D4A04880",
"editorCommentsWidget.rangeBackground": "#28221C30",
@@ -1185,33 +1185,33 @@
"diffEditor.diagonalFill": "#1E1915",
"diffEditor.border": "#0C0A09",
"diffEditor.unchangedRegionBackground": "#0C0A09",
- "diffEditor.unchangedRegionForeground": "#5C544A",
+ "diffEditor.unchangedRegionForeground": "#5E5446",
"diffEditor.unchangedCodeBackground": "#151311",
"diffEditorGutter.insertedLineBackground": "#9A8B6025",
"diffEditorGutter.removedLineBackground": "#B8545025",
"diffEditorOverview.insertedForeground": "#9A8B6060",
"diffEditorOverview.removedForeground": "#B8545060",
"editorWidget.background": "#0C0A09",
- "editorWidget.foreground": "#C4B8A4",
+ "editorWidget.foreground": "#C8B89A",
"editorWidget.border": "#1E1915",
"editorWidget.resizeBorder": "#D4A04880",
"editorSuggestWidget.background": "#0C0A09",
"editorSuggestWidget.border": "#1E1915",
- "editorSuggestWidget.foreground": "#C4B8A4",
+ "editorSuggestWidget.foreground": "#C8B89A",
"editorSuggestWidget.focusHighlightForeground": "#E8B850",
"editorSuggestWidget.highlightForeground": "#E8B850",
"editorSuggestWidget.selectedBackground": "#1E1915",
- "editorSuggestWidget.selectedForeground": "#E8DCD0",
- "editorSuggestWidget.selectedIconForeground": "#E8DCD0",
- "editorSuggestWidgetStatus.foreground": "#5C544A",
+ "editorSuggestWidget.selectedForeground": "#EDDCC4",
+ "editorSuggestWidget.selectedIconForeground": "#EDDCC4",
+ "editorSuggestWidgetStatus.foreground": "#5E5446",
"editorHoverWidget.background": "#0C0A09",
"editorHoverWidget.border": "#1E1915",
- "editorHoverWidget.foreground": "#C4B8A4",
+ "editorHoverWidget.foreground": "#C8B89A",
"editorHoverWidget.highlightForeground": "#E8B850",
"editorHoverWidget.statusBarBackground": "#0A0908",
"editorGhostText.foreground": "#4A4540",
"editorGhostText.border": "#00000000",
- "editorGhostText.background": "#00000000",
+ "editorGhostText.background": "#1E191580",
"editorStickyScroll.background": "#0C0A09",
"editorStickyScrollHover.background": "#151311",
"debugExceptionWidget.background": "#2A1515",
@@ -1229,14 +1229,14 @@
"peekViewEditor.matchHighlightBackground": "#D4A04835",
"peekViewEditor.matchHighlightBorder": "#00000000",
"peekViewResult.background": "#0A0908",
- "peekViewResult.fileForeground": "#9A9080",
- "peekViewResult.lineForeground": "#7A7268",
+ "peekViewResult.fileForeground": "#9D9078",
+ "peekViewResult.lineForeground": "#7C7262",
"peekViewResult.matchHighlightBackground": "#D4A04835",
"peekViewResult.selectionBackground": "#1E1915",
- "peekViewResult.selectionForeground": "#C4B8A4",
+ "peekViewResult.selectionForeground": "#C8B89A",
"peekViewTitle.background": "#0A0908",
- "peekViewTitleLabel.foreground": "#C4B8A4",
- "peekViewTitleDescription.foreground": "#7A7268",
+ "peekViewTitleLabel.foreground": "#C8B89A",
+ "peekViewTitleDescription.foreground": "#7C7262",
"mergeEditor.change.background": "#D4A04810",
"mergeEditor.change.word.background": "#D4A04820",
"mergeEditor.conflict.handledUnfocused.border": "#9A8B6040",
@@ -1252,33 +1252,33 @@
"panel.border": "#0A0908",
"panel.dropBorder": "#D4A04880",
"panelTitle.activeBorder": "#D4A04880",
- "panelTitle.activeForeground": "#C4B8A4",
- "panelTitle.inactiveForeground": "#5C544A",
+ "panelTitle.activeForeground": "#C8B89A",
+ "panelTitle.inactiveForeground": "#5E5446",
"panelInput.border": "#1E1915",
"panelSection.border": "#0A0908",
"panelSection.dropBackground": "#1E191560",
"panelSectionHeader.background": "#0A0908",
- "panelSectionHeader.foreground": "#9A9080",
+ "panelSectionHeader.foreground": "#9D9078",
"panelSectionHeader.border": "#0A0908",
"outputView.background": "#0A0908",
"outputViewStickyScroll.background": "#0A0908",
"imagePreview.border": "#0C0A09",
"statusBar.background": "#0A0908",
- "statusBar.foreground": "#5C544A",
+ "statusBar.foreground": "#5E5446",
"statusBar.border": "#0A0908",
"statusBar.debuggingBackground": "#D46A66",
"statusBar.debuggingForeground": "#0C0A09",
"statusBar.debuggingBorder": "#D46A66",
"statusBar.noFolderBackground": "#0A0908",
- "statusBar.noFolderForeground": "#5C544A",
+ "statusBar.noFolderForeground": "#5E5446",
"statusBar.noFolderBorder": "#0A0908",
"statusBarItem.activeBackground": "#1E1915",
"statusBarItem.hoverBackground": "#1E191580",
- "statusBarItem.hoverForeground": "#7A7268",
+ "statusBarItem.hoverForeground": "#7C7262",
"statusBarItem.prominentBackground": "#1E1915",
- "statusBarItem.prominentForeground": "#9A9080",
+ "statusBarItem.prominentForeground": "#9D9078",
"statusBarItem.prominentHoverBackground": "#28221C",
- "statusBarItem.remoteBackground": "#D4A04880",
+ "statusBarItem.remoteBackground": "#A87C3480",
"statusBarItem.remoteForeground": "#0C0A09",
"statusBarItem.remoteHoverBackground": "#E8B85080",
"statusBarItem.remoteHoverForeground": "#0C0A09",
@@ -1292,37 +1292,37 @@
"statusBarItem.warningHoverForeground": "#0C0A09",
"statusBarItem.compactHoverBackground": "#1E1915",
"statusBarItem.focusBorder": "#D4A04860",
- "statusBarItem.offlineBackground": "#4A4540",
- "statusBarItem.offlineForeground": "#9A9080",
+ "statusBarItem.offlineBackground": "#56504A",
+ "statusBarItem.offlineForeground": "#9D9078",
"titleBar.activeBackground": "#0A0908",
- "titleBar.activeForeground": "#9A9080",
+ "titleBar.activeForeground": "#9D9078",
"titleBar.inactiveBackground": "#0A0908",
- "titleBar.inactiveForeground": "#4A4540",
+ "titleBar.inactiveForeground": "#56504A",
"titleBar.border": "#0A0908",
- "menubar.selectionForeground": "#C4B8A4",
+ "menubar.selectionForeground": "#C8B89A",
"menubar.selectionBackground": "#1E1915",
"menubar.selectionBorder": "#00000000",
- "menu.foreground": "#9A9080",
+ "menu.foreground": "#9D9078",
"menu.background": "#0A0908",
- "menu.selectionForeground": "#C4B8A4",
+ "menu.selectionForeground": "#C8B89A",
"menu.selectionBackground": "#1E1915",
"menu.selectionBorder": "#00000000",
"menu.separatorBackground": "#1E1915",
"menu.border": "#1E1915",
- "commandCenter.foreground": "#5C544A",
- "commandCenter.activeForeground": "#9A9080",
+ "commandCenter.foreground": "#5E5446",
+ "commandCenter.activeForeground": "#9D9078",
"commandCenter.background": "#0A0908",
"commandCenter.activeBackground": "#0C0A09",
"commandCenter.border": "#0A0908",
- "commandCenter.inactiveForeground": "#4A4540",
+ "commandCenter.inactiveForeground": "#56504A",
"commandCenter.inactiveBorder": "#0A0908",
"commandCenter.activeBorder": "#0A0908",
"commandCenter.debuggingBackground": "#D46A6620",
"notificationCenter.border": "#1E1915",
- "notificationCenterHeader.foreground": "#9A9080",
+ "notificationCenterHeader.foreground": "#9D9078",
"notificationCenterHeader.background": "#0A0908",
"notificationToast.border": "#1E1915",
- "notifications.foreground": "#9A9080",
+ "notifications.foreground": "#9D9078",
"notifications.background": "#0A0908",
"notifications.border": "#1E1915",
"notificationLink.foreground": "#D4A048",
@@ -1330,13 +1330,13 @@
"notificationsWarningIcon.foreground": "#D4A048",
"notificationsInfoIcon.foreground": "#B89860",
"banner.background": "#1E1915",
- "banner.foreground": "#9A9080",
+ "banner.foreground": "#9D9078",
"banner.iconForeground": "#D4A04880",
"extensionButton.prominentBackground": "#D4A048",
"extensionButton.prominentForeground": "#0C0A09",
"extensionButton.prominentHoverBackground": "#E8B850",
"extensionButton.separator": "#0C0A0940",
- "extensionBadge.remoteBackground": "#D4A04880",
+ "extensionBadge.remoteBackground": "#A87C3480",
"extensionBadge.remoteForeground": "#0C0A09",
"extensionIcon.starForeground": "#E8B850",
"extensionIcon.verifiedForeground": "#9A8B60",
@@ -1345,22 +1345,22 @@
"pickerGroup.border": "#1E1915",
"pickerGroup.foreground": "#D4A04880",
"quickInput.background": "#0A0908",
- "quickInput.foreground": "#C4B8A4",
+ "quickInput.foreground": "#C8B89A",
"quickInputList.focusBackground": "#1E1915",
- "quickInputList.focusForeground": "#E8DCD0",
- "quickInputList.focusIconForeground": "#E8DCD0",
+ "quickInputList.focusForeground": "#EDDCC4",
+ "quickInputList.focusIconForeground": "#EDDCC4",
"quickInputTitle.background": "#0A0908",
"keybindingLabel.background": "#1E1915",
- "keybindingLabel.foreground": "#9A9080",
+ "keybindingLabel.foreground": "#9D9078",
"keybindingLabel.border": "#28221C",
"keybindingLabel.bottomBorder": "#352D25",
"keybindingTable.headerBackground": "#0A0908",
"keybindingTable.rowsBackground": "#0C0A09",
"terminal.background": "#0C0A09",
- "terminal.foreground": "#C4B8A4",
+ "terminal.foreground": "#C8B89A",
"terminal.border": "#0C0A09",
"terminal.selectionBackground": "#D4A04835",
- "terminal.selectionForeground": "#E8DCD0",
+ "terminal.selectionForeground": "#EDDCC4",
"terminal.inactiveSelectionBackground": "#D4A04820",
"terminal.findMatchBackground": "#D4A04850",
"terminal.findMatchBorder": "#E8B850",
@@ -1371,7 +1371,7 @@
"terminalCursor.foreground": "#D4A048",
"terminal.dropBackground": "#1E191560",
"terminal.tab.activeBorder": "#D4A04880",
- "terminalCommandDecoration.defaultBackground": "#5C544A",
+ "terminalCommandDecoration.defaultBackground": "#5E5446",
"terminalCommandDecoration.successBackground": "#9A8B60",
"terminalCommandDecoration.errorBackground": "#D46A66",
"terminalOverviewRuler.cursorForeground": "#E8B850",
@@ -1382,34 +1382,34 @@
"terminal.ansiRed": "#B85450",
"terminal.ansiGreen": "#9A8B60",
"terminal.ansiYellow": "#D4A048",
- "terminal.ansiBlue": "#8B8178",
+ "terminal.ansiBlue": "#9C948E",
"terminal.ansiMagenta": "#A87878",
- "terminal.ansiCyan": "#9A8B7A",
- "terminal.ansiWhite": "#C4B8A4",
- "terminal.ansiBrightBlack": "#5C544A",
+ "terminal.ansiCyan": "#C08868",
+ "terminal.ansiWhite": "#C8B89A",
+ "terminal.ansiBrightBlack": "#6E665B",
"terminal.ansiBrightRed": "#D46A66",
"terminal.ansiBrightGreen": "#C4B078",
"terminal.ansiBrightYellow": "#E8B850",
- "terminal.ansiBrightBlue": "#A89A8C",
+ "terminal.ansiBrightBlue": "#B2AAA3",
"terminal.ansiBrightMagenta": "#C89088",
- "terminal.ansiBrightCyan": "#B8A898",
- "terminal.ansiBrightWhite": "#E8DCD0",
+ "terminal.ansiBrightCyan": "#CEA284",
+ "terminal.ansiBrightWhite": "#EDDCC4",
"debugToolBar.background": "#0A0908",
"debugToolBar.border": "#1E1915",
"debugView.exceptionLabelBackground": "#D46A6630",
"debugView.exceptionLabelForeground": "#D46A66",
"debugView.stateLabelBackground": "#1E1915",
- "debugView.stateLabelForeground": "#9A9080",
+ "debugView.stateLabelForeground": "#9D9078",
"debugView.valueChangedHighlight": "#E8B85040",
"debugTokenExpression.name": "#C8906A",
"debugTokenExpression.value": "#9A8B60",
"debugTokenExpression.string": "#9A8B60",
- "debugTokenExpression.boolean": "#E0A850",
- "debugTokenExpression.number": "#E0A850",
+ "debugTokenExpression.boolean": "#DEA64E",
+ "debugTokenExpression.number": "#DEA64E",
"debugTokenExpression.error": "#D46A66",
"debugIcon.breakpointForeground": "#D46A66",
- "debugIcon.breakpointDisabledForeground": "#4A4540",
- "debugIcon.breakpointUnverifiedForeground": "#5C544A",
+ "debugIcon.breakpointDisabledForeground": "#56504A",
+ "debugIcon.breakpointUnverifiedForeground": "#5E5446",
"debugIcon.breakpointCurrentStackframeForeground": "#E8B850",
"debugIcon.breakpointStackframeForeground": "#D4A048",
"debugIcon.startForeground": "#9A8B60",
@@ -1425,14 +1425,14 @@
"debugConsole.infoForeground": "#B89860",
"debugConsole.warningForeground": "#D4A048",
"debugConsole.errorForeground": "#D46A66",
- "debugConsole.sourceForeground": "#7A7268",
+ "debugConsole.sourceForeground": "#7C7262",
"debugConsoleInputIcon.foreground": "#D4A048",
"testing.iconFailed": "#D46A66",
"testing.iconErrored": "#D46A66",
"testing.iconPassed": "#9A8B60",
"testing.iconQueued": "#D4A048",
- "testing.iconUnset": "#5C544A",
- "testing.iconSkipped": "#5C544A",
+ "testing.iconUnset": "#5E5446",
+ "testing.iconSkipped": "#5E5446",
"testing.runAction": "#9A8B60",
"testing.peekBorder": "#D46A66",
"testing.peekHeaderBackground": "#D46A6618",
@@ -1447,34 +1447,34 @@
"welcomePage.progress.foreground": "#D4A04880",
"welcomePage.progress.background": "#1E1915",
"walkThrough.embeddedEditorBackground": "#0C0A09",
- "walkthrough.stepTitle.foreground": "#C4B8A4",
- "settings.headerForeground": "#C4B8A4",
+ "walkthrough.stepTitle.foreground": "#C8B89A",
+ "settings.headerForeground": "#C8B89A",
"settings.modifiedItemIndicator": "#D4A04880",
"settings.dropdownBackground": "#0C0A09",
- "settings.dropdownForeground": "#9A9080",
+ "settings.dropdownForeground": "#9D9078",
"settings.dropdownBorder": "#1E1915",
"settings.dropdownListBorder": "#1E1915",
"settings.checkboxBackground": "#0C0A09",
- "settings.checkboxForeground": "#9A9080",
+ "settings.checkboxForeground": "#9D9078",
"settings.checkboxBorder": "#1E1915",
"settings.textInputBackground": "#0C0A09",
- "settings.textInputForeground": "#C4B8A4",
+ "settings.textInputForeground": "#C8B89A",
"settings.textInputBorder": "#1E1915",
"settings.numberInputBackground": "#0C0A09",
- "settings.numberInputForeground": "#C4B8A4",
+ "settings.numberInputForeground": "#C8B89A",
"settings.numberInputBorder": "#1E1915",
"settings.rowHoverBackground": "#1E191530",
"settings.focusedRowBackground": "#1E191540",
"settings.focusedRowBorder": "#00000000",
"settings.sashBorder": "#1E1915",
- "settings.settingsHeaderHoverForeground": "#C4B8A4",
- "breadcrumb.foreground": "#5C544A",
+ "settings.settingsHeaderHoverForeground": "#C8B89A",
+ "breadcrumb.foreground": "#5E5446",
"breadcrumb.background": "#0C0A09",
- "breadcrumb.focusForeground": "#9A9080",
- "breadcrumb.activeSelectionForeground": "#C4B8A4",
+ "breadcrumb.focusForeground": "#9D9078",
+ "breadcrumb.activeSelectionForeground": "#C8B89A",
"breadcrumbPicker.background": "#0A0908",
- "symbolIcon.arrayForeground": "#C4B8A4",
- "symbolIcon.booleanForeground": "#E0A850",
+ "symbolIcon.arrayForeground": "#C8B89A",
+ "symbolIcon.booleanForeground": "#DEA64E",
"symbolIcon.classForeground": "#B89860",
"symbolIcon.colorForeground": "#C89068",
"symbolIcon.constantForeground": "#D4A878",
@@ -1482,8 +1482,8 @@
"symbolIcon.enumeratorForeground": "#B89860",
"symbolIcon.enumeratorMemberForeground": "#D4A878",
"symbolIcon.eventForeground": "#C89068",
- "symbolIcon.fieldForeground": "#C4B8A4",
- "symbolIcon.fileForeground": "#9A9080",
+ "symbolIcon.fieldForeground": "#C8B89A",
+ "symbolIcon.fileForeground": "#9D9078",
"symbolIcon.folderForeground": "#B89860",
"symbolIcon.functionForeground": "#C8906A",
"symbolIcon.interfaceForeground": "#B89860",
@@ -1492,22 +1492,22 @@
"symbolIcon.methodForeground": "#C8906A",
"symbolIcon.moduleForeground": "#B89860",
"symbolIcon.namespaceForeground": "#B89860",
- "symbolIcon.nullForeground": "#E0A850",
- "symbolIcon.numberForeground": "#E0A850",
+ "symbolIcon.nullForeground": "#DEA64E",
+ "symbolIcon.numberForeground": "#DEA64E",
"symbolIcon.objectForeground": "#B89860",
- "symbolIcon.operatorForeground": "#D4C8B8",
+ "symbolIcon.operatorForeground": "#D8C8A8",
"symbolIcon.packageForeground": "#B89860",
- "symbolIcon.propertyForeground": "#C4B8A4",
- "symbolIcon.referenceForeground": "#C4B8A4",
+ "symbolIcon.propertyForeground": "#C8B89A",
+ "symbolIcon.referenceForeground": "#C8B89A",
"symbolIcon.snippetForeground": "#9A8B60",
"symbolIcon.stringForeground": "#9A8B60",
"symbolIcon.structForeground": "#B89860",
- "symbolIcon.textForeground": "#C4B8A4",
+ "symbolIcon.textForeground": "#C8B89A",
"symbolIcon.typeParameterForeground": "#B89860",
- "symbolIcon.unitForeground": "#E0A850",
- "symbolIcon.variableForeground": "#C4B8A4",
- "charts.foreground": "#C4B8A4",
- "charts.lines": "#5C544A",
+ "symbolIcon.unitForeground": "#DEA64E",
+ "symbolIcon.variableForeground": "#C8B89A",
+ "charts.foreground": "#C8B89A",
+ "charts.lines": "#5E5446",
"charts.red": "#D46A66",
"charts.blue": "#B89860",
"charts.yellow": "#E8B850",
@@ -1521,9 +1521,9 @@
"gitDecoration.stageModifiedResourceForeground": "#E8B850",
"gitDecoration.stageDeletedResourceForeground": "#D46A66",
"gitDecoration.untrackedResourceForeground": "#B89860",
- "gitDecoration.ignoredResourceForeground": "#4A4540",
+ "gitDecoration.ignoredResourceForeground": "#56504A",
"gitDecoration.conflictingResourceForeground": "#D46A66",
- "gitDecoration.submoduleResourceForeground": "#9A8B7A",
+ "gitDecoration.submoduleResourceForeground": "#C08868",
"scm.historyItemAdditionsForeground": "#9A8B60",
"scm.historyItemDeletionsForeground": "#B85450",
"scm.historyItemStatisticsBorder": "#1E1915",
@@ -1549,9 +1549,9 @@
"notebookScrollbarSlider.hoverBackground": "#352D2570",
"notebookScrollbarSlider.activeBackground": "#4A403590",
"notebookEditorOverviewRuler.runningCellForeground": "#D4A048",
- "gitlens.trailingLineForegroundColor": "#5C544A",
+ "gitlens.trailingLineForegroundColor": "#5E5446",
"gitlens.gutterBackgroundColor": "#0C0A09",
- "gitlens.gutterForegroundColor": "#5C544A",
+ "gitlens.gutterForegroundColor": "#5E5446",
"gitlens.gutterUncommittedForegroundColor": "#9A8B60",
"gitlens.lineHighlightBackgroundColor": "#D4A04815",
"gitlens.lineHighlightOverviewRulerColor": "#D4A04880",
diff --git a/themes/alone-soft-color-theme.json b/themes/alone-soft-color-theme.json
index 4804980..8d41e2f 100644
--- a/themes/alone-soft-color-theme.json
+++ b/themes/alone-soft-color-theme.json
@@ -4,31 +4,31 @@
"type": "dark",
"semanticHighlighting": true,
"semanticTokenColors": {
- "variable": "#9D9383",
- "variable.readonly": "#9D9383",
- "variable.declaration": "#9D9383",
+ "variable": "#A0937B",
+ "variable.readonly": "#A0937B",
+ "variable.declaration": "#A0937B",
"variable.defaultLibrary": {
- "foreground": "#937A4D",
+ "foreground": "#8D7040",
"italic": true
},
- "parameter": "#968873",
- "property": "#9D9383",
- "property.readonly": "#9D9383",
- "property.declaration": "#9D9383",
+ "parameter": "#93887D",
+ "property": "#A0937B",
+ "property.readonly": "#A0937B",
+ "property.declaration": "#A0937B",
"property.defaultLibrary": {
- "foreground": "#937A4D",
+ "foreground": "#8D7040",
"italic": true
},
- "function": "#9A6D53",
- "function.declaration": "#9A6D53",
+ "function": "#976D56",
+ "function.declaration": "#976D56",
"function.defaultLibrary": {
- "foreground": "#9A6D53",
+ "foreground": "#976D56",
"italic": true
},
- "method": "#9A6D53",
- "method.declaration": "#9A6D53",
+ "method": "#976D56",
+ "method.declaration": "#976D56",
"method.defaultLibrary": {
- "foreground": "#9A6D53",
+ "foreground": "#976D56",
"italic": true
},
"class": "#967946",
@@ -74,7 +74,7 @@
"bold": true
},
"comment": {
- "foreground": "#4A433B",
+ "foreground": "#625A50",
"italic": true
},
"string": {
@@ -86,13 +86,13 @@
"foreground": "#866060",
"italic": true
},
- "operator": "#AAA093",
+ "operator": "#ADA086",
"*.deprecated": {
"strikethrough": true,
- "foreground": "#625B53"
+ "foreground": "#645B4E"
},
"*.modification": {
- "foreground": "#9D9383"
+ "foreground": "#A0937B"
},
"*.async": {
"italic": true
@@ -107,7 +107,7 @@
"string.comment"
],
"settings": {
- "foreground": "#4A433B",
+ "foreground": "#625A50",
"fontStyle": "italic"
}
},
@@ -119,7 +119,7 @@
"comment.block.documentation punctuation"
],
"settings": {
- "foreground": "#564F48",
+ "foreground": "#6B635A",
"fontStyle": "italic"
}
},
@@ -295,7 +295,7 @@
"keyword.operator.ternary"
],
"settings": {
- "foreground": "#AAA093",
+ "foreground": "#ADA086",
"fontStyle": ""
}
},
@@ -306,7 +306,7 @@
"keyword.operator.rest"
],
"settings": {
- "foreground": "#AAA093"
+ "foreground": "#ADA086"
}
},
{
@@ -316,7 +316,7 @@
"keyword.operator.arrow"
],
"settings": {
- "foreground": "#AAA093"
+ "foreground": "#ADA086"
}
},
{
@@ -327,7 +327,7 @@
"support.function"
],
"settings": {
- "foreground": "#9A6D53"
+ "foreground": "#976D56"
}
},
{
@@ -338,7 +338,7 @@
"meta.parameter"
],
"settings": {
- "foreground": "#968873"
+ "foreground": "#93887D"
}
},
{
@@ -348,7 +348,7 @@
"entity.name.method"
],
"settings": {
- "foreground": "#9A6D53"
+ "foreground": "#976D56"
}
},
{
@@ -358,7 +358,7 @@
"support.function.console"
],
"settings": {
- "foreground": "#9A6D53"
+ "foreground": "#976D56"
}
},
{
@@ -369,7 +369,7 @@
"variable.other.readwrite"
],
"settings": {
- "foreground": "#9D9383"
+ "foreground": "#A0937B"
}
},
{
@@ -380,7 +380,7 @@
"meta.object-literal.key"
],
"settings": {
- "foreground": "#9D9383"
+ "foreground": "#A0937B"
}
},
{
@@ -392,7 +392,7 @@
"variable.language.special"
],
"settings": {
- "foreground": "#937A4D",
+ "foreground": "#8D7040",
"fontStyle": "italic"
}
},
@@ -482,7 +482,7 @@
"meta.brace"
],
"settings": {
- "foreground": "#625B53"
+ "foreground": "#645B4E"
}
},
{
@@ -498,7 +498,7 @@
"punctuation.section.arguments"
],
"settings": {
- "foreground": "#625B53"
+ "foreground": "#645B4E"
}
},
{
@@ -560,7 +560,7 @@
"punctuation.section.embedded.end.jsx"
],
"settings": {
- "foreground": "#AAA093"
+ "foreground": "#ADA086"
}
},
{
@@ -569,7 +569,7 @@
"keyword.operator.spread.jsx"
],
"settings": {
- "foreground": "#AAA093"
+ "foreground": "#ADA086"
}
},
{
@@ -599,7 +599,7 @@
"meta.property-value.css"
],
"settings": {
- "foreground": "#9D9383"
+ "foreground": "#A0937B"
}
},
{
@@ -640,7 +640,7 @@
"support.type.custom-property.css"
],
"settings": {
- "foreground": "#9D9383"
+ "foreground": "#A0937B"
}
},
{
@@ -713,7 +713,7 @@
"punctuation.definition.bold.markdown"
],
"settings": {
- "foreground": "#9D9383",
+ "foreground": "#A0937B",
"fontStyle": "bold"
}
},
@@ -724,7 +724,7 @@
"punctuation.definition.italic.markdown"
],
"settings": {
- "foreground": "#9D9383",
+ "foreground": "#A0937B",
"fontStyle": "italic"
}
},
@@ -756,7 +756,7 @@
"punctuation.definition.list.begin.markdown"
],
"settings": {
- "foreground": "#AAA093"
+ "foreground": "#ADA086"
}
},
{
@@ -766,7 +766,7 @@
"punctuation.definition.quote.begin.markdown"
],
"settings": {
- "foreground": "#564F48",
+ "foreground": "#6B635A",
"fontStyle": "italic"
}
},
@@ -777,7 +777,7 @@
"string.quoted.docstring.single.python"
],
"settings": {
- "foreground": "#564F48",
+ "foreground": "#6B635A",
"fontStyle": "italic"
}
},
@@ -868,7 +868,7 @@
"punctuation.definition.variable.shell"
],
"settings": {
- "foreground": "#9D9383"
+ "foreground": "#A0937B"
}
},
{
@@ -899,19 +899,19 @@
"invalid.deprecated"
],
"settings": {
- "foreground": "#625B53",
+ "foreground": "#645B4E",
"fontStyle": "strikethrough"
}
}
],
"colors": {
- "foreground": "#9D9383",
- "disabledForeground": "#4A433B",
+ "foreground": "#A0937B",
+ "disabledForeground": "#4B4338",
"focusBorder": "#AA8039",
"selection.background": "#AA803933",
- "descriptionForeground": "#7B7366",
+ "descriptionForeground": "#7D7360",
"errorForeground": "#AA5552",
- "icon.foreground": "#7B7366",
+ "icon.foreground": "#7D7360",
"sash.hoverBorder": "#AA8039",
"textLink.foreground": "#AA8039",
"textLink.activeForeground": "#BA9340",
@@ -924,22 +924,22 @@
"button.foreground": "#0E0C0B",
"button.hoverBackground": "#BA9340",
"button.secondaryBackground": "#221D18",
- "button.secondaryForeground": "#9D9383",
+ "button.secondaryForeground": "#A0937B",
"button.secondaryHoverBackground": "#2D2620",
"button.border": "#00000000",
"checkbox.background": "#171513",
- "checkbox.foreground": "#9D9383",
+ "checkbox.foreground": "#A0937B",
"checkbox.border": "#2D2620",
"checkbox.selectBackground": "#AA8039",
"checkbox.selectBorder": "#AA8039",
"dropdown.background": "#171513",
- "dropdown.foreground": "#9D9383",
+ "dropdown.foreground": "#A0937B",
"dropdown.border": "#2D2620",
"dropdown.listBackground": "#171513",
"input.background": "#0E0C0B",
- "input.foreground": "#9D9383",
+ "input.foreground": "#A0937B",
"input.border": "#2D2620",
- "input.placeholderForeground": "#4A433B",
+ "input.placeholderForeground": "#4B4338",
"inputOption.activeBackground": "#AA803925",
"inputOption.activeBorder": "#AA8039",
"inputOption.activeForeground": "#BA9340",
@@ -957,21 +957,21 @@
"scrollbarSlider.background": "#2D262070",
"scrollbarSlider.hoverBackground": "#3D332A80",
"scrollbarSlider.activeBackground": "#4A3F3590",
- "badge.background": "#AA8039",
+ "badge.background": "#86632A",
"badge.foreground": "#0E0C0B",
"progressBar.background": "#AA8039",
"list.activeSelectionBackground": "#221D18",
- "list.activeSelectionForeground": "#BAB0A6",
- "list.activeSelectionIconForeground": "#BAB0A6",
+ "list.activeSelectionForeground": "#BEB09D",
+ "list.activeSelectionIconForeground": "#BEB09D",
"list.dropBackground": "#221D1870",
"list.focusBackground": "#221D18",
- "list.focusForeground": "#BAB0A6",
+ "list.focusForeground": "#BEB09D",
"list.focusOutline": "#AA803970",
"list.highlightForeground": "#BA9340",
"list.hoverBackground": "#181512",
- "list.hoverForeground": "#9D9383",
+ "list.hoverForeground": "#A0937B",
"list.inactiveSelectionBackground": "#181512",
- "list.inactiveSelectionForeground": "#9D9383",
+ "list.inactiveSelectionForeground": "#A0937B",
"list.inactiveFocusBackground": "#181512",
"list.inactiveFocusOutline": "#2D262070",
"list.invalidItemForeground": "#AA5552",
@@ -986,21 +986,21 @@
"tree.tableColumnsBorder": "#2D2620",
"tree.tableOddRowsBackground": "#0C0A0970",
"activityBar.background": "#0C0A09",
- "activityBar.foreground": "#9D9383",
- "activityBar.inactiveForeground": "#4A433B",
+ "activityBar.foreground": "#A0937B",
+ "activityBar.inactiveForeground": "#4B4338",
"activityBar.border": "#181512",
"activityBar.activeBorder": "#AA8039",
"activityBar.activeBackground": "#18151210",
"activityBar.activeFocusBorder": "#AA8039",
- "activityBarBadge.background": "#AA8039",
+ "activityBarBadge.background": "#86632A",
"activityBarBadge.foreground": "#0E0C0B",
"sideBar.background": "#0C0A09",
- "sideBar.foreground": "#7B7366",
+ "sideBar.foreground": "#7D7360",
"sideBar.border": "#181512",
"sideBar.dropBackground": "#221D1870",
- "sideBarTitle.foreground": "#9D9383",
+ "sideBarTitle.foreground": "#A0937B",
"sideBarSectionHeader.background": "#0C0A09",
- "sideBarSectionHeader.foreground": "#9D9383",
+ "sideBarSectionHeader.foreground": "#A0937B",
"sideBarSectionHeader.border": "#181512",
"minimap.background": "#0E0C0B",
"minimap.foregroundOpacity": "#000000A0",
@@ -1023,41 +1023,41 @@
"editorGroupHeader.border": "#181512",
"editorGroup.emptyBackground": "#0C0A09",
"editorGroup.focusedEmptyBorder": "#AA8039",
- "editorGroup.dropIntoPromptForeground": "#9D9383",
+ "editorGroup.dropIntoPromptForeground": "#A0937B",
"editorGroup.dropIntoPromptBackground": "#171513",
"editorGroup.dropIntoPromptBorder": "#2D2620",
"tab.activeBackground": "#0E0C0B",
- "tab.activeForeground": "#BAB0A6",
+ "tab.activeForeground": "#BEB09D",
"tab.activeBorder": "#0E0C0B",
"tab.activeBorderTop": "#AA8039",
"tab.activeModifiedBorder": "#BA9340",
"tab.inactiveBackground": "#0C0A09",
- "tab.inactiveForeground": "#625B53",
+ "tab.inactiveForeground": "#645B4E",
"tab.inactiveModifiedBorder": "#AA803970",
"tab.border": "#181512",
"tab.unfocusedActiveBackground": "#0E0C0B",
- "tab.unfocusedActiveForeground": "#7B7366",
+ "tab.unfocusedActiveForeground": "#7D7360",
"tab.unfocusedActiveBorder": "#0E0C0B",
"tab.unfocusedActiveBorderTop": "#AA803970",
"tab.unfocusedActiveModifiedBorder": "#AA803970",
"tab.unfocusedInactiveBackground": "#0C0A09",
- "tab.unfocusedInactiveForeground": "#4A433B",
+ "tab.unfocusedInactiveForeground": "#4B4338",
"tab.unfocusedInactiveModifiedBorder": "#AA803950",
"tab.hoverBackground": "#171513",
- "tab.hoverForeground": "#9D9383",
+ "tab.hoverForeground": "#A0937B",
"tab.hoverBorder": "#00000000",
"tab.unfocusedHoverBackground": "#17151370",
- "tab.unfocusedHoverForeground": "#7B7366",
+ "tab.unfocusedHoverForeground": "#7D7360",
"tab.lastPinnedBorder": "#2D2620",
"editor.background": "#0E0C0B",
- "editor.foreground": "#9D9383",
- "editorLineNumber.foreground": "#3D3833",
- "editorLineNumber.activeForeground": "#7B7366",
+ "editor.foreground": "#A0937B",
+ "editorLineNumber.foreground": "#4A4540",
+ "editorLineNumber.activeForeground": "#7D7360",
"editorLineNumber.dimmedForeground": "#2D2620",
"editorCursor.background": "#0E0C0B",
"editorCursor.foreground": "#A08033",
"editor.selectionBackground": "#AA80392A",
- "editor.selectionForeground": "#BAB0A6",
+ "editor.selectionForeground": "#BEB09D",
"editor.inactiveSelectionBackground": "#AA803918",
"editor.selectionHighlightBackground": "#AA803918",
"editor.selectionHighlightBorder": "#AA803935",
@@ -1098,14 +1098,14 @@
"editorIndentGuide.background6": "#221D18",
"editorIndentGuide.activeBackground6": "#3D332A",
"editorInlayHint.background": "#181512",
- "editorInlayHint.foreground": "#625B53",
- "editorInlayHint.typeForeground": "#6E665A",
+ "editorInlayHint.foreground": "#645B4E",
+ "editorInlayHint.typeForeground": "#706655",
"editorInlayHint.typeBackground": "#181512",
- "editorInlayHint.parameterForeground": "#6E665A",
+ "editorInlayHint.parameterForeground": "#706655",
"editorInlayHint.parameterBackground": "#181512",
"editorRuler.foreground": "#221D18",
"editor.linkedEditingBackground": "#AA803918",
- "editorCodeLens.foreground": "#4A433B",
+ "editorCodeLens.foreground": "#625A50",
"editorLightBulb.foreground": "#BA9340",
"editorLightBulbAutoFix.foreground": "#7B6F4D",
"editorLightBulbAi.foreground": "#AA8039",
@@ -1155,21 +1155,21 @@
"editorInfo.foreground": "#937A4D",
"editorInfo.border": "#00000000",
"editorInfo.background": "#937A4D12",
- "editorHint.foreground": "#625B53",
+ "editorHint.foreground": "#645B4E",
"editorHint.border": "#00000000",
"problemsErrorIcon.foreground": "#AA5552",
"problemsWarningIcon.foreground": "#AA8039",
"problemsInfoIcon.foreground": "#937A4D",
"editorUnnecessaryCode.opacity": "#00000070",
- "editorUnnecessaryCode.border": "#4A433B70",
+ "editorUnnecessaryCode.border": "#4B433870",
"editorGutter.background": "#0E0C0B",
"editorGutter.modifiedBackground": "#AA8039",
"editorGutter.addedBackground": "#7B6F4D",
"editorGutter.deletedBackground": "#934440",
- "editorGutter.commentRangeForeground": "#4A433B",
- "editorGutter.commentGlyphForeground": "#625B53",
+ "editorGutter.commentRangeForeground": "#4B4338",
+ "editorGutter.commentGlyphForeground": "#645B4E",
"editorGutter.commentUnresolvedGlyphForeground": "#AA8039",
- "editorGutter.foldingControlForeground": "#625B53",
+ "editorGutter.foldingControlForeground": "#645B4E",
"editorCommentsWidget.resolvedBorder": "#2D2620",
"editorCommentsWidget.unresolvedBorder": "#AA8039",
"editorCommentsWidget.rangeBackground": "#221D1835",
@@ -1185,33 +1185,33 @@
"diffEditor.diagonalFill": "#221D18",
"diffEditor.border": "#181512",
"diffEditor.unchangedRegionBackground": "#171513",
- "diffEditor.unchangedRegionForeground": "#625B53",
+ "diffEditor.unchangedRegionForeground": "#645B4E",
"diffEditor.unchangedCodeBackground": "#181512",
"diffEditorGutter.insertedLineBackground": "#7B6F4D25",
"diffEditorGutter.removedLineBackground": "#93444025",
"diffEditorOverview.insertedForeground": "#7B6F4D70",
"diffEditorOverview.removedForeground": "#93444070",
"editorWidget.background": "#171513",
- "editorWidget.foreground": "#9D9383",
+ "editorWidget.foreground": "#A0937B",
"editorWidget.border": "#2D2620",
"editorWidget.resizeBorder": "#AA8039",
"editorSuggestWidget.background": "#171513",
"editorSuggestWidget.border": "#2D2620",
- "editorSuggestWidget.foreground": "#9D9383",
+ "editorSuggestWidget.foreground": "#A0937B",
"editorSuggestWidget.focusHighlightForeground": "#BA9340",
"editorSuggestWidget.highlightForeground": "#BA9340",
"editorSuggestWidget.selectedBackground": "#221D18",
- "editorSuggestWidget.selectedForeground": "#BAB0A6",
- "editorSuggestWidget.selectedIconForeground": "#BAB0A6",
- "editorSuggestWidgetStatus.foreground": "#625B53",
+ "editorSuggestWidget.selectedForeground": "#BEB09D",
+ "editorSuggestWidget.selectedIconForeground": "#BEB09D",
+ "editorSuggestWidgetStatus.foreground": "#645B4E",
"editorHoverWidget.background": "#171513",
"editorHoverWidget.border": "#2D2620",
- "editorHoverWidget.foreground": "#9D9383",
+ "editorHoverWidget.foreground": "#A0937B",
"editorHoverWidget.highlightForeground": "#BA9340",
"editorHoverWidget.statusBarBackground": "#181512",
- "editorGhostText.foreground": "#4A433B",
+ "editorGhostText.foreground": "#564F48",
"editorGhostText.border": "#00000000",
- "editorGhostText.background": "#00000000",
+ "editorGhostText.background": "#18151280",
"editorStickyScroll.background": "#0E0C0B",
"editorStickyScrollHover.background": "#181512",
"debugExceptionWidget.background": "#221212",
@@ -1229,14 +1229,14 @@
"peekViewEditor.matchHighlightBackground": "#AA803935",
"peekViewEditor.matchHighlightBorder": "#AA803970",
"peekViewResult.background": "#171513",
- "peekViewResult.fileForeground": "#9D9383",
- "peekViewResult.lineForeground": "#7B7366",
+ "peekViewResult.fileForeground": "#A0937B",
+ "peekViewResult.lineForeground": "#7D7360",
"peekViewResult.matchHighlightBackground": "#AA803935",
"peekViewResult.selectionBackground": "#221D18",
- "peekViewResult.selectionForeground": "#BAB0A6",
+ "peekViewResult.selectionForeground": "#BEB09D",
"peekViewTitle.background": "#181512",
- "peekViewTitleLabel.foreground": "#BAB0A6",
- "peekViewTitleDescription.foreground": "#7B7366",
+ "peekViewTitleLabel.foreground": "#BEB09D",
+ "peekViewTitleDescription.foreground": "#7D7360",
"mergeEditor.change.background": "#AA803912",
"mergeEditor.change.word.background": "#AA803925",
"mergeEditor.conflict.handledUnfocused.border": "#7B6F4D50",
@@ -1252,33 +1252,33 @@
"panel.border": "#181512",
"panel.dropBorder": "#AA8039",
"panelTitle.activeBorder": "#AA8039",
- "panelTitle.activeForeground": "#BAB0A6",
- "panelTitle.inactiveForeground": "#625B53",
+ "panelTitle.activeForeground": "#BEB09D",
+ "panelTitle.inactiveForeground": "#645B4E",
"panelInput.border": "#2D2620",
"panelSection.border": "#181512",
"panelSection.dropBackground": "#221D1870",
"panelSectionHeader.background": "#171513",
- "panelSectionHeader.foreground": "#9D9383",
+ "panelSectionHeader.foreground": "#A0937B",
"panelSectionHeader.border": "#181512",
"outputView.background": "#0C0A09",
"outputViewStickyScroll.background": "#0C0A09",
"imagePreview.border": "#181512",
"statusBar.background": "#0C0A09",
- "statusBar.foreground": "#7B7366",
+ "statusBar.foreground": "#7D7360",
"statusBar.border": "#181512",
"statusBar.debuggingBackground": "#AA5552",
"statusBar.debuggingForeground": "#0E0C0B",
"statusBar.debuggingBorder": "#AA5552",
"statusBar.noFolderBackground": "#171513",
- "statusBar.noFolderForeground": "#7B7366",
+ "statusBar.noFolderForeground": "#7D7360",
"statusBar.noFolderBorder": "#181512",
"statusBarItem.activeBackground": "#2D2620",
"statusBarItem.hoverBackground": "#221D18",
- "statusBarItem.hoverForeground": "#9D9383",
+ "statusBarItem.hoverForeground": "#A0937B",
"statusBarItem.prominentBackground": "#221D18",
- "statusBarItem.prominentForeground": "#BAB0A6",
+ "statusBarItem.prominentForeground": "#BEB09D",
"statusBarItem.prominentHoverBackground": "#2D2620",
- "statusBarItem.remoteBackground": "#AA8039",
+ "statusBarItem.remoteBackground": "#86632A",
"statusBarItem.remoteForeground": "#0E0C0B",
"statusBarItem.remoteHoverBackground": "#BA9340",
"statusBarItem.remoteHoverForeground": "#0E0C0B",
@@ -1292,37 +1292,37 @@
"statusBarItem.warningHoverForeground": "#0E0C0B",
"statusBarItem.compactHoverBackground": "#2D2620",
"statusBarItem.focusBorder": "#AA8039",
- "statusBarItem.offlineBackground": "#4A433B",
- "statusBarItem.offlineForeground": "#9D9383",
+ "statusBarItem.offlineBackground": "#4B4338",
+ "statusBarItem.offlineForeground": "#A0937B",
"titleBar.activeBackground": "#0C0A09",
- "titleBar.activeForeground": "#9D9383",
+ "titleBar.activeForeground": "#A0937B",
"titleBar.inactiveBackground": "#0C0A09",
- "titleBar.inactiveForeground": "#4A433B",
+ "titleBar.inactiveForeground": "#4B4338",
"titleBar.border": "#181512",
- "menubar.selectionForeground": "#BAB0A6",
+ "menubar.selectionForeground": "#BEB09D",
"menubar.selectionBackground": "#221D18",
"menubar.selectionBorder": "#00000000",
- "menu.foreground": "#9D9383",
+ "menu.foreground": "#A0937B",
"menu.background": "#171513",
- "menu.selectionForeground": "#BAB0A6",
+ "menu.selectionForeground": "#BEB09D",
"menu.selectionBackground": "#221D18",
"menu.selectionBorder": "#00000000",
"menu.separatorBackground": "#2D2620",
"menu.border": "#2D2620",
- "commandCenter.foreground": "#7B7366",
- "commandCenter.activeForeground": "#9D9383",
+ "commandCenter.foreground": "#7D7360",
+ "commandCenter.activeForeground": "#A0937B",
"commandCenter.background": "#0C0A09",
"commandCenter.activeBackground": "#181512",
"commandCenter.border": "#2D2620",
- "commandCenter.inactiveForeground": "#4A433B",
+ "commandCenter.inactiveForeground": "#4B4338",
"commandCenter.inactiveBorder": "#221D18",
"commandCenter.activeBorder": "#AA803970",
"commandCenter.debuggingBackground": "#AA555225",
"notificationCenter.border": "#2D2620",
- "notificationCenterHeader.foreground": "#9D9383",
+ "notificationCenterHeader.foreground": "#A0937B",
"notificationCenterHeader.background": "#171513",
"notificationToast.border": "#2D2620",
- "notifications.foreground": "#9D9383",
+ "notifications.foreground": "#A0937B",
"notifications.background": "#171513",
"notifications.border": "#2D2620",
"notificationLink.foreground": "#AA8039",
@@ -1330,13 +1330,13 @@
"notificationsWarningIcon.foreground": "#AA8039",
"notificationsInfoIcon.foreground": "#937A4D",
"banner.background": "#221D18",
- "banner.foreground": "#9D9383",
+ "banner.foreground": "#A0937B",
"banner.iconForeground": "#AA8039",
"extensionButton.prominentBackground": "#AA8039",
"extensionButton.prominentForeground": "#0E0C0B",
"extensionButton.prominentHoverBackground": "#BA9340",
"extensionButton.separator": "#0E0C0B35",
- "extensionBadge.remoteBackground": "#AA8039",
+ "extensionBadge.remoteBackground": "#86632A",
"extensionBadge.remoteForeground": "#0E0C0B",
"extensionIcon.starForeground": "#BA9340",
"extensionIcon.verifiedForeground": "#7B6F4D",
@@ -1345,22 +1345,22 @@
"pickerGroup.border": "#2D2620",
"pickerGroup.foreground": "#AA8039",
"quickInput.background": "#171513",
- "quickInput.foreground": "#9D9383",
+ "quickInput.foreground": "#A0937B",
"quickInputList.focusBackground": "#221D18",
- "quickInputList.focusForeground": "#BAB0A6",
- "quickInputList.focusIconForeground": "#BAB0A6",
+ "quickInputList.focusForeground": "#BEB09D",
+ "quickInputList.focusIconForeground": "#BEB09D",
"quickInputTitle.background": "#181512",
"keybindingLabel.background": "#221D18",
- "keybindingLabel.foreground": "#9D9383",
+ "keybindingLabel.foreground": "#A0937B",
"keybindingLabel.border": "#2D2620",
"keybindingLabel.bottomBorder": "#3D332A",
"keybindingTable.headerBackground": "#171513",
"keybindingTable.rowsBackground": "#0E0C0B",
"terminal.background": "#0E0C0B",
- "terminal.foreground": "#9D9383",
+ "terminal.foreground": "#A0937B",
"terminal.border": "#181512",
"terminal.selectionBackground": "#AA80392A",
- "terminal.selectionForeground": "#BAB0A6",
+ "terminal.selectionForeground": "#BEB09D",
"terminal.inactiveSelectionBackground": "#AA803918",
"terminal.findMatchBackground": "#AA803940",
"terminal.findMatchBorder": "#BA9340",
@@ -1371,7 +1371,7 @@
"terminalCursor.foreground": "#A08033",
"terminal.dropBackground": "#221D1870",
"terminal.tab.activeBorder": "#AA8039",
- "terminalCommandDecoration.defaultBackground": "#625B53",
+ "terminalCommandDecoration.defaultBackground": "#645B4E",
"terminalCommandDecoration.successBackground": "#7B6F4D",
"terminalCommandDecoration.errorBackground": "#AA5552",
"terminalOverviewRuler.cursorForeground": "#BA9340",
@@ -1382,24 +1382,24 @@
"terminal.ansiRed": "#934440",
"terminal.ansiGreen": "#7B6F4D",
"terminal.ansiYellow": "#AA8039",
- "terminal.ansiBlue": "#6F6860",
+ "terminal.ansiBlue": "#7D7672",
"terminal.ansiMagenta": "#866060",
- "terminal.ansiCyan": "#7B6F62",
- "terminal.ansiWhite": "#9D9383",
- "terminal.ansiBrightBlack": "#4A433B",
+ "terminal.ansiCyan": "#9A6D53",
+ "terminal.ansiWhite": "#A0937B",
+ "terminal.ansiBrightBlack": "#625A50",
"terminal.ansiBrightRed": "#AA5552",
"terminal.ansiBrightGreen": "#9D8D60",
"terminal.ansiBrightYellow": "#BA9340",
- "terminal.ansiBrightBlue": "#867B70",
+ "terminal.ansiBrightBlue": "#8E8882",
"terminal.ansiBrightMagenta": "#A0736D",
- "terminal.ansiBrightCyan": "#93877A",
- "terminal.ansiBrightWhite": "#BAB0A6",
+ "terminal.ansiBrightCyan": "#A5826A",
+ "terminal.ansiBrightWhite": "#BEB09D",
"debugToolBar.background": "#171513",
"debugToolBar.border": "#2D2620",
"debugView.exceptionLabelBackground": "#AA555235",
"debugView.exceptionLabelForeground": "#AA5552",
"debugView.stateLabelBackground": "#221D18",
- "debugView.stateLabelForeground": "#9D9383",
+ "debugView.stateLabelForeground": "#A0937B",
"debugView.valueChangedHighlight": "#BA934050",
"debugTokenExpression.name": "#A07355",
"debugTokenExpression.value": "#7B6F4D",
@@ -1408,8 +1408,8 @@
"debugTokenExpression.number": "#B38640",
"debugTokenExpression.error": "#AA5552",
"debugIcon.breakpointForeground": "#AA5552",
- "debugIcon.breakpointDisabledForeground": "#4A433B",
- "debugIcon.breakpointUnverifiedForeground": "#625B53",
+ "debugIcon.breakpointDisabledForeground": "#4B4338",
+ "debugIcon.breakpointUnverifiedForeground": "#645B4E",
"debugIcon.breakpointCurrentStackframeForeground": "#BA9340",
"debugIcon.breakpointStackframeForeground": "#AA8039",
"debugIcon.startForeground": "#7B6F4D",
@@ -1425,14 +1425,14 @@
"debugConsole.infoForeground": "#937A4D",
"debugConsole.warningForeground": "#AA8039",
"debugConsole.errorForeground": "#AA5552",
- "debugConsole.sourceForeground": "#7B7366",
+ "debugConsole.sourceForeground": "#7D7360",
"debugConsoleInputIcon.foreground": "#AA8039",
"testing.iconFailed": "#AA5552",
"testing.iconErrored": "#AA5552",
"testing.iconPassed": "#7B6F4D",
"testing.iconQueued": "#AA8039",
- "testing.iconUnset": "#625B53",
- "testing.iconSkipped": "#625B53",
+ "testing.iconUnset": "#645B4E",
+ "testing.iconSkipped": "#645B4E",
"testing.runAction": "#7B6F4D",
"testing.peekBorder": "#AA5552",
"testing.peekHeaderBackground": "#AA555218",
@@ -1447,33 +1447,33 @@
"welcomePage.progress.foreground": "#AA8039",
"welcomePage.progress.background": "#221D18",
"walkThrough.embeddedEditorBackground": "#0E0C0B",
- "walkthrough.stepTitle.foreground": "#BAB0A6",
- "settings.headerForeground": "#BAB0A6",
+ "walkthrough.stepTitle.foreground": "#BEB09D",
+ "settings.headerForeground": "#BEB09D",
"settings.modifiedItemIndicator": "#AA8039",
"settings.dropdownBackground": "#171513",
- "settings.dropdownForeground": "#9D9383",
+ "settings.dropdownForeground": "#A0937B",
"settings.dropdownBorder": "#2D2620",
"settings.dropdownListBorder": "#2D2620",
"settings.checkboxBackground": "#171513",
- "settings.checkboxForeground": "#9D9383",
+ "settings.checkboxForeground": "#A0937B",
"settings.checkboxBorder": "#2D2620",
"settings.textInputBackground": "#0E0C0B",
- "settings.textInputForeground": "#9D9383",
+ "settings.textInputForeground": "#A0937B",
"settings.textInputBorder": "#2D2620",
"settings.numberInputBackground": "#0E0C0B",
- "settings.numberInputForeground": "#9D9383",
+ "settings.numberInputForeground": "#A0937B",
"settings.numberInputBorder": "#2D2620",
"settings.rowHoverBackground": "#18151235",
"settings.focusedRowBackground": "#18151250",
"settings.focusedRowBorder": "#2D262070",
"settings.sashBorder": "#2D2620",
- "settings.settingsHeaderHoverForeground": "#BAB0A6",
- "breadcrumb.foreground": "#625B53",
+ "settings.settingsHeaderHoverForeground": "#BEB09D",
+ "breadcrumb.foreground": "#645B4E",
"breadcrumb.background": "#0E0C0B",
- "breadcrumb.focusForeground": "#9D9383",
- "breadcrumb.activeSelectionForeground": "#BAB0A6",
+ "breadcrumb.focusForeground": "#A0937B",
+ "breadcrumb.activeSelectionForeground": "#BEB09D",
"breadcrumbPicker.background": "#171513",
- "symbolIcon.arrayForeground": "#9D9383",
+ "symbolIcon.arrayForeground": "#A0937B",
"symbolIcon.booleanForeground": "#B38640",
"symbolIcon.classForeground": "#937A4D",
"symbolIcon.colorForeground": "#A07353",
@@ -1482,8 +1482,8 @@
"symbolIcon.enumeratorForeground": "#937A4D",
"symbolIcon.enumeratorMemberForeground": "#AA8660",
"symbolIcon.eventForeground": "#A07353",
- "symbolIcon.fieldForeground": "#9D9383",
- "symbolIcon.fileForeground": "#7B7366",
+ "symbolIcon.fieldForeground": "#A0937B",
+ "symbolIcon.fileForeground": "#7D7360",
"symbolIcon.folderForeground": "#937A4D",
"symbolIcon.functionForeground": "#A07355",
"symbolIcon.interfaceForeground": "#937A4D",
@@ -1495,19 +1495,19 @@
"symbolIcon.nullForeground": "#B38640",
"symbolIcon.numberForeground": "#B38640",
"symbolIcon.objectForeground": "#937A4D",
- "symbolIcon.operatorForeground": "#AAA093",
+ "symbolIcon.operatorForeground": "#ADA086",
"symbolIcon.packageForeground": "#937A4D",
- "symbolIcon.propertyForeground": "#9D9383",
- "symbolIcon.referenceForeground": "#9D9383",
+ "symbolIcon.propertyForeground": "#A0937B",
+ "symbolIcon.referenceForeground": "#A0937B",
"symbolIcon.snippetForeground": "#7B6F4D",
"symbolIcon.stringForeground": "#7B6F4D",
"symbolIcon.structForeground": "#937A4D",
- "symbolIcon.textForeground": "#9D9383",
+ "symbolIcon.textForeground": "#A0937B",
"symbolIcon.typeParameterForeground": "#937A4D",
"symbolIcon.unitForeground": "#B38640",
- "symbolIcon.variableForeground": "#9D9383",
- "charts.foreground": "#9D9383",
- "charts.lines": "#625B53",
+ "symbolIcon.variableForeground": "#A0937B",
+ "charts.foreground": "#A0937B",
+ "charts.lines": "#645B4E",
"charts.red": "#AA5552",
"charts.blue": "#937A4D",
"charts.yellow": "#BA9340",
@@ -1521,13 +1521,13 @@
"gitDecoration.stageModifiedResourceForeground": "#BA9340",
"gitDecoration.stageDeletedResourceForeground": "#AA5552",
"gitDecoration.untrackedResourceForeground": "#937A4D",
- "gitDecoration.ignoredResourceForeground": "#4A433B",
+ "gitDecoration.ignoredResourceForeground": "#4B4338",
"gitDecoration.conflictingResourceForeground": "#AA5552",
- "gitDecoration.submoduleResourceForeground": "#7B6F62",
+ "gitDecoration.submoduleResourceForeground": "#9A6D53",
"scm.historyItemAdditionsForeground": "#7B6F4D",
"scm.historyItemDeletionsForeground": "#934440",
"scm.historyItemStatisticsBorder": "#2D2620",
- "scm.historyItemSelectedStatisticsBorder": "#4A433B",
+ "scm.historyItemSelectedStatisticsBorder": "#4B4338",
"notebook.editorBackground": "#0E0C0B",
"notebook.cellBorderColor": "#221D18",
"notebook.cellHoverBackground": "#18151225",
@@ -1549,9 +1549,9 @@
"notebookScrollbarSlider.hoverBackground": "#3D332A80",
"notebookScrollbarSlider.activeBackground": "#4A3F3590",
"notebookEditorOverviewRuler.runningCellForeground": "#AA8039",
- "gitlens.trailingLineForegroundColor": "#4A433B",
+ "gitlens.trailingLineForegroundColor": "#4B4338",
"gitlens.gutterBackgroundColor": "#0E0C0B",
- "gitlens.gutterForegroundColor": "#4A433B",
+ "gitlens.gutterForegroundColor": "#4B4338",
"gitlens.gutterUncommittedForegroundColor": "#7B6F4D",
"gitlens.lineHighlightBackgroundColor": "#AA803915",
"gitlens.lineHighlightOverviewRulerColor": "#AA803980",