Skip to content

Commit f7a2ede

Browse files
author
Your Name
committed
feat(extras-zed): Add background and search highlight colors
1 parent 4f40270 commit f7a2ede

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lua/cyberdream/extra/zed.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ function M.generate(variant)
5555
"title_bar.background": null,
5656
"toolbar.background": "${bg}",
5757
"tab_bar.background": null,
58-
"tab.inactive_background": null,
59-
"tab.active_background": null,
60-
"search.match_background": null,
61-
"panel.background": null,
58+
"tab.inactive_background": "${bg}",
59+
"tab.active_background": "${bg}",
60+
"search.match_background": "{$grey}",
61+
"panel.background": "${bg}",
6262
"panel.focused_border": null,
6363
"pane.focused_border": null,
6464
"pane_group.border": null,
@@ -82,7 +82,7 @@ function M.generate(variant)
8282
"editor.indent_guide_active": null,
8383
"editor.document_highlight.read_background": null,
8484
"editor.document_highlight.write_background": null,
85-
"terminal.background": null,
85+
"terminal.background": "${bg}",
8686
"terminal.foreground": null,
8787
"terminal.bright_foreground": null,
8888
"terminal.dim_foreground": null,

0 commit comments

Comments
 (0)