wip(ui): diff virtualization (#12693)
This commit is contained in:
parent
5f421883a8
commit
ecb274273a
10 changed files with 220 additions and 126 deletions
|
|
@ -10,7 +10,7 @@ registerCustomTheme("OpenCode", () => {
|
|||
return Promise.resolve({
|
||||
name: "OpenCode",
|
||||
colors: {
|
||||
"editor.background": "transparent",
|
||||
"editor.background": "var(--color-background-stronger)",
|
||||
"editor.foreground": "var(--text-base)",
|
||||
"gitDecoration.addedResourceForeground": "var(--syntax-diff-add)",
|
||||
"gitDecoration.deletedResourceForeground": "var(--syntax-diff-delete)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue