feat(wezterm): add onedark

This commit is contained in:
2025-05-14 14:53:56 +02:00
parent 9253604fdb
commit 67dec48e62
3 changed files with 65 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ local M = {}
function M.setup()
wezterm.on("format-window-title", function()
return "WezTerm"
return "Terminal"
end)
wezterm.on("format-tab-title", function(tab, _, _, _, _, _)
local title = tab.tab_title