tmux colors, wezterm font size
This commit is contained in:
+4
-6
@@ -22,10 +22,10 @@ setw -g pane-base-index 1
|
|||||||
# pane title
|
# pane title
|
||||||
setw -g pane-border-status top
|
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> ,}'
|
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 pane-border-style "fg=color242"
|
||||||
set -g window-active-style 'fg=color253,bg=color235'
|
set -g pane-active-border-style "fg=color252"
|
||||||
set -g pane-active-border-style fg=white
|
set -g @minimal-tmux-fg "color0"
|
||||||
set -g pane-border-style fg=grey
|
set -g @minimal-tmux-bg "color252"
|
||||||
|
|
||||||
|
|
||||||
# Automatically set window title
|
# Automatically set window title
|
||||||
@@ -175,8 +175,6 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
|||||||
# set -g @plugin 'jimeh/tmux-themepack'
|
# set -g @plugin 'jimeh/tmux-themepack'
|
||||||
# set -g @plugin 'wfxr/tmux-power'
|
# set -g @plugin 'wfxr/tmux-power'
|
||||||
set -g @plugin 'niksingh710/minimal-tmux-status'
|
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-justify "centre"
|
||||||
set -g @minimal-tmux-indicator-str " tmux "
|
set -g @minimal-tmux-indicator-str " tmux "
|
||||||
set -g @minimal-tmux-indicator true
|
set -g @minimal-tmux-indicator true
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ local wezterm = require("wezterm")
|
|||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
local act = wezterm.action
|
local act = wezterm.action
|
||||||
config.color_scheme = "Monokai (dark) (terminal.sexy)"
|
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("Noto Sans Mono")
|
||||||
config.font = wezterm.font_with_fallback({
|
config.font = wezterm.font_with_fallback({
|
||||||
"Akkurat-Mono",
|
"Akkurat-Mono",
|
||||||
|
|||||||
Reference in New Issue
Block a user