mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
21 lines
265 B
TOML
21 lines
265 B
TOML
import = [
|
|
"~/.config/alacritty/themes/themes/coolnight.toml"
|
|
]
|
|
|
|
[ env ]
|
|
TERM = "xterm-256color"
|
|
|
|
[window]
|
|
padding.x = 10
|
|
padding.y = 10
|
|
|
|
decorations = "Buttonless"
|
|
|
|
[font]
|
|
normal.family = "MesloLGS Nerd Font Mono"
|
|
|
|
#regular
|
|
size = 24
|
|
|
|
#for video
|
|
# size = 35.0
|