From a53fae15110ee87bd19012b167ed800b27f14f9b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 14 Apr 2026 19:59:41 +0200 Subject: Fix diff line number contrast for built-in themes (#22464) --- .opencode/themes/mytheme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.opencode/themes') 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", -- cgit v1.2.3