tmux colors, wezterm font size
This commit is contained in:
+4
-6
@@ -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,<Alt Mode> ,}'
|
||||
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
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user