diff options
| author | Sebastian <[email protected]> | 2026-04-14 19:59:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-14 19:59:41 +0200 |
| commit | a53fae15110ee87bd19012b167ed800b27f14f9b (patch) | |
| tree | bbd1e7661c254ab925719ab2d8d70ba93347c662 /.opencode | |
| parent | 4626458175704270e294a7deee7e830b27f705d1 (diff) | |
| download | opencode-a53fae15110ee87bd19012b167ed800b27f14f9b.tar.gz opencode-a53fae15110ee87bd19012b167ed800b27f14f9b.zip | |
Fix diff line number contrast for built-in themes (#22464)
Diffstat (limited to '.opencode')
| -rw-r--r-- | .opencode/themes/mytheme.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.opencode/themes/mytheme.json b/.opencode/themes/mytheme.json index e444de807..0e6b94800 100644 --- a/.opencode/themes/mytheme.json +++ b/.opencode/themes/mytheme.json @@ -116,8 +116,8 @@ "light": "nord5" }, "diffLineNumber": { - "dark": "nord2", - "light": "nord4" + "dark": "#abafb7", + "light": "textMuted" }, "diffAddedLineNumberBg": { "dark": "#3B4252", |
