Added a small wezterm config.
This commit is contained in:
5
wezterm/.wezterm.lua
Normal file
5
wezterm/.wezterm.lua
Normal file
@ -0,0 +1,5 @@
|
||||
local wezterm = require 'wezterm'
|
||||
local config = wezterm.config_builder()
|
||||
config.window_background_opacity = 0.9
|
||||
config.color_scheme = 'Rapture'
|
||||
return config
|
||||
Reference in New Issue
Block a user