Files
dotfiles/.config/alacritty/alacritty.toml
2024-01-05 01:58:54 +05:00

21 lines
230 B
TOML

import = ["~/.config/alacritty/themes/kanagawa_wave.toml"]
[env]
TERM = "xterm-256color"
[font]
size = 12.0
[font.normal]
family = "Input Nerd Font"
style = "Regular"
[font.offset]
x = 0
y = 4
[window.padding]
x = 30
y = 10