summaryrefslogtreecommitdiffhomepage
path: root/.opencode/themes
diff options
context:
space:
mode:
authorSebastian <[email protected]>2026-04-14 19:59:41 +0200
committerGitHub <[email protected]>2026-04-14 19:59:41 +0200
commita53fae15110ee87bd19012b167ed800b27f14f9b (patch)
treebbd1e7661c254ab925719ab2d8d70ba93347c662 /.opencode/themes
parent4626458175704270e294a7deee7e830b27f705d1 (diff)
downloadopencode-a53fae15110ee87bd19012b167ed800b27f14f9b.tar.gz
opencode-a53fae15110ee87bd19012b167ed800b27f14f9b.zip
Fix diff line number contrast for built-in themes (#22464)
Diffstat (limited to '.opencode/themes')
-rw-r--r--.opencode/themes/mytheme.json4
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",