diff options
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", |
