From 91de44bb0b1b623180a3b772c91b7365ab2457ac Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Sat, 19 Apr 2025 22:55:19 +0200 Subject: [PATCH] tmux colors, wezterm font size --- tmux/tmux.conf | 10 ++++------ wezterm/wezterm.lua | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 24e4b52..c0b6a61 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -22,10 +22,10 @@ setw -g pane-base-index 1 # pane title setw -g pane-border-status top setw -g pane-border-format ' #{=/-20/…:pane_title} [#{=/-20/…:pane_current_command}] #(pgrep -P "#{pane_pid}" | tr "\n" " ")#{pane_current_path} #{?alternate_on, ,}' -set -g window-style 'fg=color252,bg=color236' -set -g window-active-style 'fg=color253,bg=color235' -set -g pane-active-border-style fg=white -set -g pane-border-style fg=grey +set -g pane-border-style "fg=color242" +set -g pane-active-border-style "fg=color252" +set -g @minimal-tmux-fg "color0" +set -g @minimal-tmux-bg "color252" # Automatically set window title @@ -175,8 +175,6 @@ set -g @plugin 'tmux-plugins/tmux-yank' # set -g @plugin 'jimeh/tmux-themepack' # set -g @plugin 'wfxr/tmux-power' set -g @plugin 'niksingh710/minimal-tmux-status' -set -g @minimal-tmux-fg "#000000" -set -g @minimal-tmux-bg "#698DDA" set -g @minimal-tmux-justify "centre" set -g @minimal-tmux-indicator-str " tmux " set -g @minimal-tmux-indicator true diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index 77f58de..87fd127 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -3,7 +3,7 @@ local wezterm = require("wezterm") local config = wezterm.config_builder() local act = wezterm.action config.color_scheme = "Monokai (dark) (terminal.sexy)" -config.font_size = 14 +config.font_size = 13 -- config.font = wezterm.font("Noto Sans Mono") config.font = wezterm.font_with_fallback({ "Akkurat-Mono",