Skip to content

Commit b84a3aa

Browse files
committed
fix(wezterm): increase opacity of background to avoid missing text
Signed-off-by: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>
1 parent c704dbe commit b84a3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/dot_config/wezterm/wezterm.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ config.font = wezterm.font('JetBrains Mono')
88
config.font_size = 17
99
config.hyperlink_rules = wezterm.default_hyperlink_rules()
1010
config.line_height = 1.1
11-
config.macos_window_background_blur = 10
11+
config.macos_window_background_blur = 30
1212
config.notification_handling = 'AlwaysShow'
1313
config.scrollback_lines = 10000
1414
config.send_composed_key_when_left_alt_is_pressed = false
1515
config.send_composed_key_when_right_alt_is_pressed = false
1616
config.use_dead_keys = false
1717
config.use_ime = true
18-
config.window_background_opacity = 0.85
18+
config.window_background_opacity = 0.95
1919
config.window_decorations = 'INTEGRATED_BUTTONS | RESIZE'
2020

2121
config.keys = {

0 commit comments

Comments
 (0)