Skip to content

Commit

Permalink
chore(extras): auto build themes for extras
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Feb 24, 2025
1 parent 42c4ac5 commit d7d25e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extras/wezterm_tabline/kanagawa-paper-canvas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ M.theme_overrides = {
b = { fg = "#b8805e", bg = "#ecece8" },
c = { fg = "#ecece8", bg = "#cbc8bc" },
},
tab = {
active = { fg = '#618bb6', bg = '#e1e1de', bold = true },
inactive = { fg = '#ecece8', bg = '#cbc8bc' },
inactive_hover = { fg = '#a85b76', bg = '#e1e1de' },
}
}

return M
5 changes: 5 additions & 0 deletions extras/wezterm_tabline/kanagawa-paper-ink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ M.theme_overrides = {
b = { fg = "#b6927b", bg = "#363646" },
c = { fg = "#9e9b93", bg = "#2A2A37" },
},
tab = {
active = { fg = '#c4b28a', bg = '#1F1F28', bold = true },
inactive = { fg = '#9e9b93', bg = '#2A2A37' },
inactive_hover = { fg = '#a292a3', bg = '#1F1F28' },
}
}

return M

0 comments on commit d7d25e3

Please sign in to comment.