localwezterm=require'wezterm'localconfig={}front_end="OpenGL"ifwezterm.config_builderthenconfig=wezterm.config_builder()endconfig.window_frame={-- The font used in the tab bar.-- Roboto Bold is the default; this font is bundled-- with wezterm.-- Whatever font is selected here, it will have the-- main font setting appended to it to pick up any-- fallback fonts you may have used there.font=wezterm.font{family='Roboto',weight='Bold'},-- The size of the font in the tab bar.-- Default to 10.0 on Windows but 12.0 on other systemsfont_size=9.0,-- The overall background color of the tab bar when-- the window is focusedactive_titlebar_bg='#333333',-- The overall background color of the tab bar when-- the window is not focusedinactive_titlebar_bg='#333333',}config.colors={tab_bar={-- The color of the inactive tab bar edge/dividerinactive_tab_edge='#575757',},}-- 背景の設定config.window_background_opacity=0.3config.macos_window_background_blur=200-- フォントサイズの設定config.font_size=10returnconfig
config.window_frame={-- The font used in the tab bar.-- Roboto Bold is the default; this font is bundled-- with wezterm.-- Whatever font is selected here, it will have the-- main font setting appended to it to pick up any-- fallback fonts you may have used there.font=wezterm.font{family='Roboto',weight='Bold'},-- The size of the font in the tab bar.-- Default to 10.0 on Windows but 12.0 on other systemsfont_size=9.0,-- The overall background color of the tab bar when-- the window is focusedactive_titlebar_bg='#333333',-- The overall background color of the tab bar when-- the window is not focusedinactive_titlebar_bg='#333333',}config.colors={tab_bar={-- The color of the inactive tab bar edge/dividerinactive_tab_edge='#575757',},}