Added wezterm config

This commit is contained in:
pfych 2024-08-16 21:54:53 +10:00
parent 1146eee530
commit 406d73f803

View File

@ -0,0 +1,13 @@
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
config.font = wezterm.font('Monaco Nerd Font Mono', { weight = 'Medium' })
config.font_size = 12
config.freetype_load_target = 'Normal'
config.color_scheme = 'catppuccin-mocha'
config.colors = {
background = 'black'
}
return config