From 27bedbe26320276aef08a61797a44198cd3eeae9 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 30 Oct 2023 22:33:05 +0200 Subject: Bold brightens ansi colors = true --- .config/wezterm/wezterm.lua | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.config/wezterm/wezterm.lua') diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 20e7490..8a371a6 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -139,22 +139,16 @@ return { action = wezterm.action_callback(function(window, pane) local has_selection = window:get_selection_text_for_pane(pane) ~= "" if has_selection then - window:perform_action( - wezterm.action({ CopyTo = "ClipboardAndPrimarySelection" }), - pane - ) + window:perform_action(wezterm.action({ CopyTo = "ClipboardAndPrimarySelection" }), pane) window:perform_action("ClearSelection", pane) else - window:perform_action( - wezterm.action({ SendKey = { key = "c", mods = "CTRL" } }), - pane - ) + window:perform_action(wezterm.action({ SendKey = { key = "c", mods = "CTRL" } }), pane) end end), }, }, -- Aesthetic Night Colorscheme - --bold_brightens_ansi_colors = true, + bold_brightens_ansi_colors = true, -- Padding window_padding = { left = 5, -- cgit v1.2.3