Skip to content

Instantly share code, notes, and snippets.

@broxio
broxio / .wezterm.lua
Created June 23, 2025 04:14
my .wezterm.lua
local wezterm = require("wezterm")
local config = wezterm.config_builder()
-- Current dark theme customizations
local custom = wezterm.color.get_builtin_schemes()["Catppuccin Mocha"]
custom.background = "#191724"
custom.cursor_bg = "#bac2de"
-- Enable scrollbar
config.enable_scroll_bar = true