mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
Fix diff line number contrast for built-in themes (#22464)
This commit is contained in:
parent
4626458175
commit
a53fae1511
34 changed files with 61 additions and 71 deletions
|
|
@ -116,8 +116,8 @@
|
|||
"light": "nord5"
|
||||
},
|
||||
"diffLineNumber": {
|
||||
"dark": "nord2",
|
||||
"light": "nord4"
|
||||
"dark": "#abafb7",
|
||||
"light": "textMuted"
|
||||
},
|
||||
"diffAddedLineNumberBg": {
|
||||
"dark": "#3B4252",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue