Upload files to "wezterm"

This commit is contained in:
2025-09-18 18:03:37 +00:00
commit b05c6f5ff9

14
wezterm/.wezterm.lua Normal file
View 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