wezterm: Hintergrund #0e0d0b, Schrift #cad3f5

This commit is contained in:
rene 2026-03-30 19:16:52 +02:00
parent 5f5111fd70
commit de85104386

View file

@ -11,6 +11,11 @@ local is_linux = wezterm.target_triple:find('linux') ~= nil
-- ── Farben ──────────────────────────────────────────────────────────────
config.color_scheme = 'Catppuccin Macchiato'
-- Hintergrund und Schrift ueberschreiben (ANSI-Farben bleiben vom Scheme)
config.colors = {
background = '#0e0d0b',
foreground = '#cad3f5',
}
-- ── Schrift ─────────────────────────────────────────────────────────────
config.font = wezterm.font('MesloLGS NF')