You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
301 B
13 lines
301 B
(local wezterm (require "wezterm"))
|
|
(local config (wezterm.config_builder))
|
|
|
|
; (tset config :color_scheme "Apprentice (base16)")
|
|
(tset config :color_scheme "Ashes (base16)")
|
|
|
|
(tset config :enable_tab_bar false)
|
|
|
|
(tset config :font (wezterm.font "Source Code Pro"))
|
|
(tset config :font_size 13)
|
|
|
|
config
|