Upload files to "wezterm"
This commit is contained in:
14
wezterm/.wezterm.lua
Normal file
14
wezterm/.wezterm.lua
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
|
local config = wezterm.config_builder()
|
||||||
|
|
||||||
|
-- Theme
|
||||||
|
config.color_scheme = "CutiePro"
|
||||||
|
|
||||||
|
-- FONT
|
||||||
|
config.font = wezterm.font 'JetBrains Mono'
|
||||||
|
|
||||||
|
-- Transparenz
|
||||||
|
config.window_background_opacity = 0.5
|
||||||
|
|
||||||
|
return config
|
||||||
Reference in New Issue
Block a user