Compare commits

..

2 Commits

Author SHA1 Message Date
don philipe
6934c87709 Set xterm-256color in terminal conf to have true color in remote tmux sessions 2025-03-24 15:48:31 +01:00
don philipe
6f4a75353f Set terminal font 2025-03-24 15:47:50 +01:00

View File

@@ -2,9 +2,16 @@
cursor = "#00ff00" cursor = "#00ff00"
text = "#000000" text = "#000000"
[env]
# set this to have true color when using nvim etc. in remote tmux session
TERM = "xterm-256color"
[font] [font]
size = 9 size = 9
[font.normal]
family = "Jet Brains Mono Nerd Font"
[general] [general]
# https://github.com/alacritty/alacritty-theme # https://github.com/alacritty/alacritty-theme
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"] import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]