2024-02-01 13:29:41 +01:00
|
|
|
[colors.cursor]
|
|
|
|
|
cursor = "#00ff00"
|
|
|
|
|
text = "#000000"
|
2024-02-20 11:28:38 +01:00
|
|
|
|
2025-03-24 15:48:31 +01:00
|
|
|
[env]
|
|
|
|
|
# set this to have true color when using nvim etc. in remote tmux session
|
|
|
|
|
TERM = "xterm-256color"
|
|
|
|
|
|
2024-02-20 11:28:38 +01:00
|
|
|
[font]
|
2025-01-13 09:59:52 +01:00
|
|
|
size = 9
|
|
|
|
|
|
2025-03-24 15:47:50 +01:00
|
|
|
[font.normal]
|
|
|
|
|
family = "Jet Brains Mono Nerd Font"
|
|
|
|
|
|
2025-01-13 09:59:52 +01:00
|
|
|
[general]
|
|
|
|
|
# https://github.com/alacritty/alacritty-theme
|
|
|
|
|
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
|
|
|
|
|
|
|
|
|
[terminal]
|
|
|
|
|
shell = "/bin/zsh"
|