From 2f81d7e330c50bd400e4d0658e547b6cbee71da6 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 28 Mar 2026 23:08:23 +0100 Subject: [PATCH] tuned color scheme of wezterm and zsh theme --- .wezterm.lua | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.wezterm.lua b/.wezterm.lua index 992f39a..b51916f 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -5,6 +5,7 @@ local wezterm = require 'wezterm' local config = wezterm.config_builder() -- This is where you actually apply your config choices. +config.font = wezterm.font 'JetBrains Mono' -- For example, changing the initial geometry for new windows: config.initial_cols = 180 @@ -15,9 +16,14 @@ config.font_size = 11 --config.dpi=180 --config.color_scheme = 'AdventureTime' -config.color_scheme = "tokyonight_moon" -config.color_scheme = "Aco (Gogh)" -config.color_scheme = "adventure" +--config.color_scheme = "tokyonight_moon" +--config.color_scheme = "Aco (Gogh)" +config.color_scheme = "Dark Pastel (Gogh)" +config.color_scheme = 'deep' +config.color_scheme = 'Dissonance (Gogh)' +--config.color_scheme = 'Duotone Dark' + +config.warn_about_missing_glyphs = false config.window_background_opacity = 0.8 config.enable_scroll_bar = true