Skip to content

Commit

Permalink
feat: update wezterm scheme and font size
Browse files Browse the repository at this point in the history
  • Loading branch information
kyldvs committed Jun 3, 2024
1 parent 3342c47 commit 4794a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions links/wezterm/.config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ wezterm.on("gui-startup", function(cmd)
end)

return {
color_scheme = 'Catppuccin Mocha',
color_scheme = 'Material Darker (base16)',
enable_tab_bar = false,
font_size = 16.0,
font_size = 14.0,
font = wezterm.font('JetBrains Mono'),
window_background_opacity = 1.0,
window_decorations = 'RESIZE',
Expand Down

0 comments on commit 4794a6f

Please sign in to comment.