Skip to content

Commit

Permalink
feat: update wezterm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuw committed Aug 9, 2024
1 parent 17ac6d9 commit 894a847
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ local config = wezterm.config_builder()
config.font = wezterm.font("Cascadia Code")
config.font_size = 13

config.color_scheme = 'Material (base16)'
config.color_scheme = 'PencilDark'

config.enable_tab_bar = false
config.enable_tab_bar = true
config.tab_bar_at_bottom = true

config.window_decorations = "RESIZE"
config.window_background_opacity = 0.75
config.window_background_opacity = 0.9
config.macos_window_background_blur = 10
config.native_macos_fullscreen_mode = true

-- and finally, return the configuration to wezterm
return config

0 comments on commit 894a847

Please sign in to comment.