wip(ui): diff virtualization (#12693)
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user