Skip to content

Commit

Permalink
chore: change wezterm font size
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jan 11, 2025
1 parent b6e37e8 commit 14266b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ local config = wezterm.config_builder()

config.color_scheme = "MaterialDark"

config.colors = {
background = "#2e2e2e",
}

config.prefer_to_spawn_tabs = true

config.keys = {
Expand Down Expand Up @@ -143,7 +147,7 @@ config.font = wezterm.font("JetBrains Mono", { weight = "Light" })
-- machine specific configuration based on the hostname
local hostname = wezterm.hostname()
if hostname == "millennium-falcon" then
config.font_size = 10
config.font_size = 9.5
end
if hostname == "tantive-iv" then
config.font_size = 9
Expand Down

0 comments on commit 14266b9

Please sign in to comment.