diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml new file mode 100644 index 0000000..2bb2185 --- /dev/null +++ b/.config/alacritty/alacritty.yml @@ -0,0 +1,11 @@ +env: + TERM: xterm-256color + +font: + normal: + family: JuliaMono + +colors: + primary: + background: '#0f0f0f' + foreground: '#cfcfcf' diff --git a/.tmux.conf b/.tmux.conf index a7f4b96..f3d8287 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,6 @@ # Force colors for e.g. prompt -set-option -g default-terminal "screen-256color" +set-option -g default-terminal "tmux-256color" +set-option -ag terminal-overrides ",xterm-256color:RGB" # Enumerate windows from 1 set -g base-index 1