mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-03-31 02:33:11 +02:00
23 lines
442 B
TOML
23 lines
442 B
TOML
[colors.cursor]
|
|
cursor = "#00ff00"
|
|
text = "#000000"
|
|
|
|
[env]
|
|
# set this to have true color when using nvim etc. in remote tmux session
|
|
TERM = "xterm-256color"
|
|
WINIT_X11_SCALE_FACTOR = "1.0"
|
|
|
|
[font]
|
|
size = 9
|
|
|
|
[font.normal]
|
|
family = "Jet Brains Mono Nerd Font"
|
|
#family = "Mononoki Nerd Font"
|
|
|
|
[general]
|
|
# https://github.com/alacritty/alacritty-theme
|
|
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
|
|
|
[terminal]
|
|
shell = "/bin/zsh"
|