mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix(desktop): color grouping
This commit is contained in:
parent
a20489584e
commit
4f604b3839
2 changed files with 101 additions and 31 deletions
|
|
@ -231,6 +231,12 @@ registerCustomTheme("OpenCode", () => {
|
|||
foreground: "var(--syntax-type)",
|
||||
},
|
||||
},
|
||||
{
|
||||
scope: ["meta.object.member"],
|
||||
settings: {
|
||||
foreground: "var(--syntax-primitive)",
|
||||
},
|
||||
},
|
||||
{
|
||||
scope: [
|
||||
"variable.parameter.function",
|
||||
|
|
@ -238,7 +244,6 @@ registerCustomTheme("OpenCode", () => {
|
|||
"meta.block",
|
||||
"meta.tag.attributes",
|
||||
"entity.name.constant",
|
||||
"meta.object.member",
|
||||
"meta.embedded.expression",
|
||||
"meta.template.expression",
|
||||
"string.other.begin.yaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue