We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f40270 commit f7a2edeCopy full SHA for f7a2ede
lua/cyberdream/extra/zed.lua
@@ -55,10 +55,10 @@ function M.generate(variant)
55
"title_bar.background": null,
56
"toolbar.background": "${bg}",
57
"tab_bar.background": null,
58
- "tab.inactive_background": null,
59
- "tab.active_background": null,
60
- "search.match_background": null,
61
- "panel.background": null,
+ "tab.inactive_background": "${bg}",
+ "tab.active_background": "${bg}",
+ "search.match_background": "{$grey}",
+ "panel.background": "${bg}",
62
"panel.focused_border": null,
63
"pane.focused_border": null,
64
"pane_group.border": null,
@@ -82,7 +82,7 @@ function M.generate(variant)
82
"editor.indent_guide_active": null,
83
"editor.document_highlight.read_background": null,
84
"editor.document_highlight.write_background": null,
85
- "terminal.background": null,
+ "terminal.background": "${bg}",
86
"terminal.foreground": null,
87
"terminal.bright_foreground": null,
88
"terminal.dim_foreground": null,
0 commit comments