10 lines
250 B
Lua
10 lines
250 B
Lua
local wezterm = require 'wezterm'
|
|
|
|
return {
|
|
color_scheme = 'Default Dark (base16)',
|
|
enable_tab_bar = false,
|
|
window_decorations = 'RESIZE',
|
|
font = wezterm.font('Iosevka Nerd Font'),
|
|
font_size = 14.0,
|
|
native_macos_fullscreen_mode = true,
|
|
}
|