Added wezterm config
This commit is contained in:
parent
1146eee530
commit
406d73f803
13
.config/wezterm/wezterm.lua
Normal file
13
.config/wezterm/wezterm.lua
Normal 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
|
Loading…
Reference in New Issue
Block a user